2023-12-25T21:04:42.095 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-25T21:04:42.096 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006 --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} -- /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/orig.config.yaml 2023-12-25T21:04:42.131 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:04:42.217 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006 branch: wip-yuri5-testing-2023-12-15-0747-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7501006' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-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-yuri5-testing-2023-12-15-0747-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: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 kernel: hwe: true workunit: branch: wip-yuri5-testing-2023-12-15-0747-pacific sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 2834 sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2023-12-15-0747-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 targets: smithi002.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-25_17:28:36 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-25T21:04:42.217 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa; will attempt to use it 2023-12-25T21:04:42.218 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks 2023-12-25T21:04:42.218 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-25T21:04:42.219 INFO:teuthology.task.internal:Checking packages... 2023-12-25T21:04:42.243 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2' 2023-12-25T21:04:42.243 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-25T21:04:42.243 INFO:teuthology.packaging:ref: None 2023-12-25T21:04:42.243 INFO:teuthology.packaging:tag: None 2023-12-25T21:04:42.243 INFO:teuthology.packaging:branch: wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:04:42.244 INFO:teuthology.packaging:sha1: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:04:42.244 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri5-testing-2023-12-15-0747-pacific 2023-12-25T21:04:42.467 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-385-gb14a0a10-1focal 2023-12-25T21:04:42.469 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-25T21:04:42.476 INFO:teuthology.task.internal:no buildpackages task found 2023-12-25T21:04:42.476 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-25T21:04:42.492 INFO:teuthology.task.internal:Saving configuration 2023-12-25T21:04:42.506 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-25T21:04:42.512 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:04:42.538 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006', '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-12-25 20:58:49.755017', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-25T21:04:42.562 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006', '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-12-25 20:58:49.756967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-12-25T21:04:42.562 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-25T21:04:42.568 INFO:teuthology.task.internal:roles: ubuntu@smithi002.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-25T21:04:42.568 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-25T21:04:42.568 INFO:teuthology.run_tasks:Running task console_log... 2023-12-25T21:04:42.640 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd0612a3c10>, signals=[15]) 2023-12-25T21:04:42.641 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-25T21:04:42.647 INFO:teuthology.task.internal:Opening connections... 2023-12-25T21:04:42.647 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:04:42.650 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:04:42.699 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2023-12-25T21:04:42.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:04:42.750 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-25T21:04:42.755 DEBUG:teuthology.orchestra.run.smithi002:> uname -m 2023-12-25T21:04:42.783 INFO:teuthology.orchestra.run.smithi002.stdout:x86_64 2023-12-25T21:04:42.783 DEBUG:teuthology.orchestra.run.smithi002:> cat /etc/os-release 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:NAME="Ubuntu" 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:ID=ubuntu 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:ID_LIKE=debian 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-25T21:04:42.831 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_ID="20.04" 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:VERSION_CODENAME=focal 2023-12-25T21:04:42.832 INFO:teuthology.orchestra.run.smithi002.stdout:UBUNTU_CODENAME=focal 2023-12-25T21:04:42.833 INFO:teuthology.lock.ops:Updating smithi002.front.sepia.ceph.com on lock server 2023-12-25T21:04:42.862 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2023-12-25T21:04:42.868 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2023-12-25T21:04:42.869 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2023-12-25T21:04:42.918 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="Ubuntu" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:ID=ubuntu 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE=debian 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="20.04" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://www.ubuntu.com/" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_CODENAME=focal 2023-12-25T21:04:42.919 INFO:teuthology.orchestra.run.smithi153.stdout:UBUNTU_CODENAME=focal 2023-12-25T21:04:42.919 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2023-12-25T21:04:42.944 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-25T21:04:42.954 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-25T21:04:42.960 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-25T21:04:42.960 DEBUG:teuthology.orchestra.run.smithi002:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:04:42.962 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2023-12-25T21:04:42.968 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-25T21:04:43.027 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-25T21:04:43.028 DEBUG:teuthology.orchestra.run.smithi002:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:04:43.030 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2023-12-25T21:04:43.044 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-25T21:04:43.096 INFO:teuthology.run_tasks:Running task kernel... 2023-12-25T21:04:43.110 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-25T21:04:43.110 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-12-25T21:04:43.110 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-12-25T21:04:43.111 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-12-25T21:04:43.111 DEBUG:teuthology.orchestra.run.smithi002:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:04:43.111 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-25T21:04:43.116 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:04:43.117 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-25T21:04:43.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:04:43.119 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-25T21:04:43.167 INFO:teuthology.orchestra.run.smithi153.stdout:5.4.0-124-generic 2023-12-25T21:04:43.167 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.4.0-124-generic 2023-12-25T21:04:43.167 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2023-12-25T21:04:43.169 INFO:teuthology.orchestra.run.smithi002.stdout:5.4.0-124-generic 2023-12-25T21:04:43.169 INFO:teuthology.task.kernel:Running kernel on smithi002: 5.4.0-124-generic 2023-12-25T21:04:43.169 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get clean 2023-12-25T21:04:43.270 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2023-12-25T21:04:43.278 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get update 2023-12-25T21:04:43.457 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-25T21:04:43.474 INFO:teuthology.orchestra.run.smithi002.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-25T21:04:43.564 INFO:teuthology.orchestra.run.smithi002.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-25T21:04:43.618 INFO:teuthology.orchestra.run.smithi002.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-25T21:04:43.780 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-25T21:04:43.780 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-12-25T21:04:43.829 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-12-25T21:04:43.876 INFO:teuthology.orchestra.run.smithi002.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-25T21:04:44.037 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-25T21:04:44.048 INFO:teuthology.orchestra.run.smithi002.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-25T21:04:44.055 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-25T21:04:44.055 INFO:teuthology.orchestra.run.smithi002.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-25T21:04:44.087 INFO:teuthology.orchestra.run.smithi002.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-25T21:04:44.088 INFO:teuthology.orchestra.run.smithi002.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-25T21:04:44.093 INFO:teuthology.orchestra.run.smithi002.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-25T21:04:44.093 INFO:teuthology.orchestra.run.smithi002.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-25T21:04:44.107 INFO:teuthology.orchestra.run.smithi002.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-25T21:04:44.122 INFO:teuthology.orchestra.run.smithi002.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-25T21:04:44.123 INFO:teuthology.orchestra.run.smithi002.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-25T21:04:44.123 INFO:teuthology.orchestra.run.smithi002.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-25T21:04:44.123 INFO:teuthology.orchestra.run.smithi002.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-25T21:04:44.132 INFO:teuthology.orchestra.run.smithi002.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-25T21:04:44.132 INFO:teuthology.orchestra.run.smithi002.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-25T21:04:44.132 INFO:teuthology.orchestra.run.smithi002.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-25T21:04:44.133 INFO:teuthology.orchestra.run.smithi002.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-25T21:04:44.134 INFO:teuthology.orchestra.run.smithi002.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-25T21:04:44.151 INFO:teuthology.orchestra.run.smithi002.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-25T21:04:44.152 INFO:teuthology.orchestra.run.smithi002.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-25T21:04:44.152 INFO:teuthology.orchestra.run.smithi002.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-25T21:04:44.182 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-12-25T21:04:44.205 INFO:teuthology.orchestra.run.smithi002.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-25T21:04:44.241 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,640 kB] 2023-12-25T21:04:44.382 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [919 kB] 2023-12-25T21:04:44.685 INFO:teuthology.orchestra.run.smithi002.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-25T21:04:44.700 INFO:teuthology.orchestra.run.smithi002.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-25T21:04:44.709 INFO:teuthology.orchestra.run.smithi002.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-25T21:04:44.709 INFO:teuthology.orchestra.run.smithi002.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-25T21:04:44.710 INFO:teuthology.orchestra.run.smithi002.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-25T21:04:44.752 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,021 kB] 2023-12-25T21:04:44.752 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [693 kB] 2023-12-25T21:04:44.767 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [405 kB] 2023-12-25T21:04:44.776 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-12-25T21:04:44.776 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-12-25T21:04:44.777 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,451 kB] 2023-12-25T21:04:44.786 INFO:teuthology.orchestra.run.smithi002.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-25T21:04:44.794 INFO:teuthology.orchestra.run.smithi002.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-25T21:04:44.794 INFO:teuthology.orchestra.run.smithi002.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-25T21:04:44.813 INFO:teuthology.orchestra.run.smithi002.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-25T21:04:44.853 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [342 kB] 2023-12-25T21:04:44.861 INFO:teuthology.orchestra.run.smithi153.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-12-25T21:04:44.861 INFO:teuthology.orchestra.run.smithi153.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [916 kB] 2023-12-25T21:04:44.880 INFO:teuthology.orchestra.run.smithi153.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [635 kB] 2023-12-25T21:04:44.929 INFO:teuthology.orchestra.run.smithi153.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [488 kB] 2023-12-25T21:04:44.942 INFO:teuthology.orchestra.run.smithi153.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-12-25T21:04:44.942 INFO:teuthology.orchestra.run.smithi153.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-12-25T21:04:44.943 INFO:teuthology.orchestra.run.smithi153.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,569 kB] 2023-12-25T21:04:44.989 INFO:teuthology.orchestra.run.smithi002.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-25T21:04:45.014 INFO:teuthology.orchestra.run.smithi153.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [359 kB] 2023-12-25T21:04:45.019 INFO:teuthology.orchestra.run.smithi153.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-12-25T21:04:45.056 INFO:teuthology.orchestra.run.smithi153.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [192 kB] 2023-12-25T21:04:45.183 INFO:teuthology.orchestra.run.smithi153.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,142 kB] 2023-12-25T21:04:45.410 INFO:teuthology.orchestra.run.smithi002.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-25T21:04:45.415 INFO:teuthology.orchestra.run.smithi002.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-25T21:04:45.418 INFO:teuthology.orchestra.run.smithi002.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-25T21:04:45.426 INFO:teuthology.orchestra.run.smithi002.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-25T21:04:45.427 INFO:teuthology.orchestra.run.smithi002.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-25T21:04:45.485 INFO:teuthology.orchestra.run.smithi153.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-12-25T21:04:45.490 INFO:teuthology.orchestra.run.smithi153.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-12-25T21:04:45.493 INFO:teuthology.orchestra.run.smithi153.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-12-25T21:04:45.500 INFO:teuthology.orchestra.run.smithi153.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-12-25T21:04:45.501 INFO:teuthology.orchestra.run.smithi153.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-12-25T21:04:45.824 INFO:teuthology.orchestra.run.smithi153.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [762 kB] 2023-12-25T21:04:45.862 INFO:teuthology.orchestra.run.smithi153.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [273 kB] 2023-12-25T21:04:45.876 INFO:teuthology.orchestra.run.smithi153.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-12-25T21:04:45.876 INFO:teuthology.orchestra.run.smithi153.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-12-25T21:04:45.878 INFO:teuthology.orchestra.run.smithi153.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-12-25T21:04:45.878 INFO:teuthology.orchestra.run.smithi153.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-12-25T21:04:45.879 INFO:teuthology.orchestra.run.smithi153.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-12-25T21:04:45.879 INFO:teuthology.orchestra.run.smithi153.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-12-25T21:04:45.906 INFO:teuthology.orchestra.run.smithi153.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-12-25T21:04:45.907 INFO:teuthology.orchestra.run.smithi153.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-12-25T21:04:46.071 INFO:teuthology.orchestra.run.smithi153.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-12-25T21:04:46.234 INFO:teuthology.orchestra.run.smithi153.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-12-25T21:04:46.286 INFO:teuthology.orchestra.run.smithi153.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-12-25T21:04:48.220 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 18.5 MB in 3s (6,450 kB/s) 2023-12-25T21:04:48.760 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 18.5 MB in 3s (5,452 kB/s) 2023-12-25T21:04:49.690 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2023-12-25T21:04:49.716 DEBUG:teuthology.orchestra.run.smithi002:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-25T21:04:49.788 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2023-12-25T21:04:50.000 INFO:teuthology.orchestra.run.smithi002.stdout:Building dependency tree... 2023-12-25T21:04:50.001 INFO:teuthology.orchestra.run.smithi002.stdout:Reading state information... 2023-12-25T21:04:50.157 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-12-25T21:04:50.183 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-25T21:04:50.202 INFO:teuthology.orchestra.run.smithi002.stdout:The following additional packages will be installed: 2023-12-25T21:04:50.202 INFO:teuthology.orchestra.run.smithi002.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-25T21:04:50.202 INFO:teuthology.orchestra.run.smithi002.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-25T21:04:50.202 INFO:teuthology.orchestra.run.smithi002.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-25T21:04:50.203 INFO:teuthology.orchestra.run.smithi002.stdout:Suggested packages: 2023-12-25T21:04:50.203 INFO:teuthology.orchestra.run.smithi002.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-25T21:04:50.203 INFO:teuthology.orchestra.run.smithi002.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-25T21:04:50.256 INFO:teuthology.orchestra.run.smithi002.stdout:The following NEW packages will be installed: 2023-12-25T21:04:50.257 INFO:teuthology.orchestra.run.smithi002.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-25T21:04:50.257 INFO:teuthology.orchestra.run.smithi002.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-25T21:04:50.258 INFO:teuthology.orchestra.run.smithi002.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-25T21:04:50.258 INFO:teuthology.orchestra.run.smithi002.stdout: thermald upower usbmuxd 2023-12-25T21:04:50.264 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-12-25T21:04:50.443 INFO:teuthology.orchestra.run.smithi002.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-25T21:04:50.443 INFO:teuthology.orchestra.run.smithi002.stdout:Need to get 90.9 MB of archives. 2023-12-25T21:04:50.443 INFO:teuthology.orchestra.run.smithi002.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-25T21:04:50.443 INFO:teuthology.orchestra.run.smithi002.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-25T21:04:50.469 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2023-12-25T21:04:50.470 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2023-12-25T21:04:50.652 INFO:teuthology.orchestra.run.smithi153.stdout:The following additional packages will be installed: 2023-12-25T21:04:50.652 INFO:teuthology.orchestra.run.smithi153.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-25T21:04:50.652 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-modules-5.15.0-91-generic 2023-12-25T21:04:50.652 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-extra-5.15.0-91-generic thermald upower usbmuxd 2023-12-25T21:04:50.653 INFO:teuthology.orchestra.run.smithi153.stdout:Suggested packages: 2023-12-25T21:04:50.653 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-12-25T21:04:50.654 INFO:teuthology.orchestra.run.smithi153.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-91-generic 2023-12-25T21:04:50.704 INFO:teuthology.orchestra.run.smithi153.stdout:The following NEW packages will be installed: 2023-12-25T21:04:50.704 INFO:teuthology.orchestra.run.smithi153.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-12-25T21:04:50.704 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd6 linux-image-5.15.0-91-generic linux-image-generic-hwe-20.04 2023-12-25T21:04:50.705 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-5.15.0-91-generic linux-modules-extra-5.15.0-91-generic 2023-12-25T21:04:50.705 INFO:teuthology.orchestra.run.smithi153.stdout: thermald upower usbmuxd 2023-12-25T21:04:50.726 INFO:teuthology.orchestra.run.smithi002.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-25T21:04:50.757 INFO:teuthology.orchestra.run.smithi002.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-25T21:04:50.767 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 13 newly installed, 0 to remove and 283 not upgraded. 2023-12-25T21:04:50.767 INFO:teuthology.orchestra.run.smithi153.stdout:Need to get 90.9 MB of archives. 2023-12-25T21:04:50.767 INFO:teuthology.orchestra.run.smithi153.stdout:After this operation, 497 MB of additional disk space will be used. 2023-12-25T21:04:50.767 INFO:teuthology.orchestra.run.smithi153.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-12-25T21:04:50.777 INFO:teuthology.orchestra.run.smithi002.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-25T21:04:50.835 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-12-25T21:04:50.842 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-12-25T21:04:50.847 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-12-25T21:04:50.848 INFO:teuthology.orchestra.run.smithi002.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-25T21:04:50.865 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-12-25T21:04:50.874 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-25T21:04:50.885 INFO:teuthology.orchestra.run.smithi002.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [21.0 MB] 2023-12-25T21:04:51.193 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-25T21:04:51.301 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-25T21:04:51.805 INFO:teuthology.orchestra.run.smithi002.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [11.4 MB] 2023-12-25T21:04:52.066 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-25T21:04:52.096 INFO:teuthology.orchestra.run.smithi002.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-91-generic amd64 5.15.0-91.101~20.04.1 [57.9 MB] 2023-12-25T21:04:52.133 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-25T21:04:52.134 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-25T21:04:52.139 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-25T21:04:52.141 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-25T21:04:52.794 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 90.9 MB in 1s (63.6 MB/s) 2023-12-25T21:04:52.994 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-25T21:04:54.023 INFO:teuthology.orchestra.run.smithi002.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.91.101~20.04.48 [2,628 B] 2023-12-25T21:04:54.023 INFO:teuthology.orchestra.run.smithi002.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-12-25T21:04:54.024 INFO:teuthology.orchestra.run.smithi002.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-12-25T21:04:54.193 INFO:teuthology.orchestra.run.smithi002.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-12-25T21:04:54.546 INFO:teuthology.orchestra.run.smithi002.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-12-25T21:04:54.731 INFO:teuthology.orchestra.run.smithi153.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2023-12-25T21:04:54.736 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-25T21:04:54.891 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-25T21:04:55.244 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-25T21:04:55.258 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-25T21:04:55.267 INFO:teuthology.orchestra.run.smithi002.stdout:Fetched 90.9 MB in 4s (21.1 MB/s) 2023-12-25T21:04:55.303 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-25T21:04:55.621 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-12-25T21:04:55.664 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-25T21:04:55.678 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-25T21:04:55.722 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-25T21:04:56.067 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-25T21:04:56.081 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-25T21:04:56.125 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-25T21:04:56.494 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-25T21:04:56.509 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-25T21:04:56.553 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-25T21:04:56.864 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-25T21:04:56.878 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:04:56.922 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:04:57.338 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:04:57.343 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-12-25T21:04:57.494 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-25T21:04:57.780 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libplist3:amd64. 2023-12-25T21:04:57.793 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-12-25T21:04:57.855 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-12-25T21:04:58.183 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-12-25T21:04:58.199 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-12-25T21:04:58.241 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-25T21:04:58.577 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-12-25T21:04:58.593 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-12-25T21:04:58.636 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-25T21:04:58.955 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-12-25T21:04:58.973 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-12-25T21:04:59.005 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-25T21:04:59.333 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-modules-5.15.0-91-generic. 2023-12-25T21:04:59.348 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../05-linux-modules-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:04:59.390 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-25T21:04:59.391 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:04:59.407 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:04:59.503 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:00.060 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-25T21:05:00.076 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:05:00.118 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:01.926 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-image-5.15.0-91-generic. 2023-12-25T21:05:01.939 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../06-linux-image-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:05:02.024 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:02.528 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-91-generic. 2023-12-25T21:05:02.544 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-91-generic_5.15.0-91.101~20.04.1_amd64.deb ... 2023-12-25T21:05:02.586 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:07.078 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-25T21:05:07.095 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-25T21:05:07.136 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-25T21:05:07.481 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-25T21:05:07.497 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-25T21:05:07.539 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:05:07.917 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package thermald. 2023-12-25T21:05:07.931 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-25T21:05:07.975 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-25T21:05:08.522 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package upower. 2023-12-25T21:05:08.537 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-25T21:05:08.601 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-25T21:05:09.001 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package usbmuxd. 2023-12-25T21:05:09.017 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-25T21:05:09.059 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-25T21:05:09.303 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-12-25T21:05:09.320 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.91.101~20.04.48_amd64.deb ... 2023-12-25T21:05:09.359 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-25T21:05:09.361 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-25T21:05:09.497 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-25T21:05:09.623 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-25T21:05:09.697 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package libevdev2:amd64. 2023-12-25T21:05:09.711 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-12-25T21:05:09.749 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-25T21:05:09.755 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:05:09.875 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-25T21:05:10.026 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:05:10.141 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package thermald. 2023-12-25T21:05:10.152 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-25T21:05:10.158 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-12-25T21:05:10.358 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-12-25T21:05:10.672 INFO:teuthology.orchestra.run.smithi153.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-25T21:05:10.723 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-25T21:05:10.889 INFO:teuthology.orchestra.run.smithi153.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-25T21:05:10.896 INFO:teuthology.orchestra.run.smithi153.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-25T21:05:10.896 INFO:teuthology.orchestra.run.smithi153.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-25T21:05:11.388 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package upower. 2023-12-25T21:05:11.390 INFO:teuthology.orchestra.run.smithi153.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-25T21:05:11.404 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-12-25T21:05:11.461 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking upower (0.99.11-1build2) ... 2023-12-25T21:05:11.609 INFO:teuthology.orchestra.run.smithi153.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-25T21:05:11.653 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-25T21:05:11.892 INFO:teuthology.orchestra.run.smithi002.stdout:Selecting previously unselected package usbmuxd. 2023-12-25T21:05:11.907 INFO:teuthology.orchestra.run.smithi002.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-12-25T21:05:11.950 INFO:teuthology.orchestra.run.smithi002.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-25T21:05:11.966 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-25T21:05:11.966 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-25T21:05:12.248 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-12-25T21:05:12.371 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-12-25T21:05:12.417 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:12.497 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-12-25T21:05:12.646 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-12-25T21:05:12.775 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-12-25T21:05:12.901 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-12-25T21:05:13.026 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up upower (0.99.11-1build2) ... 2023-12-25T21:05:13.616 INFO:teuthology.orchestra.run.smithi002.stdout:upower.service is a disabled or a static unit, not starting it. 2023-12-25T21:05:13.680 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-12-25T21:05:13.744 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:13.744 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:13.866 INFO:teuthology.orchestra.run.smithi002.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-12-25T21:05:13.879 INFO:teuthology.orchestra.run.smithi002.stdout:Adding system user `usbmux' (UID 114) ... 2023-12-25T21:05:13.879 INFO:teuthology.orchestra.run.smithi002.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-12-25T21:05:13.943 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:14.398 INFO:teuthology.orchestra.run.smithi002.stdout:Not creating home directory `/var/lib/usbmux'. 2023-12-25T21:05:14.612 INFO:teuthology.orchestra.run.smithi002.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-12-25T21:05:14.777 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-12-25T21:05:15.095 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-12-25T21:05:15.096 INFO:teuthology.orchestra.run.smithi002.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-12-25T21:05:15.329 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-25T21:05:15.478 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:15.566 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:16.907 INFO:teuthology.orchestra.run.smithi002.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:16.907 INFO:teuthology.orchestra.run.smithi002.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:17.101 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-modules-extra-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:17.455 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-25T21:05:17.737 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-25T21:05:18.491 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-25T21:05:18.544 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.91.101~20.04.48) ... 2023-12-25T21:05:18.598 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:18.670 INFO:teuthology.orchestra.run.smithi002.stdout:Setting up linux-modules-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:18.682 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-25T21:05:18.682 INFO:teuthology.orchestra.run.smithi153.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:20.087 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-12-25T21:05:20.376 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-12-25T21:05:21.146 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-12-25T21:05:21.246 INFO:teuthology.orchestra.run.smithi002.stdout:Processing triggers for linux-image-5.15.0-91-generic (5.15.0-91.101~20.04.1) ... 2023-12-25T21:05:21.321 INFO:teuthology.orchestra.run.smithi002.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-12-25T21:05:21.321 INFO:teuthology.orchestra.run.smithi002.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:44.045 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-25T21:05:44.045 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub' 2023-12-25T21:05:44.059 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-25T21:05:44.078 INFO:teuthology.orchestra.run.smithi153.stdout:Generating grub configuration file ... 2023-12-25T21:05:44.413 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:44.433 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:44.806 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-25T21:05:44.818 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-25T21:05:47.197 INFO:teuthology.orchestra.run.smithi002.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-12-25T21:05:47.198 INFO:teuthology.orchestra.run.smithi002.stdout:Sourcing file `/etc/default/grub' 2023-12-25T21:05:47.216 INFO:teuthology.orchestra.run.smithi002.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-25T21:05:47.241 INFO:teuthology.orchestra.run.smithi002.stdout:Generating grub configuration file ... 2023-12-25T21:05:47.271 INFO:teuthology.orchestra.run.smithi153.stdout:done 2023-12-25T21:05:47.564 INFO:teuthology.orchestra.run.smithi002.stdout:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:47.589 INFO:teuthology.orchestra.run.smithi002.stdout:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:47.677 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic-hwe-20.04 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic-hwe-20.04 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 20 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:05:47.721 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta-hwe-5.15 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:05:47.722 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2023-12-25T21:05:47.722 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-25T21:05:47.722 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:05:47.722 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:05:47.723 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-25T21:05:47.723 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:05:47.723 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2023-12-25T21:05:47.800 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2023-12-25T21:05:47.960 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-25T21:05:47.972 INFO:teuthology.orchestra.run.smithi002.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-25T21:05:47.984 INFO:teuthology.orchestra.run.smithi002.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-25T21:05:48.575 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-25T21:05:48.656 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-25T21:05:48.739 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-25T21:05:50.188 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-12-25T21:05:50.214 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-25T21:05:50.287 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-12-25T21:05:50.389 INFO:teuthology.orchestra.run.smithi002.stdout:done 2023-12-25T21:05:50.493 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2023-12-25T21:05:50.494 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2023-12-25T21:05:50.713 INFO:teuthology.orchestra.run.smithi153.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-25T21:05:50.713 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-25T21:05:50.715 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic-hwe-20.04 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic-hwe-20.04 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 20 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta-hwe-5.15 2023-12-25T21:05:50.737 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:05:50.738 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2023-12-25T21:05:50.738 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2023-12-25T21:05:50.744 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.AUPH5ffWzI 2023-12-25T21:05:50.744 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub/grub.cfg /tmp/tmp.AUPH5ffWzI 2023-12-25T21:05:50.801 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.AUPH5ffWzI 2023-12-25T21:05:50.840 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.AUPH5ffWzI is 9KB 2023-12-25T21:05:50.846 DEBUG:teuthology.orchestra.run.smithi002:> dpkg -s linux-image-generic-hwe-20.04 2023-12-25T21:05:50.856 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.AUPH5ffWzI 2023-12-25T21:05:50.863 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-25T21:05:50.897 INFO:teuthology.orchestra.run.smithi002.stdout:Package: linux-image-generic-hwe-20.04 2023-12-25T21:05:50.898 INFO:teuthology.orchestra.run.smithi002.stdout:Status: install ok installed 2023-12-25T21:05:50.898 INFO:teuthology.orchestra.run.smithi002.stdout:Priority: optional 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Section: kernel 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Installed-Size: 20 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: amd64 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Source: linux-meta-hwe-5.15 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.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-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Recommends: thermald 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout:Description: Generic Linux kernel image 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:05:50.899 INFO:teuthology.orchestra.run.smithi002.stdout: available. 2023-12-25T21:05:50.900 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-91-generic 2023-12-25T21:05:50.900 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-25T21:05:50.900 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-25T21:05:50.900 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-25T21:05:50.900 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi002.front.sepia.ceph.com, path=None, version=distro) 2023-12-25T21:05:50.900 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get clean 2023-12-25T21:05:50.918 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:05:50.918 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-25T21:05:50.918 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-25T21:05:50.951 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-25T21:05:50.951 DEBUG:teuthology.orchestra.run.smithi153:> sudo update-grub 2023-12-25T21:05:50.980 DEBUG:teuthology.orchestra.run.smithi002:> sudo apt-get update 2023-12-25T21:05:51.115 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-12-25T21:05:51.115 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-12-25T21:05:51.126 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-12-25T21:05:51.146 INFO:teuthology.orchestra.run.smithi002.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-12-25T21:05:52.277 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub' 2023-12-25T21:05:52.282 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-25T21:05:52.294 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2023-12-25T21:05:52.527 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:52.538 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:52.867 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-25T21:05:52.878 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-25T21:05:52.933 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2023-12-25T21:05:52.957 DEBUG:teuthology.orchestra.run.smithi002:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-12-25T21:05:53.030 INFO:teuthology.orchestra.run.smithi002.stdout:Reading package lists... 2023-12-25T21:05:53.243 INFO:teuthology.orchestra.run.smithi002.stdout:Building dependency tree... 2023-12-25T21:05:53.244 INFO:teuthology.orchestra.run.smithi002.stdout:Reading state information... 2023-12-25T21:05:53.470 INFO:teuthology.orchestra.run.smithi002.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.91.101~20.04.48). 2023-12-25T21:05:53.470 INFO:teuthology.orchestra.run.smithi002.stdout:0 upgraded, 0 newly installed, 0 to remove and 283 not upgraded. 2023-12-25T21:05:53.472 DEBUG:teuthology.orchestra.run.smithi002:> dpkg -s linux-image-generic-hwe-20.04 2023-12-25T21:05:53.495 INFO:teuthology.orchestra.run.smithi002.stdout:Package: linux-image-generic-hwe-20.04 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Status: install ok installed 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Priority: optional 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Section: kernel 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Installed-Size: 20 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Maintainer: Ubuntu Kernel Team 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Architecture: amd64 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Source: linux-meta-hwe-5.15 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Version: 5.15.0.91.101~20.04.48 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.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-91), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Depends: linux-image-5.15.0-91-generic, linux-modules-extra-5.15.0-91-generic, linux-firmware, intel-microcode, amd64-microcode 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Recommends: thermald 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout:Description: Generic Linux kernel image 2023-12-25T21:05:53.496 INFO:teuthology.orchestra.run.smithi002.stdout: This package will always depend on the latest generic kernel image 2023-12-25T21:05:53.497 INFO:teuthology.orchestra.run.smithi002.stdout: available. 2023-12-25T21:05:53.497 DEBUG:teuthology.orchestra.run.smithi002:> mktemp 2023-12-25T21:05:53.502 INFO:teuthology.orchestra.run.smithi002.stdout:/tmp/tmp.vUF6y0Dio2 2023-12-25T21:05:53.503 DEBUG:teuthology.orchestra.run.smithi002:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vUF6y0Dio2 2023-12-25T21:05:53.561 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0666 /tmp/tmp.vUF6y0Dio2 2023-12-25T21:05:53.598 DEBUG:teuthology.orchestra.remote:smithi002:/tmp/tmp.vUF6y0Dio2 is 9KB 2023-12-25T21:05:53.612 DEBUG:teuthology.orchestra.run.smithi002:> rm -fr /tmp/tmp.vUF6y0Dio2 2023-12-25T21:05:53.618 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-12-25T21:05:53.676 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:05:53.676 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-12-25T21:05:53.676 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-12-25T21:05:53.712 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-91-generic 2023-12-25T21:05:53.713 DEBUG:teuthology.orchestra.run.smithi002:> sudo update-grub 2023-12-25T21:05:54.392 INFO:teuthology.orchestra.run.smithi153.stderr:done 2023-12-25T21:05:54.394 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2023-12-25T21:05:55.051 INFO:teuthology.orchestra.run.smithi002.stderr:Sourcing file `/etc/default/grub' 2023-12-25T21:05:55.056 INFO:teuthology.orchestra.run.smithi002.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-12-25T21:05:55.065 INFO:teuthology.orchestra.run.smithi002.stderr:Generating grub configuration file ... 2023-12-25T21:05:55.394 INFO:teuthology.orchestra.run.smithi002.stderr:Found linux image: /boot/vmlinuz-5.15.0-91-generic 2023-12-25T21:05:55.406 INFO:teuthology.orchestra.run.smithi002.stderr:Found initrd image: /boot/initrd.img-5.15.0-91-generic 2023-12-25T21:05:55.749 INFO:teuthology.orchestra.run.smithi002.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-12-25T21:05:55.761 INFO:teuthology.orchestra.run.smithi002.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-12-25T21:05:57.107 INFO:teuthology.orchestra.run.smithi002.stderr:done 2023-12-25T21:05:57.108 DEBUG:teuthology.orchestra.run.smithi002:> sudo shutdown -r now 2023-12-25T21:06:24.421 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-25T21:06:24.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:06:24.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:06:27.113 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-25T21:06:27.113 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-25T21:06:27.114 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:06:58.962 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-25T21:07:07.969 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:07:07.970 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:07:26.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-25T21:07:27.117 DEBUG:teuthology.orchestra.remote:timed out 2023-12-25T21:07:36.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-25T21:07:36.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:07:38.356 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:07:38.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:07:38.359 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-12-25T21:07:43.539 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-25T21:07:44.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-25T21:07:44.429 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-91-generic"... 2023-12-25T21:07:44.430 DEBUG:teuthology.orchestra.run.smithi002:> uname -r 2023-12-25T21:07:44.477 INFO:teuthology.orchestra.run.smithi002.stdout:5.15.0-91-generic 2023-12-25T21:07:44.477 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-25T21:07:44.477 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:07:44.478 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-25T21:07:45.479 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-25T21:07:45.479 DEBUG:teuthology.orchestra.run.smithi002:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:07:45.569 INFO:teuthology.orchestra.run.smithi002.stdout:ttyS1 2023-12-25T21:07:45.598 DEBUG:teuthology.parallel:result is None 2023-12-25T21:07:53.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:07:53.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:07:53.672 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-25T21:07:54.196 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:07:54.196 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-91-generic"... 2023-12-25T21:07:54.196 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-12-25T21:07:54.245 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-91-generic 2023-12-25T21:07:54.245 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-91-generic vs 5.15.0-91-generic 2023-12-25T21:07:54.245 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-25T21:07:54.245 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-12-25T21:07:55.246 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-25T21:07:55.246 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-25T21:07:55.631 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2023-12-25T21:07:55.650 DEBUG:teuthology.parallel:result is None 2023-12-25T21:07:55.650 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-25T21:07:55.659 INFO:teuthology.task.internal:Creating test directory... 2023-12-25T21:07:55.659 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:07:55.662 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-25T21:07:55.669 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-25T21:07:55.675 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-25T21:07:55.683 INFO:teuthology.task.internal:Creating archive directory... 2023-12-25T21:07:55.683 DEBUG:teuthology.orchestra.run.smithi002:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:07:55.709 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-25T21:07:55.731 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-25T21:07:55.737 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-25T21:07:55.738 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:07:55.761 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-25T21:07:55.784 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:07:55.788 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:07:55.791 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:07:55.795 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-25T21:07:55.796 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-25T21:07:55.803 INFO:teuthology.task.internal:Configuring sudo... 2023-12-25T21:07:55.803 DEBUG:teuthology.orchestra.run.smithi002:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:07:55.841 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-25T21:07:55.857 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-25T21:07:55.866 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-25T21:07:55.866 DEBUG:teuthology.orchestra.run.smithi002:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:07:55.901 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-25T21:07:55.908 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:07:55.955 DEBUG:teuthology.orchestra.run.smithi002:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:07:56.006 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:07:56.007 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:07:56.068 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-25T21:07:56.075 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-25T21:07:56.126 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:07:56.126 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-25T21:07:56.195 DEBUG:teuthology.orchestra.run.smithi002:> sudo service rsyslog restart 2023-12-25T21:07:56.197 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2023-12-25T21:07:56.275 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-25T21:07:56.282 INFO:teuthology.task.internal:Starting timer... 2023-12-25T21:07:56.282 INFO:teuthology.run_tasks:Running task pcp... 2023-12-25T21:07:56.293 INFO:teuthology.run_tasks:Running task selinux... 2023-12-25T21:07:56.302 DEBUG:teuthology.task.selinux:Excluding smithi002: OS 'ubuntu' does not support SELinux 2023-12-25T21:07:56.302 DEBUG:teuthology.task.selinux:Excluding smithi153: OS 'ubuntu' does not support SELinux 2023-12-25T21:07:56.302 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-25T21:07:56.302 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-12-25T21:07:56.302 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-25T21:07:56.303 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-25T21:07:56.312 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-25T21:07:56.328 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-12-25T21:07:56.329 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi002.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-25T21:13:52.829 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi002.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2023-12-25T21:13:52.830 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-25T21:13:52.831 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi002.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:13:52.911 DEBUG:teuthology.orchestra.run.smithi002:> true 2023-12-25T21:13:53.031 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi002.front.sepia.ceph.com' 2023-12-25T21:13:53.031 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:13:53.032 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-25T21:13:53.118 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-12-25T21:13:53.235 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-12-25T21:13:53.235 INFO:teuthology.run_tasks:Running task clock... 2023-12-25T21:13:53.244 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-25T21:13:53.245 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:13:53.245 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:13:53.247 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-25T21:13:53.247 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:13:53.280 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-25T21:13:53.280 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Command line: ntpd -gq 2023-12-25T21:13:53.281 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: proto: precision = 0.082 usec (-23) 2023-12-25T21:13:53.281 INFO:teuthology.orchestra.run.smithi002.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:13:53.282 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:13:53.282 INFO:teuthology.orchestra.run.smithi002.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen and drop on 0 v6wildcard [::]:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen normally on 2 lo 127.0.0.1:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen normally on 3 ens1f0 172.21.15.2:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen normally on 4 lo [::1]:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1920%4]:123 2023-12-25T21:13:53.283 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:13:53 ntpd[23335]: Listening on routing socket on fd #22 for interface updates 2023-12-25T21:13:53.309 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-12-25T21:13:53.309 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Command line: ntpd -gq 2023-12-25T21:13:53.310 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: proto: precision = 0.093 usec (-23) 2023-12-25T21:13:53.310 INFO:teuthology.orchestra.run.smithi153.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:13:53.311 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-12-25T21:13:53.311 INFO:teuthology.orchestra.run.smithi153.stderr:restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: restrict ::: KOD does nothing without LIMITED. 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen and drop on 0 v6wildcard [::]:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen normally on 2 lo 127.0.0.1:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen normally on 3 enp3s0f1 172.21.15.153:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen normally on 4 lo [::1]:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6deb%5]:123 2023-12-25T21:13:53.312 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:13:53 ntpd[23400]: Listening on routing socket on fd #22 for interface updates 2023-12-25T21:13:54.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:54.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:54.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:54.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:54.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:54.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:54 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:54.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:54.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:54.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:54.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:54.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:54.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:54 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:55.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:55 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:56.283 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:56 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:56.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:56.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:56 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:57.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:57.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:57 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:57.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:57.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:57 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:58.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:58.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:58 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:58.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:58 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:59.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:13:59 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:13:59.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:13:59 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:14:00.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.281 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stdout:25 Dec 21:14:00 ntpd[23335]: ntpd: time slew +0.000477 s 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stdout:ntpd: time slew +0.000477s 2023-12-25T21:14:00.282 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-25T21:14:00.283 INFO:teuthology.orchestra.run.smithi002.stderr:25 Dec 21:14:00 ntpd[23335]: can't open /var/log/ntpstats/loopstats.20231225: Permission denied 2023-12-25T21:14:00.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.310 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: can't open /var/log/ntpstats/rawstats.20231225: Permission denied 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: can't open /var/log/ntpstats/peerstats.20231225: Permission denied 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stdout:25 Dec 21:14:00 ntpd[23400]: ntpd: time slew +0.001196 s 2023-12-25T21:14:00.311 INFO:teuthology.orchestra.run.smithi153.stdout:ntpd: time slew +0.001196s 2023-12-25T21:14:00.313 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-12-25T21:14:00.313 INFO:teuthology.orchestra.run.smithi153.stderr:25 Dec 21:14:00 ntpd[23400]: can't open /var/log/ntpstats/loopstats.20231225: Permission denied 2023-12-25T21:14:00.345 INFO:teuthology.orchestra.run.smithi002.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:14:00.345 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================== 2023-12-25T21:14:00.345 INFO:teuthology.orchestra.run.smithi002.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.345 INFO:teuthology.orchestra.run.smithi002.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.346 INFO:teuthology.orchestra.run.smithi002.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.346 INFO:teuthology.orchestra.run.smithi002.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.372 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-12-25T21:14:00.372 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-25T21:14:00.382 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-25T21:14:00.382 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:14:00.382 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:00.398 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-12-25T21:14:00.398 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_1 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 494 Links: 1 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:12:22.483804226 +0000 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:12:22.151811882 +0000 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:12:22.151811882 +0000 2023-12-25T21:14:00.447 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:14:00.447 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:14:00.502 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:14:00.502 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:14:00.502 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000276349 s, 1.9 MB/s 2023-12-25T21:14:00.503 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:14:00.552 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_2 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 500 Links: 1 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:12:23.039791404 +0000 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:12:22.707799060 +0000 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:12:22.707799060 +0000 2023-12-25T21:14:00.603 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:14:00.604 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:14:00.658 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:14:00.658 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:14:00.658 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.00030374 s, 1.7 MB/s 2023-12-25T21:14:00.659 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:14:00.708 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_3 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:12:23.259786331 +0000 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:12:23.255786422 +0000 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:12:23.255786422 +0000 2023-12-25T21:14:00.759 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:14:00.759 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:14:00.814 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:14:00.814 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:14:00.814 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000296296 s, 1.7 MB/s 2023-12-25T21:14:00.815 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:14:00.864 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/vg_nvme/lv_4 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 513 Links: 1 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:12:24.095767051 +0000 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:12:23.787774154 +0000 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:12:23.787774154 +0000 2023-12-25T21:14:00.919 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:14:00.919 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:14:00.972 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:14:00.973 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:14:00.973 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000312153 s, 1.6 MB/s 2023-12-25T21:14:00.974 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:14:01.024 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:14:01.142 INFO:teuthology.orchestra.run.smithi002.stdout:loop 2023-12-25T21:14:01.144 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-25T21:14:01.144 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:14:01.170 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-25T21:14:01.199 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:14:01.220 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-25T21:14:01.220 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:14:01.286 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-25T21:14:01.309 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:14:01.333 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-25T21:14:01.333 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:14:01.402 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-25T21:14:01.428 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:14:01.454 INFO:tasks.nvme_loop:Connecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-25T21:14:01.454 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:14:01.526 INFO:teuthology.orchestra.run.smithi002.stdout:1 2023-12-25T21:14:01.551 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:14:01.576 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:14:01.576 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:01.630 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme list 2023-12-25T21:14:01.686 INFO:teuthology.orchestra.run.smithi002.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:14:01.686 INFO:teuthology.orchestra.run.smithi002.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:14:01.686 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme0n1 PHMB751300EV480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-12-25T21:14:01.687 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme1n1 583aeab1bb1c1ea08b53 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:01.687 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme2n1 2ad2bf68f35bbbe9cdd6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:01.687 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme3n1 83d785bb32c709c624e0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:01.687 INFO:teuthology.orchestra.run.smithi002.stdout:/dev/nvme4n1 5c9cca14c16a95bea318 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:01.687 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:14:01.688 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:14:01.688 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-25T21:14:01.747 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:14:01.747 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:01.754 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-12-25T21:14:01.754 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 495 Links: 1 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:12:24.133999290 +0000 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:12:23.838006116 +0000 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:12:23.838006116 +0000 2023-12-25T21:14:01.804 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:14:01.804 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-25T21:14:01.858 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:14:01.858 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:14:01.858 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000421465 s, 1.2 MB/s 2023-12-25T21:14:01.859 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-25T21:14:01.909 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2023-12-25T21:14:01.959 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 500 Links: 1 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:12:24.677986744 +0000 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:12:24.337994584 +0000 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:12:24.337994584 +0000 2023-12-25T21:14:01.960 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:14:01.960 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-25T21:14:02.013 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:14:02.013 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:14:02.013 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000400595 s, 1.3 MB/s 2023-12-25T21:14:02.014 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-25T21:14:02.065 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:12:24.901981579 +0000 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:12:24.897981670 +0000 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:12:24.897981670 +0000 2023-12-25T21:14:02.116 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:14:02.116 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-25T21:14:02.171 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:14:02.171 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:14:02.171 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000385474 s, 1.3 MB/s 2023-12-25T21:14:02.172 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-25T21:14:02.221 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2023-12-25T21:14:02.271 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-25T21:14:02.271 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 510 Links: 1 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:12:25.433969309 +0000 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:12:25.429969402 +0000 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:12:25.429969402 +0000 2023-12-25T21:14:02.272 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:14:02.272 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-25T21:14:02.325 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:14:02.325 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:14:02.325 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000424977 s, 1.2 MB/s 2023-12-25T21:14:02.326 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-25T21:14:02.377 DEBUG:teuthology.orchestra.run.smithi153:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-12-25T21:14:02.500 INFO:teuthology.orchestra.run.smithi153.stdout:loop 2023-12-25T21:14:02.501 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2023-12-25T21:14:02.501 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-12-25T21:14:02.522 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-12-25T21:14:02.550 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_11 2023-12-25T21:14:02.574 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2023-12-25T21:14:02.574 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-12-25T21:14:02.640 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-12-25T21:14:02.663 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_21 2023-12-25T21:14:02.687 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2023-12-25T21:14:02.687 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-12-25T21:14:02.751 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-12-25T21:14:02.773 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_31 2023-12-25T21:14:02.796 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2023-12-25T21:14:02.796 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-12-25T21:14:02.862 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-12-25T21:14:02.886 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_41 2023-12-25T21:14:02.910 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:14:02.910 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:14:02.959 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme list 2023-12-25T21:14:03.013 INFO:teuthology.orchestra.run.smithi153.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-25T21:14:03.013 INFO:teuthology.orchestra.run.smithi153.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-25T21:14:03.013 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme0n1 CVFT623300MV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-12-25T21:14:03.014 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme1n1 0b710d8152eba61009fa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:03.014 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme2n1 3a6b6957f6cb18a778b9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:03.014 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme3n1 7f221181f53c1d593fe0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:03.014 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme4n1 e7ae0b13bcde16b5d826 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-9 2023-12-25T21:14:03.015 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:14:03.015 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:14:03.015 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2023-12-25T21:14:03.070 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-25T21:14:03.140 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': 'b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2'} 2023-12-25T21:14:03.140 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:14:03.141 INFO:tasks.cephadm:Cluster fsid is 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:03.141 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-25T21:14:03.141 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-25T21:14:03.141 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi002': '172.21.15.2', 'mon.smithi153': '172.21.15.153'} 2023-12-25T21:14:03.141 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-25T21:14:03.142 DEBUG:teuthology.orchestra.run.smithi002:> sudo hostname $(hostname -s) 2023-12-25T21:14:03.159 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2023-12-25T21:14:03.173 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2)... 2023-12-25T21:14:03.174 DEBUG:teuthology.orchestra.run.smithi002:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.365 INFO:teuthology.orchestra.run.smithi002.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 25 21:14 /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.365 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.510 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Dec 25 21:14 /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.510 DEBUG:teuthology.orchestra.run.smithi002:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.519 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-25T21:14:03.537 DEBUG:teuthology.orchestra.run.smithi002:> sudo mkdir -p /etc/ceph 2023-12-25T21:14:03.577 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2023-12-25T21:14:03.592 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 777 /etc/ceph 2023-12-25T21:14:03.635 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2023-12-25T21:14:03.650 INFO:tasks.cephadm:Writing seed config... 2023-12-25T21:14:03.651 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-25T21:14:03.652 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-25T21:14:03.652 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:14:03.653 DEBUG:teuthology.orchestra.run.smithi002:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-25T21:14:03.682 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 = 8791ee5e-a36a-11ee-95a5-87774f69a715 [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-12-25T21:14:03.682 DEBUG:teuthology.orchestra.run.smithi002:mon.smithi002> sudo journalctl -f -n 0 -u ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service 2023-12-25T21:14:03.725 INFO:tasks.cephadm:Bootstrapping... 2023-12-25T21:14:03.725 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 -v bootstrap --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.2 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:14:04.025 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-25T21:14:04.131 INFO:teuthology.orchestra.run.smithi002.stderr:-------------------------------------------------------------------------------- 2023-12-25T21:14:04.131 INFO:teuthology.orchestra.run.smithi002.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2', '-v', 'bootstrap', '--fsid', '8791ee5e-a36a-11ee-95a5-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.2', '--skip-admin-label'] 2023-12-25T21:14:04.131 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying podman|docker is present... 2023-12-25T21:14:04.131 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying lvm2 is present... 2023-12-25T21:14:04.132 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying time synchronization is in place... 2023-12-25T21:14:04.140 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:14:04.146 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.154 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-25T21:14:04.160 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.167 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: masked 2023-12-25T21:14:04.175 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.183 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-25T21:14:04.189 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.196 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: enabled 2023-12-25T21:14:04.204 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: active 2023-12-25T21:14:04.205 INFO:teuthology.orchestra.run.smithi002.stderr:Unit ntp.service is enabled and running 2023-12-25T21:14:04.205 INFO:teuthology.orchestra.run.smithi002.stderr:Repeating the final host check... 2023-12-25T21:14:04.205 INFO:teuthology.orchestra.run.smithi002.stderr:docker (/usr/bin/docker) is present 2023-12-25T21:14:04.205 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl is present 2023-12-25T21:14:04.206 INFO:teuthology.orchestra.run.smithi002.stderr:lvcreate is present 2023-12-25T21:14:04.212 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-25T21:14:04.220 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.226 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-12-25T21:14:04.234 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.240 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: masked 2023-12-25T21:14:04.248 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.255 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-12-25T21:14:04.262 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: inactive 2023-12-25T21:14:04.269 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: enabled 2023-12-25T21:14:04.276 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: active 2023-12-25T21:14:04.277 INFO:teuthology.orchestra.run.smithi002.stderr:Unit ntp.service is enabled and running 2023-12-25T21:14:04.277 INFO:teuthology.orchestra.run.smithi002.stderr:Host looks OK 2023-12-25T21:14:04.277 INFO:teuthology.orchestra.run.smithi002.stderr:Cluster fsid: 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:04.277 INFO:teuthology.orchestra.run.smithi002.stderr:Acquiring lock 140485985974688 on /run/cephadm/8791ee5e-a36a-11ee-95a5-87774f69a715.lock 2023-12-25T21:14:04.278 INFO:teuthology.orchestra.run.smithi002.stderr:Lock 140485985974688 acquired on /run/cephadm/8791ee5e-a36a-11ee-95a5-87774f69a715.lock 2023-12-25T21:14:04.278 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying IP 172.21.15.2 port 3300 ... 2023-12-25T21:14:04.278 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying IP 172.21.15.2 port 6789 ... 2023-12-25T21:14:04.279 INFO:teuthology.orchestra.run.smithi002.stderr:Base mon IP(s) is [172.21.15.2:3300, 172.21.15.2:6789], mon addrv is [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-12-25T21:14:04.284 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: default via 172.21.15.254 dev ens1f0 2023-12-25T21:14:04.284 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:14:04.284 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 2023-12-25T21:14:04.288 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-25T21:14:04.289 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-25T21:14:04.289 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2023-12-25T21:14:04.292 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-25T21:14:04.293 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-12-25T21:14:04.294 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:14:04.294 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-25T21:14:04.294 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:febd:1920/64 scope link 2023-12-25T21:14:04.294 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-12-25T21:14:04.295 INFO:teuthology.orchestra.run.smithi002.stderr:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-12-25T21:14:04.295 INFO:teuthology.orchestra.run.smithi002.stderr:Mon IP `172.21.15.2` is in CIDR network `172.21.0.0/20` 2023-12-25T21:14:04.295 INFO:teuthology.orchestra.run.smithi002.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-25T21:14:04.296 INFO:teuthology.orchestra.run.smithi002.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-25T21:14:04.297 INFO:teuthology.orchestra.run.smithi002.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2... 2023-12-25T21:14:04.662 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2: Pulling from ceph-ci/ceph 2023-12-25T21:14:04.670 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 46af8f5390d4: Pulling fs layer 2023-12-25T21:14:04.670 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 7f86ad6c71fd: Pulling fs layer 2023-12-25T21:14:08.393 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 46af8f5390d4: Verifying Checksum 2023-12-25T21:14:08.393 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 46af8f5390d4: Download complete 2023-12-25T21:14:12.263 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 46af8f5390d4: Pull complete 2023-12-25T21:14:19.790 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 7f86ad6c71fd: Download complete 2023-12-25T21:14:32.454 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: 7f86ad6c71fd: Pull complete 2023-12-25T21:14:32.598 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: Digest: sha256:f0a536ab4f091ee2b2e99ae11538c2b1236c6212a08fafe7524691a269db682a 2023-12-25T21:14:32.646 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:14:32.682 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 2023-12-25T21:14:45.312 INFO:teuthology.orchestra.run.smithi002.stderr:ceph: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:14:45.935 INFO:teuthology.orchestra.run.smithi002.stderr:Ceph version: ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable) 2023-12-25T21:14:45.935 INFO:teuthology.orchestra.run.smithi002.stderr:Extracting ceph user uid/gid from container image... 2023-12-25T21:14:46.669 INFO:teuthology.orchestra.run.smithi002.stderr:stat: 167 167 2023-12-25T21:14:47.413 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial keys... 2023-12-25T21:14:48.176 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQDI8Illfw95ChAAkuuE2T26Xq4Ra4VamBKBHg== 2023-12-25T21:14:49.727 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQDJ8Illld9XKxAA5/v7BKfpyIETaRWJicXSrA== 2023-12-25T21:14:51.147 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-authtool: AQDL8Ill4THICBAAKfpKFCrjMoSZeF5cxdPa+Q== 2023-12-25T21:14:51.809 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial monmap... 2023-12-25T21:14:52.633 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:14:52.633 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:52.633 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:14:53.254 INFO:teuthology.orchestra.run.smithi002.stderr:monmaptool for smithi002 [v2:172.21.15.2:3300,v1:172.21.15.2:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-25T21:14:53.254 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: set fsid to 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:53.254 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-25T21:14:53.254 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:14:53.254 INFO:teuthology.orchestra.run.smithi002.stderr:Creating mon... 2023-12-25T21:14:54.020 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.012+0000 7f318c295880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:14:54.020 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.012+0000 7f318c295880 1 imported monmap: 2023-12-25T21:14:54.021 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-25T21:14:54.021 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:54.021 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: last_changed 2023-12-25T21:14:52.632728+0000 2023-12-25T21:14:54.021 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: created 2023-12-25T21:14:52.632728+0000 2023-12-25T21:14:54.022 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-25T21:14:54.022 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon.smithi002 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.012+0000 7f318c295880 0 /usr/bin/ceph-mon: set fsid to 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:14:54.023 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:14:54.024 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: DB SUMMARY 2023-12-25T21:14:54.024 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi002/store.db dir, Total Num: 0, files: 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi002/store.db: 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.create_if_missing: 1 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:14:54.025 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.env: 0x556da31c2080 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.info_log: 0x556da3cfd380 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:14:54.027 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:14:54.028 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi002/store.db 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:14:54.049 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.write_buffer_manager: 0x556da3d03980 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:14:54.050 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.row_cache: None 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:14:54.051 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:14:54.052 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000001 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.053 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.merge_operator: 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556da3c11d30) 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:14:54.054 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache: 0x556da3c48d10 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-25T21:14:54.055 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:14:54.056 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:14:54.057 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:14:54.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:14:54.059 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:14:54.060 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi002/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-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.016+0000 7f318c295880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.020+0000 7f318c295880 4 rocksdb: DB pointer 0x556da3d11800 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.020+0000 7f317511c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.020+0000 7f317511c700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:14:54.061 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:54.062 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.063 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:14:54.064 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: 2023-12-25T21:14:54.065 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.024+0000 7f318c295880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-25T21:14:54.065 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.024+0000 7f318c295880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-25T21:14:54.065 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph-mon: debug 2023-12-25T21:14:54.024+0000 7f318c295880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi002 for mon.smithi002 2023-12-25T21:14:54.634 INFO:teuthology.orchestra.run.smithi002.stderr:create mon.smithi002 on 2023-12-25T21:14:54.865 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-12-25T21:14:55.086 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target. 2023-12-25T21:14:55.087 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target -> /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target. 2023-12-25T21:14:55.519 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to reset failed state of unit ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service: Unit ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service not loaded. 2023-12-25T21:14:55.529 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target.wants/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service -> /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@.service. 2023-12-25T21:14:55.753 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld does not appear to be present 2023-12-25T21:14:55.753 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:14:55.754 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mon to start... 2023-12-25T21:14:55.754 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mon... 2023-12-25T21:14:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:57 smithi002 bash[24296]: cluster 2023-12-25T21:14:56.993487+0000 mon.smithi002 (mon.0) 1 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-25T21:14:57.312 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: cluster: 2023-12-25T21:14:57.312 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: id: 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:57.312 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-25T21:14:57.312 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: services: 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi002 (age 0.294633s) 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: data: 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: pgs: 2023-12-25T21:14:57.314 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:57.993 INFO:teuthology.orchestra.run.smithi002.stderr:mon is available 2023-12-25T21:14:57.993 INFO:teuthology.orchestra.run.smithi002.stderr:Assimilating anything we can from ceph.conf... 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: cluster 2023-12-25T21:14:57.016800+0000 mon.smithi002 (mon.0) 2 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: cluster 2023-12-25T21:14:57.017021+0000 mon.smithi002 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: cluster 2023-12-25T21:14:57.020258+0000 mon.smithi002 (mon.0) 4 : cluster [DBG] fsmap 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: cluster 2023-12-25T21:14:57.024498+0000 mon.smithi002 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: cluster 2023-12-25T21:14:57.025002+0000 mon.smithi002 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:14:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:58 smithi002 bash[24296]: audit 2023-12-25T21:14:57.311385+0000 mon.smithi002 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.2:0/4167854840' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-25T21:14:59.030 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [global] 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: fsid = 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.2:3300,v1:172.21.15.2:6789] 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:14:59.031 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:14:59.032 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:14:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:59 smithi002 bash[24296]: audit 2023-12-25T21:14:59.025196+0000 mon.smithi002 (mon.0) 8 : audit [INF] from='client.? 172.21.15.2:0/3134700278' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:14:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:14:59 smithi002 bash[24296]: audit 2023-12-25T21:14:59.029150+0000 mon.smithi002 (mon.0) 9 : audit [INF] from='client.? 172.21.15.2:0/3134700278' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-25T21:14:59.614 INFO:teuthology.orchestra.run.smithi002.stderr:Generating new minimal ceph.conf... 2023-12-25T21:15:00.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:00 smithi002 bash[24296]: audit 2023-12-25T21:15:00.659411+0000 mon.smithi002 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.2:0/864441097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:01.166 INFO:teuthology.orchestra.run.smithi002.stderr:Restarting the monitor... 2023-12-25T21:15:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:01 smithi002 systemd[1]: Stopping Ceph mon.smithi002 for 8791ee5e-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:15:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:01 smithi002 bash[24682]: Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-mon.smithi002 2023-12-25T21:15:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:01 smithi002 bash[24296]: debug 2023-12-25T21:15:01.320+0000 7f39aa930700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi002 -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-12-25T21:15:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:01 smithi002 bash[24296]: debug 2023-12-25T21:15:01.320+0000 7f39aa930700 -1 mon.smithi002@0(leader) e1 *** Got Signal Terminated *** 2023-12-25T21:15:01.797 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:01 smithi002 bash[24718]: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-mon-smithi002 2023-12-25T21:15:02.015 INFO:teuthology.orchestra.run.smithi002.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-25T21:15:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:02 smithi002 bash[24785]: Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-mon-smithi002 2023-12-25T21:15:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:02 smithi002 systemd[1]: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service: Succeeded. 2023-12-25T21:15:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:02 smithi002 systemd[1]: Stopped Ceph mon.smithi002 for 8791ee5e-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:15:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:02 smithi002 systemd[1]: Started Ceph mon.smithi002 for 8791ee5e-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:15:03.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.120+0000 7fc33eae0880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:15:03.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.120+0000 7fc33eae0880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T21:15:03.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.120+0000 7fc33eae0880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.124+0000 7fc33eae0880 0 load: jerasure load: lrc load: isa 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.124+0000 7fc33eae0880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.124+0000 7fc33eae0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.124+0000 7fc33eae0880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.124+0000 7fc33eae0880 4 rocksdb: DB SUMMARY 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi002/store.db dir, Total Num: 1, files: 000004.sst 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi002/store.db: 000006.log size: 86499 ; 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.env: 0x5599c31c2080 2023-12-25T21:15:03.488 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.info_log: 0x5599c3bda520 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:15:03.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi002/store.db 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:15:03.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.write_buffer_manager: 0x5599c4828480 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:15:03.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.row_cache: None 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:15:03.492 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:15:03.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:15:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi002/store.db/MANIFEST-000005 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.merge_operator: 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5599c3b7dd28) 2023-12-25T21:15:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cache_index_and_filter_blocks: 1 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: pin_top_level_index_and_filter: 1 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: index_type: 0 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: data_block_index_type: 0 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: index_shortening: 1 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: hash_index_allow_collision: 1 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: checksum: 1 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: no_block_cache: 0 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_cache: 0x5599c3bb4f10 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_cache_name: BinnedLRUCache 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_cache_options: 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: capacity : 536870912 2023-12-25T21:15:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: num_shard_bits : 4 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: strict_capacity_limit : 0 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: high_pri_pool_ratio: 0.000 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_cache_compressed: (nil) 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: persistent_cache: (nil) 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_size: 4096 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_size_deviation: 10 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_restart_interval: 16 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: index_block_restart_interval: 1 2023-12-25T21:15:03.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: metadata_block_size: 4096 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: partition_filters: 0 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: use_delta_encoding: 1 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: whole_key_filtering: 1 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: verify_compression: 0 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: read_amp_bytes_per_bit: 0 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: format_version: 2 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: enable_index_compression: 1 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: block_align: 0 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:15:03.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:15:03.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:15:03.500 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:15:03.500 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:15:03.500 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:15:03.500 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:15:03.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:15:03.502 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:15:03.503 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi002/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-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538903133794, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 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-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538903134953, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83372, "table_properties": {"data_size": 81639, "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": 76151, "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": 1703538903, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-25T21:15:03.504 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.128+0000 7fc33eae0880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703538903135447, "job": 1, "event": "recovery_finished"} 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 4 rocksdb: DB pointer 0x5599c3c7d800 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc3258e6700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc3258e6700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** DB Stats ** 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** Compaction Stats [default] ** 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.505 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** Compaction Stats [default] ** 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:15:03.506 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Cumulative compaction: 0.00 GB write, 20.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Interval compaction: 0.00 GB write, 20.59 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** Compaction Stats [default] ** 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: L0 2/0 83.11 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Sum 2/0 83.11 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** Compaction Stats [default] ** 2023-12-25T21:15:03.507 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.8 0.00 0.00 1 0.001 0 0 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Cumulative compaction: 0.00 GB write, 19.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.508 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 starting mon.smithi002 rank 0 at public addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] at bind addrs [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi002 fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 1 mon.smithi002@-1(???) e1 preinit fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).mds e1 new map 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).mds e1 print_map 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: e1 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:15:03.509 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 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-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: legacy client fscid: -1 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: No filesystems configured 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 0 mon.smithi002@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: audit 2023-12-25T21:15:00.659411+0000 mon.smithi002 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.2:0/864441097' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: debug 2023-12-25T21:15:03.132+0000 7fc33eae0880 1 mon.smithi002@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cluster 2023-12-25T21:15:03.160827+0000 mon.smithi002 (mon.0) 1 : cluster [INF] mon.smithi002 is new leader, mons smithi002 in quorum (ranks 0) 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cluster 2023-12-25T21:15:03.160919+0000 mon.smithi002 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0]} removed_ranks: {} 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cluster 2023-12-25T21:15:03.161450+0000 mon.smithi002 (mon.0) 3 : cluster [DBG] fsmap 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cluster 2023-12-25T21:15:03.161509+0000 mon.smithi002 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-25T21:15:03.510 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:03 smithi002 bash[24825]: cluster 2023-12-25T21:15:03.162034+0000 mon.smithi002 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-25T21:15:04.133 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-25T21:15:04.133 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:15:04.133 INFO:teuthology.orchestra.run.smithi002.stderr:Creating mgr... 2023-12-25T21:15:04.133 INFO:teuthology.orchestra.run.smithi002.stderr:Verifying port 9283 ... 2023-12-25T21:15:04.360 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Failed to reset failed state of unit ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mgr.smithi002.hmjpwx.service: Unit ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mgr.smithi002.hmjpwx.service not loaded. 2023-12-25T21:15:04.368 INFO:teuthology.orchestra.run.smithi002.stderr:systemctl: Created symlink /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715.target.wants/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mgr.smithi002.hmjpwx.service -> /etc/systemd/system/ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@.service. 2023-12-25T21:15:04.440 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:04 smithi002 bash[24825]: audit 2023-12-25T21:15:03.434592+0000 mon.smithi002 (mon.0) 6 : audit [INF] from='client.? 172.21.15.2:0/1319337436' entity='client.admin' 2023-12-25T21:15:04.590 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld does not appear to be present 2023-12-25T21:15:04.590 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to enable service . firewalld.service is not available 2023-12-25T21:15:04.590 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld does not appear to be present 2023-12-25T21:15:04.590 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-25T21:15:04.591 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr to start... 2023-12-25T21:15:04.592 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr... 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "8791ee5e-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-25T21:15:06.131 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:15:06.132 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:15:06.135 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:15:06.135 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:15:06.136 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:14:57.018789+0000", 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:06.137 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:06.138 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:15:06.138 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:15:06.351 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:06 smithi002 bash[24825]: audit 2023-12-25T21:15:06.128087+0000 mon.smithi002 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.2:0/3454429532' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:15:06.800 INFO:teuthology.orchestra.run.smithi002.stderr:mgr not available, waiting (1/15)... 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "8791ee5e-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:15:09.914 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 6, 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:09.915 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:15:09.916 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:15:09.919 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:15:09.919 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:15:09.919 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.919 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:15:09.920 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": false, 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:09.921 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:14:57.018789+0000", 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:15:09.922 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:15:10.144 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:09 smithi002 bash[24825]: audit 2023-12-25T21:15:09.911662+0000 mon.smithi002 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.2:0/3905385073' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:15:10.545 INFO:teuthology.orchestra.run.smithi002.stderr:mgr not available, waiting (2/15)... 2023-12-25T21:15:12.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: cluster 2023-12-25T21:15:12.674119+0000 mon.smithi002 (mon.0) 9 : cluster [INF] Activating manager daemon smithi002.hmjpwx 2023-12-25T21:15:12.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: cluster 2023-12-25T21:15:12.677427+0000 mon.smithi002 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi002.hmjpwx(active, starting, since 0.0035724s) 2023-12-25T21:15:12.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.679499+0000 mon.smithi002 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:15:12.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.679654+0000 mon.smithi002 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.679878+0000 mon.smithi002 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.680105+0000 mon.smithi002 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.680647+0000 mon.smithi002 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi002.hmjpwx", "id": "smithi002.hmjpwx"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: cluster 2023-12-25T21:15:12.683122+0000 mon.smithi002 (mon.0) 16 : cluster [INF] Manager daemon smithi002.hmjpwx is now available 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.699371+0000 mon.smithi002 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.704874+0000 mon.smithi002 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.709008+0000 mon.smithi002 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.709162+0000 mon.smithi002 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/trash_purge_schedule"}]: dispatch 2023-12-25T21:15:12.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:12 smithi002 bash[24825]: audit 2023-12-25T21:15:12.711136+0000 mon.smithi002 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.2:0/4261699361' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:13.769 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:13.769 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:15:13.769 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsid": "8791ee5e-a36a-11ee-95a5-87774f69a715", 2023-12-25T21:15:13.770 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "health": { 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "checks": {}, 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mutes": [] 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum": [ 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 0 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "smithi002" 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:13.772 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "quorum_age": 10, 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "monmap": { 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osdmap": { 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-25T21:15:13.773 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-25T21:15:13.774 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-25T21:15:13.774 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-25T21:15:13.774 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-25T21:15:13.774 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-25T21:15:13.774 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.775 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgmap": { 2023-12-25T21:15:13.775 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-25T21:15:13.775 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-25T21:15:13.775 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-25T21:15:13.775 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-25T21:15:13.777 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-25T21:15:13.777 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-25T21:15:13.777 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "fsmap": { 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modules": [ 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "iostat", 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "nfs", 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "restful" 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ], 2023-12-25T21:15:13.778 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "servicemap": { 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "modified": "2023-12-25T21:14:57.018789+0000", 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "services": {} 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: }, 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-25T21:15:13.779 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:15:14.330 INFO:teuthology.orchestra.run.smithi002.stderr:mgr is available 2023-12-25T21:15:14.955 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:14 smithi002 bash[24825]: cluster 2023-12-25T21:15:13.685771+0000 mon.smithi002 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi002.hmjpwx(active, since 1.01191s) 2023-12-25T21:15:14.955 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:14 smithi002 bash[24825]: audit 2023-12-25T21:15:13.768233+0000 mon.smithi002 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.2:0/2091624465' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-25T21:15:15.492 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:15.492 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [global] 2023-12-25T21:15:15.492 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: fsid = 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:15:15.492 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-25T21:15:15.492 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [mgr] 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 2023-12-25T21:15:15.493 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: [osd] 2023-12-25T21:15:15.494 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-25T21:15:15.494 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-25T21:15:15.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:15 smithi002 bash[24825]: audit 2023-12-25T21:15:15.490025+0000 mon.smithi002 (mon.0) 24 : audit [INF] from='client.? 172.21.15.2:0/1767211229' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-25T21:15:16.126 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling cephadm module... 2023-12-25T21:15:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:16 smithi002 bash[24825]: cluster 2023-12-25T21:15:15.683570+0000 mon.smithi002 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi002.hmjpwx(active, since 3s) 2023-12-25T21:15:17.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:17 smithi002 bash[24825]: audit 2023-12-25T21:15:17.472167+0000 mon.smithi002 (mon.0) 26 : audit [INF] from='client.? 172.21.15.2:0/3849020751' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-25T21:15:18.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:18 smithi002 bash[24825]: audit 2023-12-25T21:15:17.692591+0000 mon.smithi002 (mon.0) 27 : audit [INF] from='client.? 172.21.15.2:0/3849020751' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-25T21:15:18.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:18 smithi002 bash[24825]: cluster 2023-12-25T21:15:17.692728+0000 mon.smithi002 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi002.hmjpwx(active, since 5s) 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "active_name": "smithi002.hmjpwx", 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:15:19.835 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:15:20.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:19 smithi002 bash[24825]: audit 2023-12-25T21:15:19.834631+0000 mon.smithi002 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.2:0/721813269' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:15:20.496 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for the mgr to restart... 2023-12-25T21:15:20.496 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr epoch 5... 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: cluster 2023-12-25T21:15:24.502587+0000 mon.smithi002 (mon.0) 30 : cluster [INF] Active manager daemon smithi002.hmjpwx restarted 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: cluster 2023-12-25T21:15:24.503010+0000 mon.smithi002 (mon.0) 31 : cluster [INF] Activating manager daemon smithi002.hmjpwx 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: cluster 2023-12-25T21:15:24.508963+0000 mon.smithi002 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: cluster 2023-12-25T21:15:24.509174+0000 mon.smithi002 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi002.hmjpwx(active, starting, since 0.00631928s) 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.510797+0000 mon.smithi002 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.512107+0000 mon.smithi002 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi002.hmjpwx", "id": "smithi002.hmjpwx"}]: dispatch 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.513168+0000 mon.smithi002 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.513366+0000 mon.smithi002 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:15:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.513559+0000 mon.smithi002 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:15:24.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: cluster 2023-12-25T21:15:24.517354+0000 mon.smithi002 (mon.0) 39 : cluster [INF] Manager daemon smithi002.hmjpwx is now available 2023-12-25T21:15:24.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:24 smithi002 bash[24825]: audit 2023-12-25T21:15:24.537401+0000 mon.smithi002 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:25.527 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:15:25.527 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-25T21:15:25.527 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:15:25.527 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: cephadm 2023-12-25T21:15:24.532662+0000 mgr.smithi002.hmjpwx (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.674146+0000 mon.smithi002 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.676454+0000 mon.smithi002 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.681200+0000 mon.smithi002 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.685027+0000 mon.smithi002 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.711873+0000 mon.smithi002 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: audit 2023-12-25T21:15:24.716547+0000 mon.smithi002 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/trash_purge_schedule"}]: dispatch 2023-12-25T21:15:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:25 smithi002 bash[24825]: cluster 2023-12-25T21:15:25.513942+0000 mon.smithi002 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi002.hmjpwx(active, since 1.01108s) 2023-12-25T21:15:26.152 INFO:teuthology.orchestra.run.smithi002.stderr:mgr epoch 5 is available 2023-12-25T21:15:26.152 INFO:teuthology.orchestra.run.smithi002.stderr:Setting orchestrator backend to cephadm... 2023-12-25T21:15:26.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:26 smithi002 bash[24825]: audit 2023-12-25T21:15:25.512901+0000 mgr.smithi002.hmjpwx (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:15:26.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:26 smithi002 bash[24825]: audit 2023-12-25T21:15:25.526498+0000 mgr.smithi002.hmjpwx (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:15:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:27 smithi002 bash[24825]: cluster 2023-12-25T21:15:26.677509+0000 mon.smithi002 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi002.hmjpwx(active, since 2s) 2023-12-25T21:15:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:27 smithi002 bash[24825]: audit 2023-12-25T21:15:27.371768+0000 mon.smithi002 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:27 smithi002 bash[24825]: audit 2023-12-25T21:15:27.417588+0000 mon.smithi002 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:15:28.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:28 smithi002 bash[24825]: audit 2023-12-25T21:15:27.363957+0000 mgr.smithi002.hmjpwx (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:29.279 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: value unchanged 2023-12-25T21:15:29.896 INFO:teuthology.orchestra.run.smithi002.stderr:Generating ssh key... 2023-12-25T21:15:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:29 smithi002 bash[24825]: audit 2023-12-25T21:15:29.278493+0000 mgr.smithi002.hmjpwx (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:32.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:32 smithi002 bash[24825]: audit 2023-12-25T21:15:31.187594+0000 mgr.smithi002.hmjpwx (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:32.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:32 smithi002 bash[24825]: cephadm 2023-12-25T21:15:31.188003+0000 mgr.smithi002.hmjpwx (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-25T21:15:32.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:32 smithi002 bash[24825]: audit 2023-12-25T21:15:31.319223+0000 mon.smithi002 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:32.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:32 smithi002 bash[24825]: audit 2023-12-25T21:15:31.321406+0000 mon.smithi002 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:33.235 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgHwPEzZRtirCsiWVG6jlOw7Tf3WYJvymC31w+gRF9PqT2IVqSx/rPoq6POGZfPYmmB1HBlm9qqYVFMNEMP7OyJF9lPAktb0bmSm+Uo7ooUr01/FRdzlDVefS0sMbBNtPQvEUs/XnDyQ7AERo5Xh0U+4pGr5iV9nfrr7o9cpor+1LXMOEO5PtSKzYVxAtPqWsixxxqeWa+Uk9qS5PBKH7EJuPjMqpmJZQvxHRLOcEvb71VKE0Hjt99/UlDtSfvY65hyI/HLnIJYvseNjduunuKBuNWgXRBLMIcsC1ayA99jrjKCivY4yr42PLPdTGtEMLGgIs8zcrn8j3xgbUSpJWXOx5Wgs8yic2PrNrO/f8pueo8qps5DmG+vHKN/H90fopRip90iQVB2GM2fgja805110FM6gjCZvDHQWVgvQF8rRhkbCFcU1EtTwun+SLuX0zJ3ajJeAaaIjk8btt1dqP6LyVXDXEsZmbXsbEzypPB6tM+e1SpEOfpa+Op0nRQQk= ceph-8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:15:33.916 INFO:teuthology.orchestra.run.smithi002.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:15:33.917 INFO:teuthology.orchestra.run.smithi002.stderr:Adding key to root@localhost authorized_keys... 2023-12-25T21:15:33.917 INFO:teuthology.orchestra.run.smithi002.stderr:Adding host smithi002... 2023-12-25T21:15:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:34 smithi002 bash[24825]: audit 2023-12-25T21:15:33.234230+0000 mgr.smithi002.hmjpwx (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:36.058 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Added host 'smithi002' with addr '172.21.15.2' 2023-12-25T21:15:36.110 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:35 smithi002 bash[24825]: audit 2023-12-25T21:15:35.207918+0000 mgr.smithi002.hmjpwx (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi002", "addr": "172.21.15.2", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:36.780 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying mon service with default placement... 2023-12-25T21:15:37.183 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:37 smithi002 bash[24825]: audit 2023-12-25T21:15:36.057392+0000 mon.smithi002 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:37.184 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:37 smithi002 bash[24825]: cephadm 2023-12-25T21:15:36.058029+0000 mgr.smithi002.hmjpwx (mgr.14116) 10 : cephadm [INF] Added host smithi002 2023-12-25T21:15:37.184 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:37 smithi002 bash[24825]: audit 2023-12-25T21:15:36.064897+0000 mon.smithi002 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:15:38.972 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-25T21:15:39.952 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying mgr service with default placement... 2023-12-25T21:15:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:39 smithi002 bash[24825]: audit 2023-12-25T21:15:38.967176+0000 mgr.smithi002.hmjpwx (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:39 smithi002 bash[24825]: cephadm 2023-12-25T21:15:38.968599+0000 mgr.smithi002.hmjpwx (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-25T21:15:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:39 smithi002 bash[24825]: audit 2023-12-25T21:15:38.971955+0000 mon.smithi002 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:39 smithi002 bash[24825]: audit 2023-12-25T21:15:39.613093+0000 mon.smithi002 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:39 smithi002 bash[24825]: audit 2023-12-25T21:15:39.871749+0000 mon.smithi002 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:41.357 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-25T21:15:42.000 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying crash service with default placement... 2023-12-25T21:15:42.698 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:42 smithi002 bash[24825]: audit 2023-12-25T21:15:41.351293+0000 mgr.smithi002.hmjpwx (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:42.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:42 smithi002 bash[24825]: cephadm 2023-12-25T21:15:41.353451+0000 mgr.smithi002.hmjpwx (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-25T21:15:42.699 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:42 smithi002 bash[24825]: audit 2023-12-25T21:15:41.356425+0000 mon.smithi002 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:43.316 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-25T21:15:43.966 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying prometheus service with default placement... 2023-12-25T21:15:44.664 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:44 smithi002 bash[24825]: audit 2023-12-25T21:15:43.307861+0000 mgr.smithi002.hmjpwx (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:44.664 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:44 smithi002 bash[24825]: cephadm 2023-12-25T21:15:43.310269+0000 mgr.smithi002.hmjpwx (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-25T21:15:44.664 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:44 smithi002 bash[24825]: audit 2023-12-25T21:15:43.314775+0000 mon.smithi002 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:45.283 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-25T21:15:45.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:45 smithi002 bash[24825]: cluster 2023-12-25T21:15:44.515306+0000 mgr.smithi002.hmjpwx (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:45.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:45 smithi002 bash[24825]: audit 2023-12-25T21:15:44.922603+0000 mon.smithi002 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:45.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:45 smithi002 bash[24825]: audit 2023-12-25T21:15:45.282546+0000 mon.smithi002 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:46.015 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying grafana service with default placement... 2023-12-25T21:15:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:46 smithi002 bash[24825]: audit 2023-12-25T21:15:45.275816+0000 mgr.smithi002.hmjpwx (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:46 smithi002 bash[24825]: cephadm 2023-12-25T21:15:45.277968+0000 mgr.smithi002.hmjpwx (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-25T21:15:47.319 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-25T21:15:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:47 smithi002 bash[24825]: cluster 2023-12-25T21:15:46.515759+0000 mgr.smithi002.hmjpwx (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:47 smithi002 bash[24825]: audit 2023-12-25T21:15:47.318726+0000 mon.smithi002 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:47.988 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying node-exporter service with default placement... 2023-12-25T21:15:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:48 smithi002 bash[24825]: audit 2023-12-25T21:15:47.311544+0000 mgr.smithi002.hmjpwx (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:48 smithi002 bash[24825]: cephadm 2023-12-25T21:15:47.313696+0000 mgr.smithi002.hmjpwx (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-25T21:15:49.214 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-25T21:15:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:49 smithi002 bash[24825]: cluster 2023-12-25T21:15:48.516177+0000 mgr.smithi002.hmjpwx (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:49 smithi002 bash[24825]: audit 2023-12-25T21:15:49.213124+0000 mon.smithi002 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:50.246 INFO:teuthology.orchestra.run.smithi002.stderr:Deploying alertmanager service with default placement... 2023-12-25T21:15:50.929 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:50 smithi002 bash[24825]: audit 2023-12-25T21:15:49.208633+0000 mgr.smithi002.hmjpwx (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:50.929 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:50 smithi002 bash[24825]: cephadm 2023-12-25T21:15:49.209721+0000 mgr.smithi002.hmjpwx (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-25T21:15:51.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:51 smithi002 bash[24825]: cluster 2023-12-25T21:15:50.516600+0000 mgr.smithi002.hmjpwx (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:52.176 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-25T21:15:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:53 smithi002 bash[24825]: audit 2023-12-25T21:15:52.169238+0000 mgr.smithi002.hmjpwx (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:15:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:53 smithi002 bash[24825]: cephadm 2023-12-25T21:15:52.170362+0000 mgr.smithi002.hmjpwx (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-25T21:15:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:53 smithi002 bash[24825]: audit 2023-12-25T21:15:52.174800+0000 mon.smithi002 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.2:0/886196966' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:15:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:53 smithi002 bash[24825]: cluster 2023-12-25T21:15:52.516977+0000 mgr.smithi002.hmjpwx (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:55 smithi002 bash[24825]: audit 2023-12-25T21:15:54.171838+0000 mon.smithi002 (mon.0) 65 : audit [INF] from='client.? 172.21.15.2:0/1235446551' entity='client.admin' 2023-12-25T21:15:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:55 smithi002 bash[24825]: cluster 2023-12-25T21:15:54.517419+0000 mgr.smithi002.hmjpwx (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:56.797 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling the dashboard module... 2023-12-25T21:15:57.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:57 smithi002 bash[24825]: audit 2023-12-25T21:15:56.145397+0000 mon.smithi002 (mon.0) 66 : audit [INF] from='client.? 172.21.15.2:0/1089821959' entity='client.admin' 2023-12-25T21:15:57.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:57 smithi002 bash[24825]: cluster 2023-12-25T21:15:56.517972+0000 mgr.smithi002.hmjpwx (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:15:58.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:58 smithi002 bash[24825]: audit 2023-12-25T21:15:58.131173+0000 mon.smithi002 (mon.0) 67 : audit [INF] from='client.? 172.21.15.2:0/3536129034' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-25T21:15:59.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:59 smithi002 bash[24825]: audit 2023-12-25T21:15:58.153003+0000 mon.smithi002 (mon.0) 68 : audit [INF] from='client.? 172.21.15.2:0/3536129034' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-25T21:15:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:15:59 smithi002 bash[24825]: cluster 2023-12-25T21:15:58.153050+0000 mon.smithi002 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi002.hmjpwx(active, since 33s) 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "available": true, 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "active_name": "smithi002.hmjpwx", 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-25T21:16:00.300 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:16:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:00 smithi002 bash[24825]: audit 2023-12-25T21:16:00.299280+0000 mon.smithi002 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.2:0/1758582386' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-25T21:16:00.909 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for the mgr to restart... 2023-12-25T21:16:00.909 INFO:teuthology.orchestra.run.smithi002.stderr:Waiting for mgr epoch 9... 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: cluster 2023-12-25T21:16:04.958605+0000 mon.smithi002 (mon.0) 71 : cluster [INF] Active manager daemon smithi002.hmjpwx restarted 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: cluster 2023-12-25T21:16:04.959194+0000 mon.smithi002 (mon.0) 72 : cluster [INF] Activating manager daemon smithi002.hmjpwx 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: cluster 2023-12-25T21:16:04.965868+0000 mon.smithi002 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: cluster 2023-12-25T21:16:04.966005+0000 mon.smithi002 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi002.hmjpwx(active, starting, since 0.00700292s) 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: audit 2023-12-25T21:16:04.967734+0000 mon.smithi002 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: audit 2023-12-25T21:16:04.968812+0000 mon.smithi002 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi002.hmjpwx", "id": "smithi002.hmjpwx"}]: dispatch 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: audit 2023-12-25T21:16:04.969549+0000 mon.smithi002 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: audit 2023-12-25T21:16:04.969875+0000 mon.smithi002 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: audit 2023-12-25T21:16:04.970172+0000 mon.smithi002 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:16:05.233 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:05 smithi002 bash[24825]: cluster 2023-12-25T21:16:04.973276+0000 mon.smithi002 (mon.0) 80 : cluster [INF] Manager daemon smithi002.hmjpwx is now available 2023-12-25T21:16:05.985 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: { 2023-12-25T21:16:05.985 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-25T21:16:05.985 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: "initialized": true 2023-12-25T21:16:05.985 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: } 2023-12-25T21:16:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:06 smithi002 bash[24825]: audit 2023-12-25T21:16:05.111387+0000 mon.smithi002 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:06 smithi002 bash[24825]: audit 2023-12-25T21:16:05.113832+0000 mon.smithi002 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:16:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:06 smithi002 bash[24825]: audit 2023-12-25T21:16:05.165444+0000 mon.smithi002 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:16:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:06 smithi002 bash[24825]: audit 2023-12-25T21:16:05.171888+0000 mon.smithi002 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/trash_purge_schedule"}]: dispatch 2023-12-25T21:16:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:06 smithi002 bash[24825]: cluster 2023-12-25T21:16:05.970794+0000 mon.smithi002 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi002.hmjpwx(active, since 1.01178s) 2023-12-25T21:16:06.745 INFO:teuthology.orchestra.run.smithi002.stderr:mgr epoch 9 is available 2023-12-25T21:16:06.745 INFO:teuthology.orchestra.run.smithi002.stderr:Generating a dashboard self-signed certificate... 2023-12-25T21:16:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:07 smithi002 bash[24825]: audit 2023-12-25T21:16:05.969694+0000 mgr.smithi002.hmjpwx (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-25T21:16:07.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:07 smithi002 bash[24825]: audit 2023-12-25T21:16:05.984601+0000 mgr.smithi002.hmjpwx (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-25T21:16:08.224 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-25T21:16:08.274 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:08 smithi002 bash[24825]: cluster 2023-12-25T21:16:07.019216+0000 mon.smithi002 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi002.hmjpwx(active, since 2s) 2023-12-25T21:16:08.894 INFO:teuthology.orchestra.run.smithi002.stderr:Creating initial admin user... 2023-12-25T21:16:09.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:09 smithi002 bash[24825]: audit 2023-12-25T21:16:08.012573+0000 mgr.smithi002.hmjpwx (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:16:09.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:09 smithi002 bash[24825]: audit 2023-12-25T21:16:08.219482+0000 mon.smithi002 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:09.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:09 smithi002 bash[24825]: audit 2023-12-25T21:16:08.223790+0000 mon.smithi002 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:10.481 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$q9h/lA2OySO.oX5BnK50Au4BrBmovoti8r6b.EeCO7bevPGUHRZiO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1703538970, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-25T21:16:11.167 INFO:teuthology.orchestra.run.smithi002.stderr:Fetching dashboard port number... 2023-12-25T21:16:11.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:11 smithi002 bash[24825]: audit 2023-12-25T21:16:10.214632+0000 mgr.smithi002.hmjpwx (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-12-25T21:16:11.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:11 smithi002 bash[24825]: audit 2023-12-25T21:16:10.479904+0000 mon.smithi002 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:12.457 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: 8443 2023-12-25T21:16:12.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:12 smithi002 bash[24825]: cluster 2023-12-25T21:16:11.483948+0000 mon.smithi002 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi002.hmjpwx(active, since 6s) 2023-12-25T21:16:12.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:12 smithi002 bash[24825]: audit 2023-12-25T21:16:11.921902+0000 mon.smithi002 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:12.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:12 smithi002 bash[24825]: audit 2023-12-25T21:16:12.456808+0000 mon.smithi002 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.2:0/765042625' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-25T21:16:13.106 INFO:teuthology.orchestra.run.smithi002.stderr:firewalld does not appear to be present 2023-12-25T21:16:13.106 INFO:teuthology.orchestra.run.smithi002.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr:Ceph Dashboard is now available at: 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr: URL: https://smithi002.front.sepia.ceph.com:8443/ 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr: User: admin 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr: Password: h7kq0bwnjd 2023-12-25T21:16:13.110 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:13.111 INFO:teuthology.orchestra.run.smithi002.stderr:Enabling autotune for osd_memory_target 2023-12-25T21:16:17.009 INFO:teuthology.orchestra.run.smithi002.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr:Or, if you are only running a single cluster on this host: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: ceph telemetry on 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.818 INFO:teuthology.orchestra.run.smithi002.stderr:For more information see: 2023-12-25T21:16:17.819 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.819 INFO:teuthology.orchestra.run.smithi002.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-25T21:16:17.819 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:16:17.819 INFO:teuthology.orchestra.run.smithi002.stderr:Bootstrap complete. 2023-12-25T21:16:17.855 INFO:tasks.cephadm:Fetching config... 2023-12-25T21:16:17.855 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:16:17.855 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-25T21:16:17.862 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-25T21:16:17.863 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:16:17.863 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-25T21:16:17.910 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-25T21:16:17.910 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:16:17.910 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/keyring of=/dev/stdout 2023-12-25T21:16:17.967 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-25T21:16:17.967 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:16:17.967 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-25T21:16:18.015 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-25T21:16:18.015 DEBUG:teuthology.orchestra.run.smithi002:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgHwPEzZRtirCsiWVG6jlOw7Tf3WYJvymC31w+gRF9PqT2IVqSx/rPoq6POGZfPYmmB1HBlm9qqYVFMNEMP7OyJF9lPAktb0bmSm+Uo7ooUr01/FRdzlDVefS0sMbBNtPQvEUs/XnDyQ7AERo5Xh0U+4pGr5iV9nfrr7o9cpor+1LXMOEO5PtSKzYVxAtPqWsixxxqeWa+Uk9qS5PBKH7EJuPjMqpmJZQvxHRLOcEvb71VKE0Hjt99/UlDtSfvY65hyI/HLnIJYvseNjduunuKBuNWgXRBLMIcsC1ayA99jrjKCivY4yr42PLPdTGtEMLGgIs8zcrn8j3xgbUSpJWXOx5Wgs8yic2PrNrO/f8pueo8qps5DmG+vHKN/H90fopRip90iQVB2GM2fgja805110FM6gjCZvDHQWVgvQF8rRhkbCFcU1EtTwun+SLuX0zJ3ajJeAaaIjk8btt1dqP6LyVXDXEsZmbXsbEzypPB6tM+e1SpEOfpa+Op0nRQQk= ceph-8791ee5e-a36a-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:16:18.083 INFO:teuthology.orchestra.run.smithi002.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgHwPEzZRtirCsiWVG6jlOw7Tf3WYJvymC31w+gRF9PqT2IVqSx/rPoq6POGZfPYmmB1HBlm9qqYVFMNEMP7OyJF9lPAktb0bmSm+Uo7ooUr01/FRdzlDVefS0sMbBNtPQvEUs/XnDyQ7AERo5Xh0U+4pGr5iV9nfrr7o9cpor+1LXMOEO5PtSKzYVxAtPqWsixxxqeWa+Uk9qS5PBKH7EJuPjMqpmJZQvxHRLOcEvb71VKE0Hjt99/UlDtSfvY65hyI/HLnIJYvseNjduunuKBuNWgXRBLMIcsC1ayA99jrjKCivY4yr42PLPdTGtEMLGgIs8zcrn8j3xgbUSpJWXOx5Wgs8yic2PrNrO/f8pueo8qps5DmG+vHKN/H90fopRip90iQVB2GM2fgja805110FM6gjCZvDHQWVgvQF8rRhkbCFcU1EtTwun+SLuX0zJ3ajJeAaaIjk8btt1dqP6LyVXDXEsZmbXsbEzypPB6tM+e1SpEOfpa+Op0nRQQk= ceph-8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:16:18.095 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgHwPEzZRtirCsiWVG6jlOw7Tf3WYJvymC31w+gRF9PqT2IVqSx/rPoq6POGZfPYmmB1HBlm9qqYVFMNEMP7OyJF9lPAktb0bmSm+Uo7ooUr01/FRdzlDVefS0sMbBNtPQvEUs/XnDyQ7AERo5Xh0U+4pGr5iV9nfrr7o9cpor+1LXMOEO5PtSKzYVxAtPqWsixxxqeWa+Uk9qS5PBKH7EJuPjMqpmJZQvxHRLOcEvb71VKE0Hjt99/UlDtSfvY65hyI/HLnIJYvseNjduunuKBuNWgXRBLMIcsC1ayA99jrjKCivY4yr42PLPdTGtEMLGgIs8zcrn8j3xgbUSpJWXOx5Wgs8yic2PrNrO/f8pueo8qps5DmG+vHKN/H90fopRip90iQVB2GM2fgja805110FM6gjCZvDHQWVgvQF8rRhkbCFcU1EtTwun+SLuX0zJ3ajJeAaaIjk8btt1dqP6LyVXDXEsZmbXsbEzypPB6tM+e1SpEOfpa+Op0nRQQk= ceph-8791ee5e-a36a-11ee-95a5-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-25T21:16:18.123 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDWgHwPEzZRtirCsiWVG6jlOw7Tf3WYJvymC31w+gRF9PqT2IVqSx/rPoq6POGZfPYmmB1HBlm9qqYVFMNEMP7OyJF9lPAktb0bmSm+Uo7ooUr01/FRdzlDVefS0sMbBNtPQvEUs/XnDyQ7AERo5Xh0U+4pGr5iV9nfrr7o9cpor+1LXMOEO5PtSKzYVxAtPqWsixxxqeWa+Uk9qS5PBKH7EJuPjMqpmJZQvxHRLOcEvb71VKE0Hjt99/UlDtSfvY65hyI/HLnIJYvseNjduunuKBuNWgXRBLMIcsC1ayA99jrjKCivY4yr42PLPdTGtEMLGgIs8zcrn8j3xgbUSpJWXOx5Wgs8yic2PrNrO/f8pueo8qps5DmG+vHKN/H90fopRip90iQVB2GM2fgja805110FM6gjCZvDHQWVgvQF8rRhkbCFcU1EtTwun+SLuX0zJ3ajJeAaaIjk8btt1dqP6LyVXDXEsZmbXsbEzypPB6tM+e1SpEOfpa+Op0nRQQk= ceph-8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:16:18.135 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-25T21:16:18.148 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:18 smithi002 bash[24825]: audit 2023-12-25T21:16:17.006012+0000 mon.smithi002 (mon.0) 93 : audit [INF] from='client.? 172.21.15.2:0/2423618441' entity='client.admin' 2023-12-25T21:16:22.763 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-25T21:16:22.764 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-25T21:16:23.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:22 smithi002 bash[24825]: audit 2023-12-25T21:16:21.836600+0000 mon.smithi002 (mon.0) 94 : audit [INF] from='client.? 172.21.15.2:0/838758835' entity='client.admin' 2023-12-25T21:16:26.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:26 smithi002 bash[24825]: cluster 2023-12-25T21:16:24.971455+0000 mgr.smithi002.hmjpwx (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:26.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:26 smithi002 bash[24825]: audit 2023-12-25T21:16:25.623042+0000 mon.smithi002 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:26.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:26 smithi002 bash[24825]: audit 2023-12-25T21:16:25.930317+0000 mon.smithi002 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:16:26.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:26 smithi002 bash[24825]: audit 2023-12-25T21:16:25.936402+0000 mon.smithi002 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:26.990 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2023-12-25T21:16:26.990 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:16:26.990 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2023-12-25T21:16:26.998 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:16:26.998 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:16:27.047 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2023-12-25T21:16:27.047 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch host add smithi153 2023-12-25T21:16:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:27 smithi002 bash[24825]: cephadm 2023-12-25T21:16:25.951505+0000 mgr.smithi002.hmjpwx (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi002 on smithi002 2023-12-25T21:16:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:27 smithi002 bash[24825]: audit 2023-12-25T21:16:26.112035+0000 mgr.smithi002.hmjpwx (mgr.14156) 7 : 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-12-25T21:16:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:27 smithi002 bash[24825]: audit 2023-12-25T21:16:26.115153+0000 mon.smithi002 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:28 smithi002 bash[24825]: cluster 2023-12-25T21:16:26.971868+0000 mgr.smithi002.hmjpwx (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:30 smithi002 bash[24825]: cluster 2023-12-25T21:16:28.972281+0000 mgr.smithi002.hmjpwx (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:32 smithi002 bash[24825]: cluster 2023-12-25T21:16:30.972708+0000 mgr.smithi002.hmjpwx (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:34 smithi002 bash[24825]: cluster 2023-12-25T21:16:32.973183+0000 mgr.smithi002.hmjpwx (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:34 smithi002 bash[24825]: audit 2023-12-25T21:16:34.030021+0000 mon.smithi002 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:34 smithi002 bash[24825]: audit 2023-12-25T21:16:34.033506+0000 mon.smithi002 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:16:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:34 smithi002 bash[24825]: audit 2023-12-25T21:16:34.037763+0000 mon.smithi002 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:16:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:34 smithi002 bash[24825]: audit 2023-12-25T21:16:34.039056+0000 mon.smithi002 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:16:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:35 smithi002 bash[24825]: cephadm 2023-12-25T21:16:34.039988+0000 mgr.smithi002.hmjpwx (mgr.14156) 12 : cephadm [INF] Deploying daemon crash.smithi002 on smithi002 2023-12-25T21:16:36.448 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:36 smithi002 bash[24825]: cluster 2023-12-25T21:16:34.973628+0000 mgr.smithi002.hmjpwx (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:36.448 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:36 smithi002 bash[24825]: audit 2023-12-25T21:16:35.167320+0000 mon.smithi002 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:36.951016+0000 mon.smithi002 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: cluster 2023-12-25T21:16:36.973913+0000 mgr.smithi002.hmjpwx (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:37.168662+0000 mon.smithi002 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:37.171012+0000 mon.smithi002 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:37.173691+0000 mon.smithi002 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:37.174107+0000 mgr.smithi002.hmjpwx (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: audit 2023-12-25T21:16:37.177112+0000 mon.smithi002 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:37 smithi002 bash[24825]: cephadm 2023-12-25T21:16:37.187034+0000 mgr.smithi002.hmjpwx (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi002 on smithi002 2023-12-25T21:16:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:40 smithi002 bash[24825]: cluster 2023-12-25T21:16:38.974432+0000 mgr.smithi002.hmjpwx (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:41 smithi002 bash[24825]: audit 2023-12-25T21:16:40.171483+0000 mon.smithi002 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:42.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:42 smithi002 bash[24825]: cluster 2023-12-25T21:16:40.974826+0000 mgr.smithi002.hmjpwx (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:44 smithi002 bash[24825]: cluster 2023-12-25T21:16:42.975239+0000 mgr.smithi002.hmjpwx (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:46 smithi002 bash[24825]: cluster 2023-12-25T21:16:44.975632+0000 mgr.smithi002.hmjpwx (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:48.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:48 smithi002 bash[24825]: cluster 2023-12-25T21:16:46.976017+0000 mgr.smithi002.hmjpwx (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:50 smithi002 bash[24825]: cluster 2023-12-25T21:16:48.976477+0000 mgr.smithi002.hmjpwx (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:52 smithi002 bash[24825]: cluster 2023-12-25T21:16:50.976872+0000 mgr.smithi002.hmjpwx (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:54.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:54 smithi002 bash[24825]: cluster 2023-12-25T21:16:52.977320+0000 mgr.smithi002.hmjpwx (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:56.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:56 smithi002 bash[24825]: cluster 2023-12-25T21:16:54.977748+0000 mgr.smithi002.hmjpwx (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:58.449 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:58 smithi002 bash[24825]: cluster 2023-12-25T21:16:56.978198+0000 mgr.smithi002.hmjpwx (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:16:58.449 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:58 smithi002 bash[24825]: audit 2023-12-25T21:16:57.243085+0000 mon.smithi002 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:58.449 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:58 smithi002 bash[24825]: audit 2023-12-25T21:16:57.949810+0000 mon.smithi002 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:16:58.449 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:58 smithi002 bash[24825]: audit 2023-12-25T21:16:57.953655+0000 mon.smithi002 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-25T21:16:59.223 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:59 smithi002 bash[24825]: cephadm 2023-12-25T21:16:57.247983+0000 mgr.smithi002.hmjpwx (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi002 on smithi002 2023-12-25T21:16:59.223 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:59 smithi002 bash[24825]: audit 2023-12-25T21:16:58.951673+0000 mon.smithi002 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.2:0/3634806368' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-25T21:16:59.223 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:16:59 smithi002 bash[24825]: cluster 2023-12-25T21:16:58.951770+0000 mon.smithi002 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi002.hmjpwx(active, since 53s) 2023-12-25T21:17:06.154 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: cluster 2023-12-25T21:17:05.849862+0000 mon.smithi002 (mon.0) 115 : cluster [INF] Active manager daemon smithi002.hmjpwx restarted 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: cluster 2023-12-25T21:17:05.850471+0000 mon.smithi002 (mon.0) 116 : cluster [INF] Activating manager daemon smithi002.hmjpwx 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: cluster 2023-12-25T21:17:05.853970+0000 mon.smithi002 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: cluster 2023-12-25T21:17:05.854103+0000 mon.smithi002 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi002.hmjpwx(active, starting, since 0.0038088s) 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: audit 2023-12-25T21:17:05.857538+0000 mon.smithi002 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: audit 2023-12-25T21:17:05.858767+0000 mon.smithi002 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi002.hmjpwx", "id": "smithi002.hmjpwx"}]: dispatch 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: audit 2023-12-25T21:17:05.859855+0000 mon.smithi002 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: audit 2023-12-25T21:17:05.860144+0000 mon.smithi002 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: audit 2023-12-25T21:17:05.860312+0000 mon.smithi002 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-25T21:17:06.155 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:05 smithi002 bash[24825]: cluster 2023-12-25T21:17:05.884439+0000 mon.smithi002 (mon.0) 124 : cluster [INF] Manager daemon smithi002.hmjpwx is now available 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: audit 2023-12-25T21:17:06.022889+0000 mon.smithi002 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: audit 2023-12-25T21:17:06.026868+0000 mon.smithi002 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: audit 2023-12-25T21:17:06.048131+0000 mon.smithi002 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: audit 2023-12-25T21:17:06.078884+0000 mon.smithi002 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/mirror_snapshot_schedule"}]: dispatch 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: audit 2023-12-25T21:17:06.083442+0000 mon.smithi002 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi002.hmjpwx/trash_purge_schedule"}]: dispatch 2023-12-25T21:17:06.962 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:06 smithi002 bash[24825]: cluster 2023-12-25T21:17:06.860168+0000 mon.smithi002 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi002.hmjpwx(active, since 1.00986s) 2023-12-25T21:17:09.100 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:08 smithi002 bash[24825]: cluster 2023-12-25T21:17:07.907837+0000 mon.smithi002 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi002.hmjpwx(active, since 2s) 2023-12-25T21:17:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:11.905885+0000 mon.smithi002 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:12.175615+0000 mon.smithi002 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi002", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:17:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:12.177330+0000 mon.smithi002 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:12.178357+0000 mon.smithi002 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:13.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:12.246587+0000 mon.smithi002 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:13.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:12 smithi002 bash[24825]: audit 2023-12-25T21:17:12.250132+0000 mon.smithi002 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:13 smithi002 bash[24825]: cephadm 2023-12-25T21:17:12.180107+0000 mgr.smithi002.hmjpwx (mgr.14180) 1 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-25T21:17:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:13 smithi002 bash[24825]: cephadm 2023-12-25T21:17:12.202021+0000 mgr.smithi002.hmjpwx (mgr.14180) 2 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:17:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:13 smithi002 bash[24825]: cephadm 2023-12-25T21:17:12.271639+0000 mgr.smithi002.hmjpwx (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi002 on smithi002 2023-12-25T21:17:14.386 INFO:teuthology.orchestra.run.smithi153.stdout:Added host 'smithi153' with addr '172.21.15.153' 2023-12-25T21:17:15.127 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch host ls --format=json 2023-12-25T21:17:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:14 smithi002 bash[24825]: audit 2023-12-25T21:17:13.528643+0000 mgr.smithi002.hmjpwx (mgr.14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:17:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:14 smithi002 bash[24825]: audit 2023-12-25T21:17:14.385046+0000 mon.smithi002 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:15 smithi002 bash[24825]: cephadm 2023-12-25T21:17:14.385642+0000 mgr.smithi002.hmjpwx (mgr.14180) 5 : cephadm [INF] Added host smithi153 2023-12-25T21:17:17.947 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-25T21:17:17.947 INFO:teuthology.orchestra.run.smithi153.stdout:[{"addr": "172.21.15.2", "hostname": "smithi002", "labels": [], "status": ""}, {"addr": "172.21.15.153", "hostname": "smithi153", "labels": [], "status": ""}] 2023-12-25T21:17:18.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:18 smithi002 bash[24825]: audit 2023-12-25T21:17:17.946150+0000 mgr.smithi002.hmjpwx (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:17:18.669 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-25T21:17:18.670 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd crush tunables default 2023-12-25T21:17:24.183 INFO:teuthology.orchestra.run.smithi002.stderr:adjusted tunables profile to default 2023-12-25T21:17:24.443 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:24 smithi002 bash[24825]: audit 2023-12-25T21:17:23.648109+0000 mon.smithi002 (mon.0) 139 : audit [INF] from='client.? 172.21.15.2:0/2557060985' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-25T21:17:25.211 INFO:tasks.cephadm:Adding mon.smithi002 on smithi002 2023-12-25T21:17:25.211 INFO:tasks.cephadm:Adding mon.smithi153 on smithi153 2023-12-25T21:17:25.212 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch apply mon '2;smithi002:172.21.15.2=smithi002;smithi153:172.21.15.153=smithi153' 2023-12-25T21:17:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:25 smithi002 bash[24825]: audit 2023-12-25T21:17:24.178377+0000 mon.smithi002 (mon.0) 140 : audit [INF] from='client.? 172.21.15.2:0/2557060985' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-25T21:17:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:25 smithi002 bash[24825]: cluster 2023-12-25T21:17:24.178474+0000 mon.smithi002 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:17:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:25 smithi002 bash[24825]: audit 2023-12-25T21:17:24.707989+0000 mon.smithi002 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:25 smithi002 bash[24825]: audit 2023-12-25T21:17:24.710103+0000 mon.smithi002 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:26 smithi002 bash[24825]: audit 2023-12-25T21:17:25.257547+0000 mon.smithi002 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:26 smithi002 bash[24825]: cluster 2023-12-25T21:17:25.861567+0000 mgr.smithi002.hmjpwx (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:26 smithi002 bash[24825]: audit 2023-12-25T21:17:26.055782+0000 mon.smithi002 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:27 smithi002 bash[24825]: audit 2023-12-25T21:17:26.509335+0000 mon.smithi002 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:28.181 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mon update... 2023-12-25T21:17:28.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:28 smithi002 bash[24825]: cluster 2023-12-25T21:17:27.862037+0000 mgr.smithi002.hmjpwx (mgr.14180) 8 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:28.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:28 smithi002 bash[24825]: audit 2023-12-25T21:17:28.180681+0000 mon.smithi002 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:29.110 DEBUG:teuthology.orchestra.run.smithi153:mon.smithi153> sudo journalctl -f -n 0 -u ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi153.service 2023-12-25T21:17:29.112 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:17:29.112 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:17:29.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:29 smithi002 bash[24825]: audit 2023-12-25T21:17:28.170954+0000 mgr.smithi002.hmjpwx (mgr.14180) 9 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi002:172.21.15.2=smithi002;smithi153:172.21.15.153=smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:17:29.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:29 smithi002 bash[24825]: cephadm 2023-12-25T21:17:28.177378+0000 mgr.smithi002.hmjpwx (mgr.14180) 10 : cephadm [INF] Saving service mon spec with placement smithi002:172.21.15.2=smithi002;smithi153:172.21.15.153=smithi153;count:2 2023-12-25T21:17:30.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-12-25T21:17:30.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:30 smithi002 bash[24825]: cluster 2023-12-25T21:17:29.862522+0000 mgr.smithi002.hmjpwx (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:31.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:31 smithi002 bash[24825]: audit 2023-12-25T21:17:30.530814+0000 mon.smithi002 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:32.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:32 smithi002 bash[24825]: cluster 2023-12-25T21:17:31.863008+0000 mgr.smithi002.hmjpwx (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:33.725 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-25T21:17:33.725 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:14:52.632728Z","created":"2023-12-25T21:14:52.632728Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:17:33.728 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-12-25T21:17:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:34 smithi002 bash[24825]: audit 2023-12-25T21:17:33.724788+0000 mon.smithi002 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.153:0/2611031040' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:17:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:34 smithi002 bash[24825]: cluster 2023-12-25T21:17:33.863427+0000 mgr.smithi002.hmjpwx (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:35.548 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:17:35.549 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.576207+0000 mon.smithi002 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.895028+0000 mon.smithi002 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.896914+0000 mon.smithi002 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.898986+0000 mon.smithi002 (mon.0) 153 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.900498+0000 mon.smithi002 (mon.0) 154 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:35.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: cephadm 2023-12-25T21:17:34.902528+0000 mgr.smithi002.hmjpwx (mgr.14180) 14 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: cephadm 2023-12-25T21:17:34.925849+0000 mgr.smithi002.hmjpwx (mgr.14180) 15 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.965497+0000 mon.smithi002 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.970589+0000 mon.smithi002 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.973259+0000 mon.smithi002 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.975688+0000 mon.smithi002 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: audit 2023-12-25T21:17:34.977007+0000 mon.smithi002 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:35.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:35 smithi002 bash[24825]: cephadm 2023-12-25T21:17:34.978264+0000 mgr.smithi002.hmjpwx (mgr.14180) 16 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2023-12-25T21:17:36.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:36 smithi002 bash[24825]: cluster 2023-12-25T21:17:35.863811+0000 mgr.smithi002.hmjpwx (mgr.14180) 17 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: cluster 2023-12-25T21:17:37.864266+0000 mgr.smithi002.hmjpwx (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: audit 2023-12-25T21:17:38.681840+0000 mon.smithi002 (mon.0) 160 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: audit 2023-12-25T21:17:38.686263+0000 mon.smithi002 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.xsozwo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: audit 2023-12-25T21:17:38.689050+0000 mon.smithi002 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.xsozwo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: audit 2023-12-25T21:17:38.690334+0000 mon.smithi002 (mon.0) 163 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:17:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:38 smithi002 bash[24825]: audit 2023-12-25T21:17:38.691914+0000 mon.smithi002 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:39.866 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-25T21:17:39.866 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:14:52.632728Z","created":"2023-12-25T21:14:52.632728Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:17:39.869 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-12-25T21:17:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:39 smithi002 bash[24825]: cephadm 2023-12-25T21:17:38.693174+0000 mgr.smithi002.hmjpwx (mgr.14180) 19 : cephadm [INF] Deploying daemon mgr.smithi153.xsozwo on smithi153 2023-12-25T21:17:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:39 smithi002 bash[24825]: audit 2023-12-25T21:17:39.865699+0000 mon.smithi002 (mon.0) 165 : audit [DBG] from='client.? 172.21.15.153:0/2445896461' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:17:41.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:40 smithi002 bash[24825]: cluster 2023-12-25T21:17:39.864735+0000 mgr.smithi002.hmjpwx (mgr.14180) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:41.946 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:17:41.947 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: audit 2023-12-25T21:17:41.064360+0000 mon.smithi002 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: cluster 2023-12-25T21:17:41.865115+0000 mgr.smithi002.hmjpwx (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: audit 2023-12-25T21:17:42.003675+0000 mon.smithi002 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: audit 2023-12-25T21:17:42.007691+0000 mon.smithi002 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: audit 2023-12-25T21:17:42.009325+0000 mon.smithi002 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:42 smithi002 bash[24825]: cephadm 2023-12-25T21:17:42.010603+0000 mgr.smithi002.hmjpwx (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2023-12-25T21:17:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:44 smithi002 bash[24825]: cluster 2023-12-25T21:17:43.865527+0000 mgr.smithi002.hmjpwx (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:46.842 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-25T21:17:46.842 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:14:52.632728Z","created":"2023-12-25T21:14:52.632728Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-25T21:17:46.845 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-12-25T21:17:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:46 smithi002 bash[24825]: cluster 2023-12-25T21:17:45.865969+0000 mgr.smithi002.hmjpwx (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:46 smithi002 bash[24825]: audit 2023-12-25T21:17:46.070728+0000 mon.smithi002 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:46 smithi002 bash[24825]: audit 2023-12-25T21:17:46.841580+0000 mon.smithi002 (mon.0) 171 : audit [DBG] from='client.? 172.21.15.153:0/3483536394' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:17:47.832 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:47 smithi153 systemd[1]: Started Ceph mon.smithi153 for 8791ee5e-a36a-11ee-95a5-87774f69a715. 2023-12-25T21:17:48.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-25T21:17:48.755 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph mon dump -f json 2023-12-25T21:17:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.772+0000 7f19fd762880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.772+0000 7f19fd762880 0 ceph version 16.2.14-385-gb14a0a10 (b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2) pacific (stable), process ceph-mon, pid 7 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.772+0000 7f19fd762880 0 pidfile_write: ignore empty --pid-file 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.776+0000 7f19fd762880 0 load: jerasure load: lrc load: isa 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: RocksDB version: 6.8.1 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Compile date Dec 21 2023 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: DB SUMMARY 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: CURRENT file: CURRENT 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi153/store.db dir, Total Num: 0, files: 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi153/store.db: 000003.log size: 511 ; 2023-12-25T21:17:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.error_if_exists: 0 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.create_if_missing: 0 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.paranoid_checks: 1 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.env: 0x55d16f7c2080 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.fs: Posix File System 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.info_log: 0x55d171450520 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.statistics: (nil) 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.use_fsync: 0 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_log_file_size: 0 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-25T21:17:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.allow_fallocate: 1 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.use_direct_reads: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.db_log_dir: 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi153/store.db 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_subcompactions: 1 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_background_flushes: -1 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-25T21:17:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.write_buffer_manager: 0x55d17209e480 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-25T21:17:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.unordered_write: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.row_cache: None 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.wal_filter: None 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.preserve_deletes: 0 2023-12-25T21:17:49.041 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.two_write_queues: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.atomic_flush: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.log_readahead_size: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_background_jobs: 2 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_background_compactions: -1 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-25T21:17:49.042 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_open_files: -1 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Compression algorithms supported: 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kZSTD supported: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kXpressCompression supported: 0 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kLZ4Compression supported: 1 2023-12-25T21:17:49.043 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kBZip2Compression supported: 0 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kZlibCompression supported: 1 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: kSnappyCompression supported: 1 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi153/store.db/MANIFEST-000001 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.merge_operator: 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_filter: None 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d1713f3d28) 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: cache_index_and_filter_blocks: 1 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-25T21:17:49.044 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: pin_top_level_index_and_filter: 1 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: index_type: 0 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: data_block_index_type: 0 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: index_shortening: 1 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: data_block_hash_table_util_ratio: 0.750000 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: hash_index_allow_collision: 1 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: checksum: 1 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: no_block_cache: 0 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_cache: 0x55d17142af10 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_cache_name: BinnedLRUCache 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_cache_options: 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: capacity : 536870912 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: num_shard_bits : 4 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: strict_capacity_limit : 0 2023-12-25T21:17:49.045 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: high_pri_pool_ratio: 0.000 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_cache_compressed: (nil) 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: persistent_cache: (nil) 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_size: 4096 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_size_deviation: 10 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_restart_interval: 16 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: index_block_restart_interval: 1 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: metadata_block_size: 4096 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: partition_filters: 0 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: use_delta_encoding: 1 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: whole_key_filtering: 1 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: verify_compression: 0 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: read_amp_bytes_per_bit: 0 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: format_version: 2 2023-12-25T21:17:49.046 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: enable_index_compression: 1 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: block_align: 0 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression: NoCompression 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.num_levels: 7 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-25T21:17:49.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-25T21:17:49.048 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-25T21:17:49.049 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.table_properties_collectors: 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.inplace_update_support: 0 2023-12-25T21:17:49.050 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.bloom_locality: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.max_successive_merges: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.ttl: 2592000 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi153/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-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539068783471, "job": 1, "event": "recovery_started", "log_files": [3]} 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2023-12-25T21:17:49.051 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 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-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539068784079, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1437, "table_properties": {"data_size": 523, "index_size": 40, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_deletions": 0, "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": 1703539068, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.780+0000 7f19fd762880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1703539068784570, "job": 1, "event": "recovery_finished"} 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19fd762880 4 rocksdb: DB pointer 0x55d1714f3800 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19e4568700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19e4568700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** DB Stats ** 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-25T21:17:49.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** Compaction Stats [default] ** 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** Compaction Stats [default] ** 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:17:49.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Cumulative compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Interval compaction: 0.00 GB write, 0.40 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** Compaction Stats [default] ** 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.054 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** Compaction Stats [default] ** 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.4 0.00 0.00 1 0.001 0 0 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(Total Files): cumulative 0, interval 0 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: AddFile(Keys): cumulative 0, interval 0 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Cumulative compaction: 0.00 GB write, 0.39 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: ** File Read Latency Histogram By Level [default] ** 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19fd762880 0 mon.smithi153 does not exist in monmap, will attempt to join an existing cluster 2023-12-25T21:17:49.055 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19fd762880 0 using public_addr v2:172.21.15.153:0/0 -> [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19fd762880 0 starting mon.smithi153 rank -1 at public addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] at bind addrs [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi153 fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.784+0000 7f19fd762880 1 mon.smithi153@-1(???) e0 preinit fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).mds e1 new map 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).mds e1 print_map 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: e1 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 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-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: legacy client fscid: -1 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: No filesystems configured 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-25T21:17:49.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.824+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.828+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.828+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.828+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.828+0000 7f19e6d6d700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: audit 2023-12-25T21:17:47.801126+0000 mon.smithi002 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: cephadm 2023-12-25T21:17:47.804498+0000 mgr.smithi002.hmjpwx (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: cluster 2023-12-25T21:17:47.866392+0000 mgr.smithi002.hmjpwx (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: audit 2023-12-25T21:17:48.516058+0000 mon.smithi002 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: audit 2023-12-25T21:17:48.519082+0000 mon.smithi002 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:49.057 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:48 smithi153 bash[28368]: debug 2023-12-25T21:17:48.828+0000 7f19e6d6d700 1 mon.smithi153@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-25T21:17:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:48 smithi002 bash[24825]: audit 2023-12-25T21:17:47.801126+0000 mon.smithi002 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:48 smithi002 bash[24825]: cephadm 2023-12-25T21:17:47.804498+0000 mgr.smithi002.hmjpwx (mgr.14180) 25 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2023-12-25T21:17:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:48 smithi002 bash[24825]: cluster 2023-12-25T21:17:47.866392+0000 mgr.smithi002.hmjpwx (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:48 smithi002 bash[24825]: audit 2023-12-25T21:17:48.516058+0000 mon.smithi002 (mon.0) 173 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:48 smithi002 bash[24825]: audit 2023-12-25T21:17:48.519082+0000 mon.smithi002 (mon.0) 174 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:17:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:48.835057+0000 mon.smithi002 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:48.839627+0000 mon.smithi002 (mon.0) 176 : cluster [INF] mon.smithi002 calling monitor election 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:48.841443+0000 mon.smithi002 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:48.841752+0000 mon.smithi002 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:49.834677+0000 mon.smithi002 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:49.866807+0000 mgr.smithi002.hmjpwx (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:50.582565+0000 mon.smithi002 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.xsozwo/crt"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:50.835437+0000 mon.smithi002 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:50.836048+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:51.835379+0000 mon.smithi002 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:51.867187+0000 mgr.smithi002.hmjpwx (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:52.835453+0000 mon.smithi002 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:53.835474+0000 mon.smithi002 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.863082+0000 mon.smithi002 (mon.0) 185 : cluster [INF] mon.smithi002 is new leader, mons smithi002,smithi153 in quorum (ranks 0,1) 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.872646+0000 mon.smithi002 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.893209+0000 mon.smithi002 (mon.0) 187 : cluster [DBG] fsmap 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.893267+0000 mon.smithi002 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.893636+0000 mon.smithi002 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi002.hmjpwx(active, since 48s) 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.895181+0000 mon.smithi002 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi153.xsozwo started 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:53.898137+0000 mon.smithi002 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.900189+0000 mon.smithi002 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:53.900691+0000 mon.smithi002 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.xsozwo/key"}]: dispatch 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:53.901376+0000 mon.smithi002 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:17:54.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:53 smithi002 bash[24825]: audit 2023-12-25T21:17:53.903871+0000 mon.smithi002 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:48.835057+0000 mon.smithi002 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:48.839627+0000 mon.smithi002 (mon.0) 176 : cluster [INF] mon.smithi002 calling monitor election 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:48.841443+0000 mon.smithi002 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi002"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:48.841752+0000 mon.smithi002 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:49.834677+0000 mon.smithi002 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:49.866807+0000 mgr.smithi002.hmjpwx (mgr.14180) 27 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:50.582565+0000 mon.smithi002 (mon.0) 180 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.xsozwo/crt"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:50.835437+0000 mon.smithi002 (mon.0) 181 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:50.836048+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:51.835379+0000 mon.smithi002 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:51.867187+0000 mgr.smithi002.hmjpwx (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:52.835453+0000 mon.smithi002 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:53.835474+0000 mon.smithi002 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:54.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.863082+0000 mon.smithi002 (mon.0) 185 : cluster [INF] mon.smithi002 is new leader, mons smithi002,smithi153 in quorum (ranks 0,1) 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.872646+0000 mon.smithi002 (mon.0) 186 : cluster [DBG] monmap e2: 2 mons at {smithi002=[v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.893209+0000 mon.smithi002 (mon.0) 187 : cluster [DBG] fsmap 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.893267+0000 mon.smithi002 (mon.0) 188 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.893636+0000 mon.smithi002 (mon.0) 189 : cluster [DBG] mgrmap e17: smithi002.hmjpwx(active, since 48s) 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.895181+0000 mon.smithi002 (mon.0) 190 : cluster [DBG] Standby manager daemon smithi153.xsozwo started 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:53.898137+0000 mon.smithi002 (mon.0) 191 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.900189+0000 mon.smithi002 (mon.0) 192 : cluster [INF] overall HEALTH_OK 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:53.900691+0000 mon.smithi002 (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.xsozwo/key"}]: dispatch 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:53.901376+0000 mon.smithi002 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.153:0/2068590380' entity='mgr.smithi153.xsozwo' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-25T21:17:54.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:53 smithi153 bash[28368]: audit 2023-12-25T21:17:53.903871+0000 mon.smithi002 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:54.443 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-12-25T21:17:54.444 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":2,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","modified":"2023-12-25T21:17:48.834427Z","created":"2023-12-25T21:14:52.632728Z","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":"smithi002","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:3300","nonce":0},{"type":"v1","addr":"172.21.15.2:6789","nonce":0}]},"addr":"172.21.15.2:6789/0","public_addr":"172.21.15.2:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-25T21:17:54.447 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 2 2023-12-25T21:17:55.178 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-25T21:17:55.178 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph config generate-minimal-conf 2023-12-25T21:17:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:54 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.867588+0000 mgr.smithi002.hmjpwx (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:54 smithi002 bash[24825]: cluster 2023-12-25T21:17:53.960925+0000 mon.smithi002 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi002.hmjpwx(active, since 48s), standbys: smithi153.xsozwo 2023-12-25T21:17:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:54 smithi002 bash[24825]: audit 2023-12-25T21:17:53.961082+0000 mon.smithi002 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi153.xsozwo", "id": "smithi153.xsozwo"}]: dispatch 2023-12-25T21:17:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:54 smithi002 bash[24825]: audit 2023-12-25T21:17:54.443189+0000 mon.smithi002 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.153:0/1828209093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:17:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:54 smithi002 bash[24825]: audit 2023-12-25T21:17:54.836024+0000 mon.smithi002 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:54 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.867588+0000 mgr.smithi002.hmjpwx (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:54 smithi153 bash[28368]: cluster 2023-12-25T21:17:53.960925+0000 mon.smithi002 (mon.0) 196 : cluster [DBG] mgrmap e18: smithi002.hmjpwx(active, since 48s), standbys: smithi153.xsozwo 2023-12-25T21:17:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:54 smithi153 bash[28368]: audit 2023-12-25T21:17:53.961082+0000 mon.smithi002 (mon.0) 197 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr metadata", "who": "smithi153.xsozwo", "id": "smithi153.xsozwo"}]: dispatch 2023-12-25T21:17:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:54 smithi153 bash[28368]: audit 2023-12-25T21:17:54.443189+0000 mon.smithi002 (mon.0) 198 : audit [DBG] from='client.? 172.21.15.153:0/1828209093' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-25T21:17:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:54 smithi153 bash[28368]: audit 2023-12-25T21:17:54.836024+0000 mon.smithi002 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-12-25T21:17:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: cluster 2023-12-25T21:17:55.867976+0000 mgr.smithi002.hmjpwx (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.289441+0000 mon.smithi002 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.290818+0000 mon.smithi002 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.292018+0000 mon.smithi002 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.328813+0000 mon.smithi002 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.338747+0000 mon.smithi002 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.344355+0000 mon.smithi002 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.351525+0000 mon.smithi002 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:17:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.352753+0000 mon.smithi002 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:17:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:56 smithi002 bash[24825]: audit 2023-12-25T21:17:56.353940+0000 mon.smithi002 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: cluster 2023-12-25T21:17:55.867976+0000 mgr.smithi002.hmjpwx (mgr.14180) 30 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.289441+0000 mon.smithi002 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.290818+0000 mon.smithi002 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.292018+0000 mon.smithi002 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.328813+0000 mon.smithi002 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.338747+0000 mon.smithi002 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.344355+0000 mon.smithi002 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.351525+0000 mon.smithi002 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.352753+0000 mon.smithi002 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:17:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:56 smithi153 bash[28368]: audit 2023-12-25T21:17:56.353940+0000 mon.smithi002 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:17:58.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:57 smithi002 bash[24825]: cephadm 2023-12-25T21:17:56.293737+0000 mgr.smithi002.hmjpwx (mgr.14180) 31 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-25T21:17:58.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:57 smithi002 bash[24825]: cephadm 2023-12-25T21:17:56.294291+0000 mgr.smithi002.hmjpwx (mgr.14180) 32 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-12-25T21:17:58.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:57 smithi002 bash[24825]: cephadm 2023-12-25T21:17:56.351060+0000 mgr.smithi002.hmjpwx (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi002 (unknown last config time)... 2023-12-25T21:17:58.230 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:57 smithi002 bash[24825]: cephadm 2023-12-25T21:17:56.355099+0000 mgr.smithi002.hmjpwx (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi002 on smithi002 2023-12-25T21:17:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:57 smithi153 bash[28368]: cephadm 2023-12-25T21:17:56.293737+0000 mgr.smithi002.hmjpwx (mgr.14180) 31 : cephadm [INF] Updating smithi002:/etc/ceph/ceph.conf 2023-12-25T21:17:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:57 smithi153 bash[28368]: cephadm 2023-12-25T21:17:56.294291+0000 mgr.smithi002.hmjpwx (mgr.14180) 32 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-12-25T21:17:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:57 smithi153 bash[28368]: cephadm 2023-12-25T21:17:56.351060+0000 mgr.smithi002.hmjpwx (mgr.14180) 33 : cephadm [INF] Reconfiguring mon.smithi002 (unknown last config time)... 2023-12-25T21:17:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:57 smithi153 bash[28368]: cephadm 2023-12-25T21:17:56.355099+0000 mgr.smithi002.hmjpwx (mgr.14180) 34 : cephadm [INF] Reconfiguring daemon mon.smithi002 on smithi002 2023-12-25T21:17:59.032 INFO:teuthology.orchestra.run.smithi002.stdout:# minimal ceph.conf for 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:17:59.032 INFO:teuthology.orchestra.run.smithi002.stdout:[global] 2023-12-25T21:17:59.032 INFO:teuthology.orchestra.run.smithi002.stdout: fsid = 8791ee5e-a36a-11ee-95a5-87774f69a715 2023-12-25T21:17:59.032 INFO:teuthology.orchestra.run.smithi002.stdout: mon_host = [v2:172.21.15.2:3300/0,v1:172.21.15.2:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2023-12-25T21:17:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:58 smithi002 bash[24825]: cluster 2023-12-25T21:17:57.868465+0000 mgr.smithi002.hmjpwx (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:17:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:58 smithi153 bash[28368]: cluster 2023-12-25T21:17:57.868465+0000 mgr.smithi002.hmjpwx (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:00.132 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-25T21:18:00.132 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:18:00.132 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:18:00.149 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:18:00.149 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:18:00.205 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:18:00.205 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2023-12-25T21:18:00.219 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:18:00.220 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-25T21:18:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:59 smithi002 bash[24825]: audit 2023-12-25T21:17:59.031823+0000 mon.smithi002 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.2:0/1549598163' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:59 smithi002 bash[24825]: audit 2023-12-25T21:17:59.318435+0000 mon.smithi002 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:59 smithi002 bash[24825]: audit 2023-12-25T21:17:59.319964+0000 mon.smithi002 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi002.hmjpwx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:18:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:59 smithi002 bash[24825]: audit 2023-12-25T21:17:59.321186+0000 mon.smithi002 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:18:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:17:59 smithi002 bash[24825]: audit 2023-12-25T21:17:59.322205+0000 mon.smithi002 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:00.272 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:59 smithi153 bash[28368]: audit 2023-12-25T21:17:59.031823+0000 mon.smithi002 (mon.0) 209 : audit [DBG] from='client.? 172.21.15.2:0/1549598163' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:00.273 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:59 smithi153 bash[28368]: audit 2023-12-25T21:17:59.318435+0000 mon.smithi002 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:00.273 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:59 smithi153 bash[28368]: audit 2023-12-25T21:17:59.319964+0000 mon.smithi002 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi002.hmjpwx", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:18:00.273 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:59 smithi153 bash[28368]: audit 2023-12-25T21:17:59.321186+0000 mon.smithi002 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:18:00.273 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:17:59 smithi153 bash[28368]: audit 2023-12-25T21:17:59.322205+0000 mon.smithi002 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:00.276 INFO:tasks.cephadm:Deploying OSDs... 2023-12-25T21:18:00.276 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:18:00.277 DEBUG:teuthology.orchestra.run.smithi002:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:18:00.283 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:18:00.283 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme1n1 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme1n1 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:16:23.542721772 +0000 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:16:23.410724817 +0000 2023-12-25T21:18:00.334 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:16:23.410724817 +0000 2023-12-25T21:18:00.335 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:18:00.335 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:18:00.384 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:18:00.384 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:18:00.384 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000341627 s, 1.5 MB/s 2023-12-25T21:18:00.386 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:18:00.440 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme2n1 2023-12-25T21:18:00.489 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme2n1 2023-12-25T21:18:00.489 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:00.489 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2023-12-25T21:18:00.489 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:00.490 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:16:23.558721404 +0000 2023-12-25T21:18:00.490 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.490 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.490 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:18:00.490 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:18:00.548 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:18:00.549 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:18:00.549 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000383385 s, 1.3 MB/s 2023-12-25T21:18:00.550 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:18:00.600 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme3n1 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme3n1 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:16:23.578720942 +0000 2023-12-25T21:18:00.651 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.652 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.652 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:18:00.652 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:18:00.709 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:18:00.709 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:18:00.709 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000370092 s, 1.4 MB/s 2023-12-25T21:18:00.710 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:18:00.760 DEBUG:teuthology.orchestra.run.smithi002:> stat /dev/nvme4n1 2023-12-25T21:18:00.810 INFO:teuthology.orchestra.run.smithi002.stdout: File: /dev/nvme4n1 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:Access: 2023-12-25 21:16:23.598720481 +0000 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:Modify: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout:Change: 2023-12-25 21:16:23.414724724 +0000 2023-12-25T21:18:00.811 INFO:teuthology.orchestra.run.smithi002.stdout: Birth: - 2023-12-25T21:18:00.811 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:18:00.865 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records in 2023-12-25T21:18:00.865 INFO:teuthology.orchestra.run.smithi002.stderr:1+0 records out 2023-12-25T21:18:00.865 INFO:teuthology.orchestra.run.smithi002.stderr:512 bytes copied, 0.000211981 s, 2.4 MB/s 2023-12-25T21:18:00.866 DEBUG:teuthology.orchestra.run.smithi002:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:18:00.914 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:18:00.915 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-12-25T21:18:00.922 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-25T21:18:00.922 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme1n1 2023-12-25T21:18:00.971 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme1n1 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 525 Links: 1 Device type: 103,2 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:17:33.088380654 +0000 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:17:32.940381464 +0000 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:17:32.940381464 +0000 2023-12-25T21:18:00.972 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:18:00.972 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-25T21:18:01.031 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:18:01.031 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:18:01.031 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000477927 s, 1.1 MB/s 2023-12-25T21:18:01.032 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-25T21:18:01.086 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme2n1 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme2n1 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 533 Links: 1 Device type: 103,4 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:17:33.104380573 +0000 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.136 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:18:01.136 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-25T21:18:01.191 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:18:01.191 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:18:01.192 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000468443 s, 1.1 MB/s 2023-12-25T21:18:01.192 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-25T21:18:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:00 smithi002 bash[24825]: cephadm 2023-12-25T21:17:59.319519+0000 mgr.smithi002.hmjpwx (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi002.hmjpwx (unknown last config time)... 2023-12-25T21:18:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:00 smithi002 bash[24825]: cephadm 2023-12-25T21:17:59.323225+0000 mgr.smithi002.hmjpwx (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi002.hmjpwx on smithi002 2023-12-25T21:18:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:00 smithi002 bash[24825]: cluster 2023-12-25T21:17:59.868909+0000 mgr.smithi002.hmjpwx (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:01.246 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme3n1 2023-12-25T21:18:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:00 smithi153 bash[28368]: cephadm 2023-12-25T21:17:59.319519+0000 mgr.smithi002.hmjpwx (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi002.hmjpwx (unknown last config time)... 2023-12-25T21:18:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:00 smithi153 bash[28368]: cephadm 2023-12-25T21:17:59.323225+0000 mgr.smithi002.hmjpwx (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi002.hmjpwx on smithi002 2023-12-25T21:18:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:00 smithi153 bash[28368]: cluster 2023-12-25T21:17:59.868909+0000 mgr.smithi002.hmjpwx (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme3n1 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 541 Links: 1 Device type: 103,6 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:17:33.120380492 +0000 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.292 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:18:01.293 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-25T21:18:01.351 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:18:01.351 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:18:01.351 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000461029 s, 1.1 MB/s 2023-12-25T21:18:01.352 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-25T21:18:01.401 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme4n1 2023-12-25T21:18:01.451 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme4n1 2023-12-25T21:18:01.451 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-25T21:18:01.451 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 549 Links: 1 Device type: 103,8 2023-12-25T21:18:01.452 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-25T21:18:01.452 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-12-25 21:17:33.136380411 +0000 2023-12-25T21:18:01.452 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.452 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-12-25 21:17:32.944381440 +0000 2023-12-25T21:18:01.452 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-12-25T21:18:01.452 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-25T21:18:01.505 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-12-25T21:18:01.505 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-12-25T21:18:01.505 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000343206 s, 1.5 MB/s 2023-12-25T21:18:01.506 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-25T21:18:01.557 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-25T21:18:02.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:02 smithi002 bash[24825]: audit 2023-12-25T21:18:01.482629+0000 mon.smithi002 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:02.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:02 smithi002 bash[24825]: cephadm 2023-12-25T21:18:01.484006+0000 mgr.smithi002.hmjpwx (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi002 (dependencies changed)... 2023-12-25T21:18:02.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:02 smithi002 bash[24825]: cephadm 2023-12-25T21:18:01.498392+0000 mgr.smithi002.hmjpwx (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi002 on smithi002 2023-12-25T21:18:02.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:02 smithi002 bash[24825]: cluster 2023-12-25T21:18:01.869351+0000 mgr.smithi002.hmjpwx (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:02 smithi153 bash[28368]: audit 2023-12-25T21:18:01.482629+0000 mon.smithi002 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:02 smithi153 bash[28368]: cephadm 2023-12-25T21:18:01.484006+0000 mgr.smithi002.hmjpwx (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi002 (dependencies changed)... 2023-12-25T21:18:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:02 smithi153 bash[28368]: cephadm 2023-12-25T21:18:01.498392+0000 mgr.smithi002.hmjpwx (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi002 on smithi002 2023-12-25T21:18:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:02 smithi153 bash[28368]: cluster 2023-12-25T21:18:01.869351+0000 mgr.smithi002.hmjpwx (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:04.458 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:04 smithi002 bash[24825]: cluster 2023-12-25T21:18:03.869855+0000 mgr.smithi002.hmjpwx (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:04.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:04 smithi153 bash[28368]: cluster 2023-12-25T21:18:03.869855+0000 mgr.smithi002.hmjpwx (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:04.751 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled osd.all-available-devices update... 2023-12-25T21:18:05.460 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-25T21:18:05.460 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:05.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:05 smithi002 bash[24825]: audit 2023-12-25T21:18:04.739519+0000 mgr.smithi002.hmjpwx (mgr.14180) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:18:05.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:05 smithi002 bash[24825]: cephadm 2023-12-25T21:18:04.744077+0000 mgr.smithi002.hmjpwx (mgr.14180) 44 : cephadm [INF] Marking host: smithi002 for OSDSpec preview refresh. 2023-12-25T21:18:05.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:05 smithi002 bash[24825]: cephadm 2023-12-25T21:18:04.744253+0000 mgr.smithi002.hmjpwx (mgr.14180) 45 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2023-12-25T21:18:05.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:05 smithi002 bash[24825]: cephadm 2023-12-25T21:18:04.745046+0000 mgr.smithi002.hmjpwx (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:18:05.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:05 smithi002 bash[24825]: audit 2023-12-25T21:18:04.750902+0000 mon.smithi002 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:06.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:05 smithi153 bash[28368]: audit 2023-12-25T21:18:04.739519+0000 mgr.smithi002.hmjpwx (mgr.14180) 43 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:18:06.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:05 smithi153 bash[28368]: cephadm 2023-12-25T21:18:04.744077+0000 mgr.smithi002.hmjpwx (mgr.14180) 44 : cephadm [INF] Marking host: smithi002 for OSDSpec preview refresh. 2023-12-25T21:18:06.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:05 smithi153 bash[28368]: cephadm 2023-12-25T21:18:04.744253+0000 mgr.smithi002.hmjpwx (mgr.14180) 45 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2023-12-25T21:18:06.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:05 smithi153 bash[28368]: cephadm 2023-12-25T21:18:04.745046+0000 mgr.smithi002.hmjpwx (mgr.14180) 46 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-25T21:18:06.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:05 smithi153 bash[28368]: audit 2023-12-25T21:18:04.750902+0000 mon.smithi002 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:06.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:06 smithi002 bash[24825]: cluster 2023-12-25T21:18:05.870180+0000 mgr.smithi002.hmjpwx (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:06.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:06 smithi002 bash[24825]: audit 2023-12-25T21:18:06.323101+0000 mon.smithi002 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:06.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:06 smithi002 bash[24825]: audit 2023-12-25T21:18:06.324389+0000 mon.smithi002 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:18:06.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:06 smithi002 bash[24825]: audit 2023-12-25T21:18:06.325463+0000 mon.smithi002 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:07.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:06 smithi153 bash[28368]: cluster 2023-12-25T21:18:05.870180+0000 mgr.smithi002.hmjpwx (mgr.14180) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:07.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:06 smithi153 bash[28368]: audit 2023-12-25T21:18:06.323101+0000 mon.smithi002 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:07.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:06 smithi153 bash[28368]: audit 2023-12-25T21:18:06.324389+0000 mon.smithi002 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi002", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:18:07.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:06 smithi153 bash[28368]: audit 2023-12-25T21:18:06.325463+0000 mon.smithi002 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:07.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:07 smithi002 bash[24825]: cephadm 2023-12-25T21:18:06.324007+0000 mgr.smithi002.hmjpwx (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi002 (monmap changed)... 2023-12-25T21:18:07.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:07 smithi002 bash[24825]: cephadm 2023-12-25T21:18:06.326169+0000 mgr.smithi002.hmjpwx (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi002 on smithi002 2023-12-25T21:18:08.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:07 smithi153 bash[28368]: cephadm 2023-12-25T21:18:06.324007+0000 mgr.smithi002.hmjpwx (mgr.14180) 48 : cephadm [INF] Reconfiguring crash.smithi002 (monmap changed)... 2023-12-25T21:18:08.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:07 smithi153 bash[28368]: cephadm 2023-12-25T21:18:06.326169+0000 mgr.smithi002.hmjpwx (mgr.14180) 49 : cephadm [INF] Reconfiguring daemon crash.smithi002 on smithi002 2023-12-25T21:18:09.033 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:08 smithi002 bash[24825]: cluster 2023-12-25T21:18:07.870546+0000 mgr.smithi002.hmjpwx (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:09.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:08 smithi153 bash[28368]: cluster 2023-12-25T21:18:07.870546+0000 mgr.smithi002.hmjpwx (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:10.994 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:10 smithi002 bash[24825]: cluster 2023-12-25T21:18:09.870977+0000 mgr.smithi002.hmjpwx (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:10 smithi002 bash[24825]: audit 2023-12-25T21:18:10.205401+0000 mon.smithi002 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:10 smithi153 bash[28368]: cluster 2023-12-25T21:18:09.870977+0000 mgr.smithi002.hmjpwx (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:10 smithi153 bash[28368]: audit 2023-12-25T21:18:10.205401+0000 mon.smithi002 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:11.964 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:12.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:11 smithi002 bash[24825]: cephadm 2023-12-25T21:18:10.206581+0000 mgr.smithi002.hmjpwx (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi002 (dependencies changed)... 2023-12-25T21:18:12.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:11 smithi002 bash[24825]: cephadm 2023-12-25T21:18:10.252530+0000 mgr.smithi002.hmjpwx (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi002 on smithi002 2023-12-25T21:18:12.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:11 smithi002 bash[24825]: audit 2023-12-25T21:18:10.993694+0000 mon.smithi002 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.2:0/264707248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:12.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:11 smithi153 bash[28368]: cephadm 2023-12-25T21:18:10.206581+0000 mgr.smithi002.hmjpwx (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi002 (dependencies changed)... 2023-12-25T21:18:12.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:11 smithi153 bash[28368]: cephadm 2023-12-25T21:18:10.252530+0000 mgr.smithi002.hmjpwx (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi002 on smithi002 2023-12-25T21:18:12.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:11 smithi153 bash[28368]: audit 2023-12-25T21:18:10.993694+0000 mon.smithi002 (mon.0) 220 : audit [DBG] from='client.? 172.21.15.2:0/264707248' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:12.965 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:13.152 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:12 smithi002 bash[24825]: cluster 2023-12-25T21:18:11.871391+0000 mgr.smithi002.hmjpwx (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:13.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:12 smithi153 bash[28368]: cluster 2023-12-25T21:18:11.871391+0000 mgr.smithi002.hmjpwx (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:14.453 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:14 smithi002 bash[24825]: cluster 2023-12-25T21:18:13.871856+0000 mgr.smithi002.hmjpwx (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:14.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:14 smithi153 bash[28368]: cluster 2023-12-25T21:18:13.871856+0000 mgr.smithi002.hmjpwx (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:16 smithi002 bash[24825]: cluster 2023-12-25T21:18:15.872197+0000 mgr.smithi002.hmjpwx (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:17.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:16 smithi153 bash[28368]: cluster 2023-12-25T21:18:15.872197+0000 mgr.smithi002.hmjpwx (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:18.036 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:18.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:18 smithi002 bash[24825]: audit 2023-12-25T21:18:17.694019+0000 mon.smithi002 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:18.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:18 smithi002 bash[24825]: cephadm 2023-12-25T21:18:17.695848+0000 mgr.smithi002.hmjpwx (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi002 (dependencies changed)... 2023-12-25T21:18:18.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:18 smithi002 bash[24825]: cephadm 2023-12-25T21:18:17.700737+0000 mgr.smithi002.hmjpwx (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi002 on smithi002 2023-12-25T21:18:18.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:18 smithi002 bash[24825]: cluster 2023-12-25T21:18:17.872483+0000 mgr.smithi002.hmjpwx (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:18.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:18 smithi002 bash[24825]: audit 2023-12-25T21:18:18.036747+0000 mon.smithi002 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.2:0/2533582670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:18 smithi153 bash[28368]: audit 2023-12-25T21:18:17.694019+0000 mon.smithi002 (mon.0) 221 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:18 smithi153 bash[28368]: cephadm 2023-12-25T21:18:17.695848+0000 mgr.smithi002.hmjpwx (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi002 (dependencies changed)... 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:18 smithi153 bash[28368]: cephadm 2023-12-25T21:18:17.700737+0000 mgr.smithi002.hmjpwx (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi002 on smithi002 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:18 smithi153 bash[28368]: cluster 2023-12-25T21:18:17.872483+0000 mgr.smithi002.hmjpwx (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:18 smithi153 bash[28368]: audit 2023-12-25T21:18:18.036747+0000 mon.smithi002 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.2:0/2533582670' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:19.819 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:20.820 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:20 smithi002 bash[24825]: cluster 2023-12-25T21:18:19.872867+0000 mgr.smithi002.hmjpwx (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:20 smithi153 bash[28368]: cluster 2023-12-25T21:18:19.872867+0000 mgr.smithi002.hmjpwx (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:23.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:22 smithi002 bash[24825]: cluster 2023-12-25T21:18:21.873349+0000 mgr.smithi002.hmjpwx (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:22 smithi153 bash[28368]: cluster 2023-12-25T21:18:21.873349+0000 mgr.smithi002.hmjpwx (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:24.489 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:24 smithi002 bash[24825]: cluster 2023-12-25T21:18:23.873811+0000 mgr.smithi002.hmjpwx (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:24 smithi153 bash[28368]: cluster 2023-12-25T21:18:23.873811+0000 mgr.smithi002.hmjpwx (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:25.832 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: audit 2023-12-25T21:18:25.606877+0000 mon.smithi002 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: cephadm 2023-12-25T21:18:25.608030+0000 mgr.smithi002.hmjpwx (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: audit 2023-12-25T21:18:25.608499+0000 mon.smithi002 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: audit 2023-12-25T21:18:25.609699+0000 mon.smithi002 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: cephadm 2023-12-25T21:18:25.610862+0000 mgr.smithi002.hmjpwx (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: audit 2023-12-25T21:18:25.831245+0000 mon.smithi153 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.2:0/3822501925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:26 smithi002 bash[24825]: cluster 2023-12-25T21:18:25.874331+0000 mgr.smithi002.hmjpwx (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: audit 2023-12-25T21:18:25.606877+0000 mon.smithi002 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: cephadm 2023-12-25T21:18:25.608030+0000 mgr.smithi002.hmjpwx (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: audit 2023-12-25T21:18:25.608499+0000 mon.smithi002 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: audit 2023-12-25T21:18:25.609699+0000 mon.smithi002 (mon.0) 225 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: cephadm 2023-12-25T21:18:25.610862+0000 mgr.smithi002.hmjpwx (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2023-12-25T21:18:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: audit 2023-12-25T21:18:25.831245+0000 mon.smithi153 (mon.1) 2 : audit [DBG] from='client.? 172.21.15.2:0/3822501925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:26.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:26 smithi153 bash[28368]: cluster 2023-12-25T21:18:25.874331+0000 mgr.smithi002.hmjpwx (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:26.902 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:27.903 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: audit 2023-12-25T21:18:27.331652+0000 mon.smithi002 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: cephadm 2023-12-25T21:18:27.332966+0000 mgr.smithi002.hmjpwx (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi153.xsozwo (monmap changed)... 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: audit 2023-12-25T21:18:27.333481+0000 mon.smithi002 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.xsozwo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: audit 2023-12-25T21:18:27.335014+0000 mon.smithi002 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: audit 2023-12-25T21:18:27.336249+0000 mon.smithi002 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: cephadm 2023-12-25T21:18:27.337358+0000 mgr.smithi002.hmjpwx (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi153.xsozwo on smithi153 2023-12-25T21:18:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:28 smithi002 bash[24825]: cluster 2023-12-25T21:18:27.874740+0000 mgr.smithi002.hmjpwx (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: audit 2023-12-25T21:18:27.331652+0000 mon.smithi002 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: cephadm 2023-12-25T21:18:27.332966+0000 mgr.smithi002.hmjpwx (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi153.xsozwo (monmap changed)... 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: audit 2023-12-25T21:18:27.333481+0000 mon.smithi002 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.xsozwo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: audit 2023-12-25T21:18:27.335014+0000 mon.smithi002 (mon.0) 228 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: audit 2023-12-25T21:18:27.336249+0000 mon.smithi002 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: cephadm 2023-12-25T21:18:27.337358+0000 mgr.smithi002.hmjpwx (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi153.xsozwo on smithi153 2023-12-25T21:18:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:28 smithi153 bash[28368]: cluster 2023-12-25T21:18:27.874740+0000 mgr.smithi002.hmjpwx (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: audit 2023-12-25T21:18:29.139839+0000 mon.smithi002 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: cephadm 2023-12-25T21:18:29.141228+0000 mgr.smithi002.hmjpwx (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: audit 2023-12-25T21:18:29.141686+0000 mon.smithi002 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: audit 2023-12-25T21:18:29.143065+0000 mon.smithi002 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: audit 2023-12-25T21:18:29.144429+0000 mon.smithi002 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: cephadm 2023-12-25T21:18:29.145597+0000 mgr.smithi002.hmjpwx (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2023-12-25T21:18:30.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:30 smithi153 bash[28368]: cluster 2023-12-25T21:18:29.875139+0000 mgr.smithi002.hmjpwx (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: audit 2023-12-25T21:18:29.139839+0000 mon.smithi002 (mon.0) 230 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: cephadm 2023-12-25T21:18:29.141228+0000 mgr.smithi002.hmjpwx (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: audit 2023-12-25T21:18:29.141686+0000 mon.smithi002 (mon.0) 231 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: audit 2023-12-25T21:18:29.143065+0000 mon.smithi002 (mon.0) 232 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: audit 2023-12-25T21:18:29.144429+0000 mon.smithi002 (mon.0) 233 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: cephadm 2023-12-25T21:18:29.145597+0000 mgr.smithi002.hmjpwx (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2023-12-25T21:18:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:30 smithi002 bash[24825]: cluster 2023-12-25T21:18:29.875139+0000 mgr.smithi002.hmjpwx (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:31.274 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:32.032 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.894031+0000 mon.smithi002 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.901162+0000 mon.smithi002 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:18:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.901803+0000 mgr.smithi002.hmjpwx (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:18:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.903307+0000 mon.smithi002 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.903705+0000 mgr.smithi002.hmjpwx (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.908881+0000 mon.smithi002 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.915910+0000 mon.smithi002 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.916844+0000 mgr.smithi002.hmjpwx (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.927142+0000 mon.smithi002 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.927841+0000 mgr.smithi002.hmjpwx (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.934334+0000 mon.smithi002 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.943992+0000 mon.smithi002 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.944876+0000 mgr.smithi002.hmjpwx (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.952336+0000 mon.smithi002 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi002.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.952978+0000 mgr.smithi002.hmjpwx (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi002.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.960464+0000 mon.smithi002 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:30.966298+0000 mon.smithi002 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:18:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:31 smithi002 bash[24825]: audit 2023-12-25T21:18:31.274035+0000 mon.smithi002 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.2:0/3001417755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:32.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.894031+0000 mon.smithi002 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.901162+0000 mon.smithi002 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:18:32.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.901803+0000 mgr.smithi002.hmjpwx (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-25T21:18:32.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.903307+0000 mon.smithi002 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.903705+0000 mgr.smithi002.hmjpwx (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi002.front.sepia.ceph.com:9093"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.908881+0000 mon.smithi002 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.915910+0000 mon.smithi002 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.916844+0000 mgr.smithi002.hmjpwx (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.927142+0000 mon.smithi002 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.927841+0000 mgr.smithi002.hmjpwx (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi002.front.sepia.ceph.com:3000"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.934334+0000 mon.smithi002 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.943992+0000 mon.smithi002 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.944876+0000 mgr.smithi002.hmjpwx (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.952336+0000 mon.smithi002 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi002.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.952978+0000 mgr.smithi002.hmjpwx (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi002.front.sepia.ceph.com:9095"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.960464+0000 mon.smithi002 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:30.966298+0000 mon.smithi002 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:18:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:31 smithi153 bash[28368]: audit 2023-12-25T21:18:31.274035+0000 mon.smithi002 (mon.0) 245 : audit [DBG] from='client.? 172.21.15.2:0/3001417755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:33.033 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:33.234 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:32 smithi002 bash[24825]: cluster 2023-12-25T21:18:31.875584+0000 mgr.smithi002.hmjpwx (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:33.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:32 smithi153 bash[28368]: cluster 2023-12-25T21:18:31.875584+0000 mgr.smithi002.hmjpwx (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:34.453 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:34 smithi002 bash[24825]: cluster 2023-12-25T21:18:33.876051+0000 mgr.smithi002.hmjpwx (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:34.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:34 smithi153 bash[28368]: cluster 2023-12-25T21:18:33.876051+0000 mgr.smithi002.hmjpwx (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:36.172 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:37.008 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: cluster 2023-12-25T21:18:35.876420+0000 mgr.smithi002.hmjpwx (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.171948+0000 mon.smithi002 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.2:0/1319466101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.256523+0000 mon.smithi002 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.557262+0000 mon.smithi002 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.613496+0000 mon.smithi002 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.890078+0000 mon.smithi002 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.891219+0000 mon.smithi002 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.892222+0000 mon.smithi002 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.897434+0000 mon.smithi002 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.904010+0000 mon.smithi002 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.909219+0000 mon.smithi002 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.910879+0000 mon.smithi002 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.911395+0000 mon.smithi002 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:37.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:36 smithi002 bash[24825]: audit 2023-12-25T21:18:36.912507+0000 mon.smithi002 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: cluster 2023-12-25T21:18:35.876420+0000 mgr.smithi002.hmjpwx (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.171948+0000 mon.smithi002 (mon.0) 246 : audit [DBG] from='client.? 172.21.15.2:0/1319466101' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.256523+0000 mon.smithi002 (mon.0) 247 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.557262+0000 mon.smithi002 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.613496+0000 mon.smithi002 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.890078+0000 mon.smithi002 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.891219+0000 mon.smithi002 (mon.0) 251 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.892222+0000 mon.smithi002 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.897434+0000 mon.smithi002 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.904010+0000 mon.smithi002 (mon.0) 254 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.909219+0000 mon.smithi002 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.910879+0000 mon.smithi002 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.911395+0000 mon.smithi002 (mon.0) 257 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:37.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:36 smithi153 bash[28368]: audit 2023-12-25T21:18:36.912507+0000 mon.smithi002 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:18:38.009 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:38 smithi002 bash[24825]: cluster 2023-12-25T21:18:37.876801+0000 mgr.smithi002.hmjpwx (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:39.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:38 smithi153 bash[28368]: cluster 2023-12-25T21:18:37.876801+0000 mgr.smithi002.hmjpwx (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:41.137 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:41.187 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:40 smithi002 bash[24825]: cluster 2023-12-25T21:18:39.877237+0000 mgr.smithi002.hmjpwx (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:41.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:40 smithi153 bash[28368]: cluster 2023-12-25T21:18:39.877237+0000 mgr.smithi002.hmjpwx (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:41.959 INFO:teuthology.orchestra.run.smithi002.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-12-25T21:18:42.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:41 smithi002 bash[24825]: audit 2023-12-25T21:18:41.136725+0000 mon.smithi002 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.2:0/1739766665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:42.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:41 smithi153 bash[28368]: audit 2023-12-25T21:18:41.136725+0000 mon.smithi002 (mon.0) 259 : audit [DBG] from='client.? 172.21.15.2:0/1739766665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:42.961 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:43.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:42 smithi002 bash[24825]: cluster 2023-12-25T21:18:41.877606+0000 mgr.smithi002.hmjpwx (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:43.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:42 smithi153 bash[28368]: cluster 2023-12-25T21:18:41.877606+0000 mgr.smithi002.hmjpwx (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:44 smithi002 bash[24825]: cluster 2023-12-25T21:18:43.877951+0000 mgr.smithi002.hmjpwx (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:44.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:44 smithi153 bash[28368]: cluster 2023-12-25T21:18:43.877951+0000 mgr.smithi002.hmjpwx (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:45.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:45 smithi002 bash[24825]: audit 2023-12-25T21:18:45.793544+0000 mon.smithi153 (mon.1) 3 : audit [INF] from='client.? 172.21.15.153:0/3098619047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]: dispatch 2023-12-25T21:18:45.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:45 smithi002 bash[24825]: audit 2023-12-25T21:18:45.794680+0000 mon.smithi002 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]: dispatch 2023-12-25T21:18:45.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:45 smithi002 bash[24825]: audit 2023-12-25T21:18:45.799988+0000 mon.smithi002 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]': finished 2023-12-25T21:18:45.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:45 smithi002 bash[24825]: cluster 2023-12-25T21:18:45.800042+0000 mon.smithi002 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:18:45.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:45 smithi002 bash[24825]: audit 2023-12-25T21:18:45.800328+0000 mon.smithi002 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:46.115 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:45 smithi153 bash[28368]: audit 2023-12-25T21:18:45.793544+0000 mon.smithi153 (mon.1) 3 : audit [INF] from='client.? 172.21.15.153:0/3098619047' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]: dispatch 2023-12-25T21:18:46.115 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:45 smithi153 bash[28368]: audit 2023-12-25T21:18:45.794680+0000 mon.smithi002 (mon.0) 260 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]: dispatch 2023-12-25T21:18:46.115 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:45 smithi153 bash[28368]: audit 2023-12-25T21:18:45.799988+0000 mon.smithi002 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "54d5d323-e73e-4955-8449-70224338de7b"}]': finished 2023-12-25T21:18:46.115 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:45 smithi153 bash[28368]: cluster 2023-12-25T21:18:45.800042+0000 mon.smithi002 (mon.0) 262 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-25T21:18:46.115 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:45 smithi153 bash[28368]: audit 2023-12-25T21:18:45.800328+0000 mon.smithi002 (mon.0) 263 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:47.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:46 smithi002 bash[24825]: cluster 2023-12-25T21:18:45.878317+0000 mgr.smithi002.hmjpwx (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:47.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:46 smithi153 bash[28368]: cluster 2023-12-25T21:18:45.878317+0000 mgr.smithi002.hmjpwx (mgr.14180) 85 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:48.021 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:48.242 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:47 smithi002 bash[24825]: audit 2023-12-25T21:18:47.459623+0000 mon.smithi153 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.153:0/2369711600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:48.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:47 smithi153 bash[28368]: audit 2023-12-25T21:18:47.459623+0000 mon.smithi153 (mon.1) 4 : audit [DBG] from='client.? 172.21.15.153:0/2369711600' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:48.927 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1703539125,"num_remapped_pgs":0} 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: cluster 2023-12-25T21:18:47.878617+0000 mgr.smithi002.hmjpwx (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: audit 2023-12-25T21:18:48.021422+0000 mon.smithi002 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.2:0/3230415965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: audit 2023-12-25T21:18:48.286736+0000 mon.smithi002 (mon.0) 265 : audit [INF] from='client.? 172.21.15.2:0/3414193092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84071bd3-a070-44e7-aa99-3328052fd3db"}]: dispatch 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: audit 2023-12-25T21:18:48.292802+0000 mon.smithi002 (mon.0) 266 : audit [INF] from='client.? 172.21.15.2:0/3414193092' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84071bd3-a070-44e7-aa99-3328052fd3db"}]': finished 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: cluster 2023-12-25T21:18:48.292885+0000 mon.smithi002 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: audit 2023-12-25T21:18:48.293035+0000 mon.smithi002 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:48 smithi002 bash[24825]: audit 2023-12-25T21:18:48.293561+0000 mon.smithi002 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: cluster 2023-12-25T21:18:47.878617+0000 mgr.smithi002.hmjpwx (mgr.14180) 86 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: audit 2023-12-25T21:18:48.021422+0000 mon.smithi002 (mon.0) 264 : audit [DBG] from='client.? 172.21.15.2:0/3230415965' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: audit 2023-12-25T21:18:48.286736+0000 mon.smithi002 (mon.0) 265 : audit [INF] from='client.? 172.21.15.2:0/3414193092' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "84071bd3-a070-44e7-aa99-3328052fd3db"}]: dispatch 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: audit 2023-12-25T21:18:48.292802+0000 mon.smithi002 (mon.0) 266 : audit [INF] from='client.? 172.21.15.2:0/3414193092' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "84071bd3-a070-44e7-aa99-3328052fd3db"}]': finished 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: cluster 2023-12-25T21:18:48.292885+0000 mon.smithi002 (mon.0) 267 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: audit 2023-12-25T21:18:48.293035+0000 mon.smithi002 (mon.0) 268 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:48 smithi153 bash[28368]: audit 2023-12-25T21:18:48.293561+0000 mon.smithi002 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:49.929 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: cluster 2023-12-25T21:18:49.879112+0000 mgr.smithi002.hmjpwx (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.268328+0000 mon.smithi153 (mon.1) 5 : audit [INF] from='client.? 172.21.15.153:0/3734533385' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]: dispatch 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.269185+0000 mon.smithi002 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]: dispatch 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.276631+0000 mon.smithi002 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]': finished 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: cluster 2023-12-25T21:18:50.276721+0000 mon.smithi002 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.276855+0000 mon.smithi002 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.277316+0000 mon.smithi002 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.277545+0000 mon.smithi002 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:50 smithi002 bash[24825]: audit 2023-12-25T21:18:50.281624+0000 mon.smithi002 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.2:0/3655493892' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: cluster 2023-12-25T21:18:49.879112+0000 mgr.smithi002.hmjpwx (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.268328+0000 mon.smithi153 (mon.1) 5 : audit [INF] from='client.? 172.21.15.153:0/3734533385' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.269185+0000 mon.smithi002 (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.276631+0000 mon.smithi002 (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "810829fe-9614-469d-979d-842aee543c97"}]': finished 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: cluster 2023-12-25T21:18:50.276721+0000 mon.smithi002 (mon.0) 272 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.276855+0000 mon.smithi002 (mon.0) 273 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.277316+0000 mon.smithi002 (mon.0) 274 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.277545+0000 mon.smithi002 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:50 smithi153 bash[28368]: audit 2023-12-25T21:18:50.281624+0000 mon.smithi002 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.2:0/3655493892' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:52.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:51 smithi002 bash[24825]: audit 2023-12-25T21:18:51.907715+0000 mon.smithi153 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.153:0/2363075657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:52.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:51 smithi153 bash[28368]: audit 2023-12-25T21:18:51.907715+0000 mon.smithi153 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.153:0/2363075657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:53.215 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:53.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:52 smithi002 bash[24825]: cluster 2023-12-25T21:18:51.879604+0000 mgr.smithi002.hmjpwx (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:53.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:52 smithi153 bash[28368]: cluster 2023-12-25T21:18:51.879604+0000 mgr.smithi002.hmjpwx (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:54.123 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1703539133,"num_remapped_pgs":0} 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.120660+0000 mon.smithi002 (mon.0) 277 : audit [INF] from='client.? 172.21.15.2:0/1332220031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f419baae-1c03-499a-86f4-d2cab7b1d77c"}]: dispatch 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.127395+0000 mon.smithi002 (mon.0) 278 : audit [INF] from='client.? 172.21.15.2:0/1332220031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f419baae-1c03-499a-86f4-d2cab7b1d77c"}]': finished 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: cluster 2023-12-25T21:18:53.127495+0000 mon.smithi002 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.127694+0000 mon.smithi002 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.128103+0000 mon.smithi002 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:54.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.128413+0000 mon.smithi002 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.128679+0000 mon.smithi002 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:54.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:53 smithi002 bash[24825]: audit 2023-12-25T21:18:53.214866+0000 mon.smithi002 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.2:0/3481686190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.120660+0000 mon.smithi002 (mon.0) 277 : audit [INF] from='client.? 172.21.15.2:0/1332220031' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f419baae-1c03-499a-86f4-d2cab7b1d77c"}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.127395+0000 mon.smithi002 (mon.0) 278 : audit [INF] from='client.? 172.21.15.2:0/1332220031' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f419baae-1c03-499a-86f4-d2cab7b1d77c"}]': finished 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: cluster 2023-12-25T21:18:53.127495+0000 mon.smithi002 (mon.0) 279 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.127694+0000 mon.smithi002 (mon.0) 280 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.128103+0000 mon.smithi002 (mon.0) 281 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.128413+0000 mon.smithi002 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.128679+0000 mon.smithi002 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:53 smithi153 bash[28368]: audit 2023-12-25T21:18:53.214866+0000 mon.smithi002 (mon.0) 284 : audit [DBG] from='client.? 172.21.15.2:0/3481686190' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:55.125 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:18:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: cluster 2023-12-25T21:18:53.880043+0000 mgr.smithi002.hmjpwx (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.709273+0000 mon.smithi153 (mon.1) 7 : audit [INF] from='client.? 172.21.15.153:0/1635428886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]: dispatch 2023-12-25T21:18:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.710362+0000 mon.smithi002 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]: dispatch 2023-12-25T21:18:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.717955+0000 mon.smithi002 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]': finished 2023-12-25T21:18:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: cluster 2023-12-25T21:18:54.718145+0000 mon.smithi002 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:18:55.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.718386+0000 mon.smithi002 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:55.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.718971+0000 mon.smithi002 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:55.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.719371+0000 mon.smithi002 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:55.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.719775+0000 mon.smithi002 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:55.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:54 smithi002 bash[24825]: audit 2023-12-25T21:18:54.720174+0000 mon.smithi002 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: cluster 2023-12-25T21:18:53.880043+0000 mgr.smithi002.hmjpwx (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.709273+0000 mon.smithi153 (mon.1) 7 : audit [INF] from='client.? 172.21.15.153:0/1635428886' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.710362+0000 mon.smithi002 (mon.0) 285 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.717955+0000 mon.smithi002 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "134c25a4-ac11-41df-a8c8-09df095bab86"}]': finished 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: cluster 2023-12-25T21:18:54.718145+0000 mon.smithi002 (mon.0) 287 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.718386+0000 mon.smithi002 (mon.0) 288 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.718971+0000 mon.smithi002 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.719371+0000 mon.smithi002 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.719775+0000 mon.smithi002 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:54 smithi153 bash[28368]: audit 2023-12-25T21:18:54.720174+0000 mon.smithi002 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:18:56.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:55 smithi002 bash[24825]: audit 2023-12-25T21:18:55.019224+0000 mon.smithi002 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.2:0/761057293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:56.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:55 smithi153 bash[28368]: audit 2023-12-25T21:18:55.019224+0000 mon.smithi002 (mon.0) 293 : audit [DBG] from='client.? 172.21.15.2:0/761057293' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:56 smithi002 bash[24825]: cluster 2023-12-25T21:18:55.880435+0000 mgr.smithi002.hmjpwx (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:56 smithi002 bash[24825]: audit 2023-12-25T21:18:56.276172+0000 mon.smithi153 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.153:0/603036121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:56 smithi153 bash[28368]: cluster 2023-12-25T21:18:55.880435+0000 mgr.smithi002.hmjpwx (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:56 smithi153 bash[28368]: audit 2023-12-25T21:18:56.276172+0000 mon.smithi153 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.153:0/603036121' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.883005+0000 mon.smithi002 (mon.0) 294 : audit [INF] from='client.? 172.21.15.2:0/155143686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fcb5c36-1901-4a05-9173-f3a1a33d4f3f"}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.889262+0000 mon.smithi002 (mon.0) 295 : audit [INF] from='client.? 172.21.15.2:0/155143686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fcb5c36-1901-4a05-9173-f3a1a33d4f3f"}]': finished 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: cluster 2023-12-25T21:18:57.889331+0000 mon.smithi002 (mon.0) 296 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.889470+0000 mon.smithi002 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.889910+0000 mon.smithi002 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.890208+0000 mon.smithi002 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.890669+0000 mon.smithi002 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.891139+0000 mon.smithi002 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:18:58.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:57 smithi002 bash[24825]: audit 2023-12-25T21:18:57.891516+0000 mon.smithi002 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.883005+0000 mon.smithi002 (mon.0) 294 : audit [INF] from='client.? 172.21.15.2:0/155143686' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2fcb5c36-1901-4a05-9173-f3a1a33d4f3f"}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.889262+0000 mon.smithi002 (mon.0) 295 : audit [INF] from='client.? 172.21.15.2:0/155143686' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2fcb5c36-1901-4a05-9173-f3a1a33d4f3f"}]': finished 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: cluster 2023-12-25T21:18:57.889331+0000 mon.smithi002 (mon.0) 296 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.889470+0000 mon.smithi002 (mon.0) 297 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.889910+0000 mon.smithi002 (mon.0) 298 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.890208+0000 mon.smithi002 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.890669+0000 mon.smithi002 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.891139+0000 mon.smithi002 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:18:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:57 smithi153 bash[28368]: audit 2023-12-25T21:18:57.891516+0000 mon.smithi002 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:18:58.762 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:18:59.097 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:58 smithi002 bash[24825]: cluster 2023-12-25T21:18:57.880691+0000 mgr.smithi002.hmjpwx (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:59.097 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:58 smithi002 bash[24825]: audit 2023-12-25T21:18:58.762378+0000 mon.smithi002 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.2:0/809830297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:58 smithi153 bash[28368]: cluster 2023-12-25T21:18:57.880691+0000 mgr.smithi002.hmjpwx (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:18:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:58 smithi153 bash[28368]: audit 2023-12-25T21:18:58.762378+0000 mon.smithi002 (mon.0) 303 : audit [DBG] from='client.? 172.21.15.2:0/809830297' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:18:59.849 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1703539137,"num_remapped_pgs":0} 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.106030+0000 mon.smithi153 (mon.1) 9 : audit [INF] from='client.? 172.21.15.153:0/2136224739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]: dispatch 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.106798+0000 mon.smithi002 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]: dispatch 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.111915+0000 mon.smithi002 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]': finished 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: cluster 2023-12-25T21:18:59.111997+0000 mon.smithi002 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.112193+0000 mon.smithi002 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.112662+0000 mon.smithi002 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.112935+0000 mon.smithi002 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.113230+0000 mon.smithi002 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.113484+0000 mon.smithi002 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.113851+0000 mon.smithi002 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.114090+0000 mon.smithi002 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:18:59 smithi002 bash[24825]: audit 2023-12-25T21:18:59.757033+0000 mon.smithi002 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.2:0/1770138091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.106030+0000 mon.smithi153 (mon.1) 9 : audit [INF] from='client.? 172.21.15.153:0/2136224739' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.106798+0000 mon.smithi002 (mon.0) 304 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.111915+0000 mon.smithi002 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b211eaa4-83d7-4f51-b56a-b853daf61419"}]': finished 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: cluster 2023-12-25T21:18:59.111997+0000 mon.smithi002 (mon.0) 306 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.112193+0000 mon.smithi002 (mon.0) 307 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.112662+0000 mon.smithi002 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.112935+0000 mon.smithi002 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.113230+0000 mon.smithi002 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.113484+0000 mon.smithi002 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.113851+0000 mon.smithi002 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.114090+0000 mon.smithi002 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:00.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:18:59 smithi153 bash[28368]: audit 2023-12-25T21:18:59.757033+0000 mon.smithi002 (mon.0) 314 : audit [DBG] from='client.? 172.21.15.2:0/1770138091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:00.849 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:00 smithi002 bash[24825]: cluster 2023-12-25T21:18:59.881004+0000 mgr.smithi002.hmjpwx (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:00 smithi002 bash[24825]: audit 2023-12-25T21:19:00.815648+0000 mon.smithi153 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.153:0/3524465330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:01.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:00 smithi153 bash[28368]: cluster 2023-12-25T21:18:59.881004+0000 mgr.smithi002.hmjpwx (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:00 smithi153 bash[28368]: audit 2023-12-25T21:19:00.815648+0000 mon.smithi153 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.153:0/3524465330' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: cluster 2023-12-25T21:19:01.881352+0000 mgr.smithi002.hmjpwx (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.599915+0000 mon.smithi002 (mon.0) 315 : audit [INF] from='client.? 172.21.15.2:0/1813443461' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76d65bc4-ac94-4c25-8dd0-6456cd25d4ab"}]: dispatch 2023-12-25T21:19:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.607150+0000 mon.smithi002 (mon.0) 316 : audit [INF] from='client.? 172.21.15.2:0/1813443461' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76d65bc4-ac94-4c25-8dd0-6456cd25d4ab"}]': finished 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: cluster 2023-12-25T21:19:02.607307+0000 mon.smithi002 (mon.0) 317 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.607530+0000 mon.smithi002 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.607862+0000 mon.smithi002 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608015+0000 mon.smithi002 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608192+0000 mon.smithi002 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608390+0000 mon.smithi002 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608580+0000 mon.smithi002 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608746+0000 mon.smithi002 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:03.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:02 smithi002 bash[24825]: audit 2023-12-25T21:19:02.608924+0000 mon.smithi002 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: cluster 2023-12-25T21:19:01.881352+0000 mgr.smithi002.hmjpwx (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.599915+0000 mon.smithi002 (mon.0) 315 : audit [INF] from='client.? 172.21.15.2:0/1813443461' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "76d65bc4-ac94-4c25-8dd0-6456cd25d4ab"}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.607150+0000 mon.smithi002 (mon.0) 316 : audit [INF] from='client.? 172.21.15.2:0/1813443461' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "76d65bc4-ac94-4c25-8dd0-6456cd25d4ab"}]': finished 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: cluster 2023-12-25T21:19:02.607307+0000 mon.smithi002 (mon.0) 317 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.607530+0000 mon.smithi002 (mon.0) 318 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.607862+0000 mon.smithi002 (mon.0) 319 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608015+0000 mon.smithi002 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608192+0000 mon.smithi002 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608390+0000 mon.smithi002 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608580+0000 mon.smithi002 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608746+0000 mon.smithi002 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:02 smithi153 bash[28368]: audit 2023-12-25T21:19:02.608924+0000 mon.smithi002 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:04.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:04 smithi002 bash[24825]: cluster 2023-12-25T21:19:03.881819+0000 mgr.smithi002.hmjpwx (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:04.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:04 smithi153 bash[28368]: cluster 2023-12-25T21:19:03.881819+0000 mgr.smithi002.hmjpwx (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:04.686 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:05.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:05 smithi002 bash[24825]: audit 2023-12-25T21:19:04.686595+0000 mon.smithi002 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.2:0/501371776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:05.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:05 smithi002 bash[24825]: audit 2023-12-25T21:19:04.916789+0000 mon.smithi002 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.2:0/1251746424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:05.483 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:05.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:05 smithi153 bash[28368]: audit 2023-12-25T21:19:04.686595+0000 mon.smithi002 (mon.0) 326 : audit [DBG] from='client.? 172.21.15.2:0/501371776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:05 smithi153 bash[28368]: audit 2023-12-25T21:19:04.916789+0000 mon.smithi002 (mon.0) 327 : audit [DBG] from='client.? 172.21.15.2:0/1251746424' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-25T21:19:06.484 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:06 smithi002 bash[24825]: cluster 2023-12-25T21:19:05.882236+0000 mgr.smithi002.hmjpwx (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:06.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:06 smithi153 bash[28368]: cluster 2023-12-25T21:19:05.882236+0000 mgr.smithi002.hmjpwx (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:09.205 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:08 smithi002 bash[24825]: cluster 2023-12-25T21:19:07.882636+0000 mgr.smithi002.hmjpwx (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:09.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:08 smithi153 bash[28368]: cluster 2023-12-25T21:19:07.882636+0000 mgr.smithi002.hmjpwx (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:10.538 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:10 smithi002 bash[24825]: cluster 2023-12-25T21:19:09.883097+0000 mgr.smithi002.hmjpwx (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:10 smithi002 bash[24825]: audit 2023-12-25T21:19:10.538505+0000 mon.smithi002 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.2:0/2791898626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:10 smithi153 bash[28368]: cluster 2023-12-25T21:19:09.883097+0000 mgr.smithi002.hmjpwx (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:10 smithi153 bash[28368]: audit 2023-12-25T21:19:10.538505+0000 mon.smithi002 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.2:0/2791898626' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:11.364 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:12.365 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:12 smithi002 bash[24825]: cluster 2023-12-25T21:19:11.883584+0000 mgr.smithi002.hmjpwx (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:12 smithi002 bash[24825]: audit 2023-12-25T21:19:12.565602+0000 mon.smithi002 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:19:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:12 smithi002 bash[24825]: audit 2023-12-25T21:19:12.566858+0000 mon.smithi002 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:13.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:12 smithi153 bash[28368]: cluster 2023-12-25T21:19:11.883584+0000 mgr.smithi002.hmjpwx (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:13.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:12 smithi153 bash[28368]: audit 2023-12-25T21:19:12.565602+0000 mon.smithi002 (mon.0) 329 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-25T21:19:13.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:12 smithi153 bash[28368]: audit 2023-12-25T21:19:12.566858+0000 mon.smithi002 (mon.0) 330 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:14.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:13 smithi153 bash[28368]: cephadm 2023-12-25T21:19:12.567906+0000 mgr.smithi002.hmjpwx (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi153 2023-12-25T21:19:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:13 smithi002 bash[24825]: cephadm 2023-12-25T21:19:12.567906+0000 mgr.smithi002.hmjpwx (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi153 2023-12-25T21:19:15.235 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:14 smithi153 bash[28368]: cluster 2023-12-25T21:19:13.884061+0000 mgr.smithi002.hmjpwx (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:14 smithi002 bash[24825]: cluster 2023-12-25T21:19:13.884061+0000 mgr.smithi002.hmjpwx (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:16.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:16 smithi002 bash[24825]: cluster 2023-12-25T21:19:15.884413+0000 mgr.smithi002.hmjpwx (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:16.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:16 smithi002 bash[24825]: audit 2023-12-25T21:19:16.826346+0000 mon.smithi002 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:16.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:16 smithi002 bash[24825]: audit 2023-12-25T21:19:16.827674+0000 mon.smithi002 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:19:16.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:16 smithi002 bash[24825]: audit 2023-12-25T21:19:16.828673+0000 mon.smithi002 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:17.069 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:16 smithi153 bash[28368]: cluster 2023-12-25T21:19:15.884413+0000 mgr.smithi002.hmjpwx (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:17.069 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:16 smithi153 bash[28368]: audit 2023-12-25T21:19:16.826346+0000 mon.smithi002 (mon.0) 331 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:17.069 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:16 smithi153 bash[28368]: audit 2023-12-25T21:19:16.827674+0000 mon.smithi002 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-25T21:19:17.069 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:16 smithi153 bash[28368]: audit 2023-12-25T21:19:16.828673+0000 mon.smithi002 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:17.089 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:18.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:17 smithi002 bash[24825]: cephadm 2023-12-25T21:19:16.829633+0000 mgr.smithi002.hmjpwx (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi153 2023-12-25T21:19:18.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:17 smithi002 bash[24825]: audit 2023-12-25T21:19:17.089615+0000 mon.smithi002 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.2:0/1220368975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:18.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:17 smithi153 bash[28368]: cephadm 2023-12-25T21:19:16.829633+0000 mgr.smithi002.hmjpwx (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi153 2023-12-25T21:19:18.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:17 smithi153 bash[28368]: audit 2023-12-25T21:19:17.089615+0000 mon.smithi002 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.2:0/1220368975' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:18.399 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:19.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:18 smithi153 bash[28368]: cluster 2023-12-25T21:19:17.884735+0000 mgr.smithi002.hmjpwx (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:18 smithi002 bash[24825]: cluster 2023-12-25T21:19:17.884735+0000 mgr.smithi002.hmjpwx (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:19.401 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:20 smithi002 bash[24825]: cluster 2023-12-25T21:19:19.885081+0000 mgr.smithi002.hmjpwx (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:20 smithi002 bash[24825]: audit 2023-12-25T21:19:20.376690+0000 mon.smithi002 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:19:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:20 smithi002 bash[24825]: audit 2023-12-25T21:19:20.377822+0000 mon.smithi002 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:20 smithi153 bash[28368]: cluster 2023-12-25T21:19:19.885081+0000 mgr.smithi002.hmjpwx (mgr.14180) 104 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:20 smithi153 bash[28368]: audit 2023-12-25T21:19:20.376690+0000 mon.smithi002 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-25T21:19:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:20 smithi153 bash[28368]: audit 2023-12-25T21:19:20.377822+0000 mon.smithi002 (mon.0) 336 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:22.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:21 smithi153 bash[28368]: cephadm 2023-12-25T21:19:20.378720+0000 mgr.smithi002.hmjpwx (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi002 2023-12-25T21:19:22.211 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:21 smithi002 bash[24825]: cephadm 2023-12-25T21:19:20.378720+0000 mgr.smithi002.hmjpwx (mgr.14180) 105 : cephadm [INF] Deploying daemon osd.1 on smithi002 2023-12-25T21:19:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:22 smithi153 bash[28368]: cluster 2023-12-25T21:19:21.885493+0000 mgr.smithi002.hmjpwx (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:22 smithi153 bash[28368]: audit 2023-12-25T21:19:22.643277+0000 mon.smithi002 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:22 smithi153 bash[28368]: audit 2023-12-25T21:19:22.644516+0000 mon.smithi002 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:19:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:22 smithi153 bash[28368]: audit 2023-12-25T21:19:22.645697+0000 mon.smithi002 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:23.296 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:23 smithi002 bash[24825]: cluster 2023-12-25T21:19:21.885493+0000 mgr.smithi002.hmjpwx (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:23.296 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:23 smithi002 bash[24825]: audit 2023-12-25T21:19:22.643277+0000 mon.smithi002 (mon.0) 337 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:23.296 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:23 smithi002 bash[24825]: audit 2023-12-25T21:19:22.644516+0000 mon.smithi002 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-25T21:19:23.296 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:23 smithi002 bash[24825]: audit 2023-12-25T21:19:22.645697+0000 mon.smithi002 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:24.263 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:23 smithi153 bash[28368]: cephadm 2023-12-25T21:19:22.646590+0000 mgr.smithi002.hmjpwx (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-25T21:19:24.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:23 smithi002 bash[24825]: cephadm 2023-12-25T21:19:22.646590+0000 mgr.smithi002.hmjpwx (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-12-25T21:19:24.750 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:25.154 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:24 smithi002 bash[24825]: cluster 2023-12-25T21:19:23.885916+0000 mgr.smithi002.hmjpwx (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:25.154 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:24 smithi002 bash[24825]: audit 2023-12-25T21:19:24.750327+0000 mon.smithi002 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.2:0/2773714635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:25.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:24 smithi153 bash[28368]: cluster 2023-12-25T21:19:23.885916+0000 mgr.smithi002.hmjpwx (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:25.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:24 smithi153 bash[28368]: audit 2023-12-25T21:19:24.750327+0000 mon.smithi002 (mon.0) 340 : audit [DBG] from='client.? 172.21.15.2:0/2773714635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:25.931 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:26.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:25 smithi002 bash[24825]: audit 2023-12-25T21:19:25.381493+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:19:26.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:25 smithi002 bash[24825]: audit 2023-12-25T21:19:25.382378+0000 mon.smithi002 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:19:26.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:25 smithi153 bash[28368]: audit 2023-12-25T21:19:25.381493+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:19:26.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:25 smithi153 bash[28368]: audit 2023-12-25T21:19:25.382378+0000 mon.smithi002 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-25T21:19:26.932 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: cluster 2023-12-25T21:19:25.886354+0000 mgr.smithi002.hmjpwx (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.994503+0000 mon.smithi002 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:19:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: cluster 2023-12-25T21:19:25.994586+0000 mon.smithi002 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:19:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.994875+0000 mon.smithi002 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.995267+0000 mon.smithi002 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.995509+0000 mon.smithi002 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.995741+0000 mon.smithi002 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.995971+0000 mon.smithi002 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.996199+0000 mon.smithi002 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.996518+0000 mon.smithi002 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.996713+0000 mon.smithi002 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.998823+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:27.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:27 smithi002 bash[24825]: audit 2023-12-25T21:19:25.999362+0000 mon.smithi002 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: cluster 2023-12-25T21:19:25.886354+0000 mgr.smithi002.hmjpwx (mgr.14180) 109 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.994503+0000 mon.smithi002 (mon.0) 342 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: cluster 2023-12-25T21:19:25.994586+0000 mon.smithi002 (mon.0) 343 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.994875+0000 mon.smithi002 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.995267+0000 mon.smithi002 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.995509+0000 mon.smithi002 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.995741+0000 mon.smithi002 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.995971+0000 mon.smithi002 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.996199+0000 mon.smithi002 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.996518+0000 mon.smithi002 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.996713+0000 mon.smithi002 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.998823+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:27 smithi153 bash[28368]: audit 2023-12-25T21:19:25.999362+0000 mon.smithi002 (mon.0) 352 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.996452+0000 mon.smithi002 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: cluster 2023-12-25T21:19:26.996515+0000 mon.smithi002 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:19:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.996964+0000 mon.smithi002 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:28.067 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.997643+0000 mon.smithi002 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.998121+0000 mon.smithi002 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.998594+0000 mon.smithi002 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.999052+0000 mon.smithi002 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.999514+0000 mon.smithi002 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:26.999994+0000 mon.smithi002 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:27.000524+0000 mon.smithi002 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:28.068 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:28 smithi002 bash[24825]: audit 2023-12-25T21:19:27.006757+0000 mon.smithi002 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.996452+0000 mon.smithi002 (mon.0) 353 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: cluster 2023-12-25T21:19:26.996515+0000 mon.smithi002 (mon.0) 354 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.996964+0000 mon.smithi002 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.997643+0000 mon.smithi002 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.998121+0000 mon.smithi002 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.998594+0000 mon.smithi002 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.999052+0000 mon.smithi002 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.999514+0000 mon.smithi002 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:26.999994+0000 mon.smithi002 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:28.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:27.000524+0000 mon.smithi002 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:28.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:28 smithi153 bash[28368]: audit 2023-12-25T21:19:27.006757+0000 mon.smithi002 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:29.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: cluster 2023-12-25T21:19:26.332191+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:29.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: cluster 2023-12-25T21:19:26.332299+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: cluster 2023-12-25T21:19:27.886772+0000 mgr.smithi002.hmjpwx (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: cluster 2023-12-25T21:19:28.005772+0000 mon.smithi002 (mon.0) 364 : cluster [INF] osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796] boot 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: cluster 2023-12-25T21:19:28.005819+0000 mon.smithi002 (mon.0) 365 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.006492+0000 mon.smithi002 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.007536+0000 mon.smithi002 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.008812+0000 mon.smithi002 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.009076+0000 mon.smithi002 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.009824+0000 mon.smithi002 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.010470+0000 mon.smithi002 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.010832+0000 mon.smithi002 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.011107+0000 mon.smithi002 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.053048+0000 mon.smithi002 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.054143+0000 mon.smithi002 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.055029+0000 mon.smithi002 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:29.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.346070+0000 mon.smithi002 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:29.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.347019+0000 mon.smithi002 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:19:29.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:29 smithi002 bash[24825]: audit 2023-12-25T21:19:28.347961+0000 mon.smithi002 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: cluster 2023-12-25T21:19:26.332191+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: cluster 2023-12-25T21:19:26.332299+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: cluster 2023-12-25T21:19:27.886772+0000 mgr.smithi002.hmjpwx (mgr.14180) 110 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: cluster 2023-12-25T21:19:28.005772+0000 mon.smithi002 (mon.0) 364 : cluster [INF] osd.0 [v2:172.21.15.153:6800/3544935796,v1:172.21.15.153:6801/3544935796] boot 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: cluster 2023-12-25T21:19:28.005819+0000 mon.smithi002 (mon.0) 365 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-25T21:19:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.006492+0000 mon.smithi002 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.007536+0000 mon.smithi002 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.008812+0000 mon.smithi002 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.009076+0000 mon.smithi002 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.009824+0000 mon.smithi002 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.010470+0000 mon.smithi002 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.010832+0000 mon.smithi002 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.011107+0000 mon.smithi002 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.053048+0000 mon.smithi002 (mon.0) 374 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.054143+0000 mon.smithi002 (mon.0) 375 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.055029+0000 mon.smithi002 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.346070+0000 mon.smithi002 (mon.0) 377 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.347019+0000 mon.smithi002 (mon.0) 378 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-25T21:19:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:29 smithi153 bash[28368]: audit 2023-12-25T21:19:28.347961+0000 mon.smithi002 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: cephadm 2023-12-25T21:19:28.055836+0000 mgr.smithi002.hmjpwx (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.3 on smithi002 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: cephadm 2023-12-25T21:19:28.348829+0000 mgr.smithi002.hmjpwx (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: cluster 2023-12-25T21:19:29.351344+0000 mon.smithi002 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.351593+0000 mon.smithi002 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.352053+0000 mon.smithi002 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.352404+0000 mon.smithi002 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.352675+0000 mon.smithi002 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.352977+0000 mon.smithi002 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.353303+0000 mon.smithi002 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:30.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:30 smithi153 bash[28368]: audit 2023-12-25T21:19:29.353594+0000 mon.smithi002 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: cephadm 2023-12-25T21:19:28.055836+0000 mgr.smithi002.hmjpwx (mgr.14180) 111 : cephadm [INF] Deploying daemon osd.3 on smithi002 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: cephadm 2023-12-25T21:19:28.348829+0000 mgr.smithi002.hmjpwx (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: cluster 2023-12-25T21:19:29.351344+0000 mon.smithi002 (mon.0) 380 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.351593+0000 mon.smithi002 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.352053+0000 mon.smithi002 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.352404+0000 mon.smithi002 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.352675+0000 mon.smithi002 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.352977+0000 mon.smithi002 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.353303+0000 mon.smithi002 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:30.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:30 smithi002 bash[24825]: audit 2023-12-25T21:19:29.353594+0000 mon.smithi002 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:31.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:31 smithi153 bash[28368]: cluster 2023-12-25T21:19:29.887372+0000 mgr.smithi002.hmjpwx (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:19:31.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:31 smithi153 bash[28368]: audit 2023-12-25T21:19:30.663899+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:19:31.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:31 smithi153 bash[28368]: audit 2023-12-25T21:19:30.664554+0000 mon.smithi002 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:19:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:31 smithi002 bash[24825]: cluster 2023-12-25T21:19:29.887372+0000 mgr.smithi002.hmjpwx (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:19:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:31 smithi002 bash[24825]: audit 2023-12-25T21:19:30.663899+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:19:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:31 smithi002 bash[24825]: audit 2023-12-25T21:19:30.664554+0000 mon.smithi002 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-25T21:19:32.671 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.351849+0000 mon.smithi002 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:19:32.671 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: cluster 2023-12-25T21:19:31.351926+0000 mon.smithi002 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.352085+0000 mon.smithi002 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.352499+0000 mon.smithi002 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.352753+0000 mon.smithi002 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.352999+0000 mon.smithi002 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.353259+0000 mon.smithi002 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:32.672 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.353544+0000 mon.smithi002 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:32.673 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.353822+0000 mon.smithi002 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:32.673 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.354283+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:32.673 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: audit 2023-12-25T21:19:31.354837+0000 mon.smithi002 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:32.673 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:32 smithi153 bash[28368]: cluster 2023-12-25T21:19:31.887878+0000 mgr.smithi002.hmjpwx (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:19:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.351849+0000 mon.smithi002 (mon.0) 389 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-25T21:19:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: cluster 2023-12-25T21:19:31.351926+0000 mon.smithi002 (mon.0) 390 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-25T21:19:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.352085+0000 mon.smithi002 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.352499+0000 mon.smithi002 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.352753+0000 mon.smithi002 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.352999+0000 mon.smithi002 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.353259+0000 mon.smithi002 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.353544+0000 mon.smithi002 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.353822+0000 mon.smithi002 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.354283+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: audit 2023-12-25T21:19:31.354837+0000 mon.smithi002 (mon.0) 398 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:32 smithi002 bash[24825]: cluster 2023-12-25T21:19:31.887878+0000 mgr.smithi002.hmjpwx (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.358618+0000 mon.smithi002 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: cluster 2023-12-25T21:19:32.358702+0000 mon.smithi002 (mon.0) 400 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.359117+0000 mon.smithi002 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.359853+0000 mon.smithi002 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.360197+0000 mon.smithi002 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.360649+0000 mon.smithi002 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.361000+0000 mon.smithi002 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.361332+0000 mon.smithi002 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.361669+0000 mon.smithi002 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:33 smithi002 bash[24825]: audit 2023-12-25T21:19:32.364061+0000 mon.smithi002 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:33.588 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:33.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.358618+0000 mon.smithi002 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: cluster 2023-12-25T21:19:32.358702+0000 mon.smithi002 (mon.0) 400 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.359117+0000 mon.smithi002 (mon.0) 401 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.359853+0000 mon.smithi002 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.360197+0000 mon.smithi002 (mon.0) 403 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.360649+0000 mon.smithi002 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.361000+0000 mon.smithi002 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.361332+0000 mon.smithi002 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.361669+0000 mon.smithi002 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:33 smithi153 bash[28368]: audit 2023-12-25T21:19:32.364061+0000 mon.smithi002 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: cluster 2023-12-25T21:19:31.619523+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: cluster 2023-12-25T21:19:31.619610+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: cluster 2023-12-25T21:19:33.359733+0000 mon.smithi002 (mon.0) 409 : cluster [INF] osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366] boot 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: cluster 2023-12-25T21:19:33.359801+0000 mon.smithi002 (mon.0) 410 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.360287+0000 mon.smithi002 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.360971+0000 mon.smithi002 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.361567+0000 mon.smithi002 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.362014+0000 mon.smithi002 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.362458+0000 mon.smithi002 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.362916+0000 mon.smithi002 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.363271+0000 mon.smithi002 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:33.587831+0000 mon.smithi002 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.2:0/772481049' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: cluster 2023-12-25T21:19:33.888425+0000 mgr.smithi002.hmjpwx (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:34.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:34 smithi002 bash[24825]: audit 2023-12-25T21:19:34.079100+0000 mon.smithi002 (mon.0) 419 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: cluster 2023-12-25T21:19:31.619523+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: cluster 2023-12-25T21:19:31.619610+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: cluster 2023-12-25T21:19:33.359733+0000 mon.smithi002 (mon.0) 409 : cluster [INF] osd.2 [v2:172.21.15.153:6808/1329448366,v1:172.21.15.153:6809/1329448366] boot 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: cluster 2023-12-25T21:19:33.359801+0000 mon.smithi002 (mon.0) 410 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.360287+0000 mon.smithi002 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.360971+0000 mon.smithi002 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.361567+0000 mon.smithi002 (mon.0) 413 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.362014+0000 mon.smithi002 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.362458+0000 mon.smithi002 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.362916+0000 mon.smithi002 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.363271+0000 mon.smithi002 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:34.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:33.587831+0000 mon.smithi002 (mon.0) 418 : audit [DBG] from='client.? 172.21.15.2:0/772481049' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: cluster 2023-12-25T21:19:33.888425+0000 mgr.smithi002.hmjpwx (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:34 smithi153 bash[28368]: audit 2023-12-25T21:19:34.079100+0000 mon.smithi002 (mon.0) 419 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: cluster 2023-12-25T21:19:34.376528+0000 mon.smithi002 (mon.0) 420 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.376730+0000 mon.smithi002 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.377519+0000 mon.smithi002 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.377865+0000 mon.smithi002 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.378216+0000 mon.smithi002 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.378553+0000 mon.smithi002 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:35.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:35 smithi002 bash[24825]: audit 2023-12-25T21:19:34.378903+0000 mon.smithi002 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:35.603 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":20,"num_osds":8,"num_up_osds":2,"osd_up_since":1703539173,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: cluster 2023-12-25T21:19:34.376528+0000 mon.smithi002 (mon.0) 420 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.376730+0000 mon.smithi002 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.377519+0000 mon.smithi002 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.377865+0000 mon.smithi002 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.378216+0000 mon.smithi002 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.378553+0000 mon.smithi002 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:35 smithi153 bash[28368]: audit 2023-12-25T21:19:34.378903+0000 mon.smithi002 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:36.604 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:36.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:36 smithi153 bash[28368]: cluster 2023-12-25T21:19:35.888854+0000 mgr.smithi002.hmjpwx (mgr.14180) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:36.726 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:36 smithi002 bash[24825]: cluster 2023-12-25T21:19:35.888854+0000 mgr.smithi002.hmjpwx (mgr.14180) 116 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:37.650 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: audit 2023-12-25T21:19:36.580661+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:19:37.650 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: audit 2023-12-25T21:19:36.581651+0000 mon.smithi002 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:19:37.650 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: audit 2023-12-25T21:19:36.763921+0000 mon.smithi002 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:37.650 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: audit 2023-12-25T21:19:36.765036+0000 mon.smithi002 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:19:37.651 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: audit 2023-12-25T21:19:36.766008+0000 mon.smithi002 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:37.651 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:37 smithi153 bash[28368]: cephadm 2023-12-25T21:19:36.767094+0000 mgr.smithi002.hmjpwx (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.5 on smithi002 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: audit 2023-12-25T21:19:36.580661+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: audit 2023-12-25T21:19:36.581651+0000 mon.smithi002 (mon.0) 427 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: audit 2023-12-25T21:19:36.763921+0000 mon.smithi002 (mon.0) 428 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: audit 2023-12-25T21:19:36.765036+0000 mon.smithi002 (mon.0) 429 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: audit 2023-12-25T21:19:36.766008+0000 mon.smithi002 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:37 smithi002 bash[24825]: cephadm 2023-12-25T21:19:36.767094+0000 mgr.smithi002.hmjpwx (mgr.14180) 117 : cephadm [INF] Deploying daemon osd.5 on smithi002 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.394079+0000 mon.smithi002 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: cluster 2023-12-25T21:19:37.394140+0000 mon.smithi002 (mon.0) 432 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.394307+0000 mon.smithi002 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.394770+0000 mon.smithi002 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.395043+0000 mon.smithi002 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.395407+0000 mon.smithi002 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.395773+0000 mon.smithi002 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.396145+0000 mon.smithi002 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:38.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.396425+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: audit 2023-12-25T21:19:37.396989+0000 mon.smithi002 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:38 smithi153 bash[28368]: cluster 2023-12-25T21:19:37.889338+0000 mgr.smithi002.hmjpwx (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:38.692 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.394079+0000 mon.smithi002 (mon.0) 431 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: cluster 2023-12-25T21:19:37.394140+0000 mon.smithi002 (mon.0) 432 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.394307+0000 mon.smithi002 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.394770+0000 mon.smithi002 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.395043+0000 mon.smithi002 (mon.0) 435 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.395407+0000 mon.smithi002 (mon.0) 436 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.395773+0000 mon.smithi002 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.396145+0000 mon.smithi002 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.396425+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: audit 2023-12-25T21:19:37.396989+0000 mon.smithi002 (mon.0) 439 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:38.693 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:38 smithi002 bash[24825]: cluster 2023-12-25T21:19:37.889338+0000 mgr.smithi002.hmjpwx (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.398003+0000 mon.smithi002 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: cluster 2023-12-25T21:19:38.398157+0000 mon.smithi002 (mon.0) 441 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.398684+0000 mon.smithi002 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.399146+0000 mon.smithi002 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.399469+0000 mon.smithi002 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.399797+0000 mon.smithi002 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.400115+0000 mon.smithi002 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.400464+0000 mon.smithi002 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:38.409328+0000 mon.smithi002 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:39.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:39 smithi153 bash[28368]: audit 2023-12-25T21:19:39.290857+0000 mon.smithi002 (mon.0) 449 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.398003+0000 mon.smithi002 (mon.0) 440 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: cluster 2023-12-25T21:19:38.398157+0000 mon.smithi002 (mon.0) 441 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.398684+0000 mon.smithi002 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.399146+0000 mon.smithi002 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.399469+0000 mon.smithi002 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.399797+0000 mon.smithi002 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:39.792 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.400115+0000 mon.smithi002 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:39.793 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.400464+0000 mon.smithi002 (mon.0) 447 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:39.793 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:38.409328+0000 mon.smithi002 (mon.0) 448 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:39.793 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:39 smithi002 bash[24825]: audit 2023-12-25T21:19:39.290857+0000 mon.smithi002 (mon.0) 449 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-25T21:19:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:37.550386+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:37.550517+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:39.410030+0000 mon.smithi002 (mon.0) 450 : cluster [INF] osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759] boot 2023-12-25T21:19:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.410146+0000 mon.smithi002 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:19:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:39.410244+0000 mon.smithi002 (mon.0) 452 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.411061+0000 mon.smithi002 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.411578+0000 mon.smithi002 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.411943+0000 mon.smithi002 (mon.0) 455 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.412456+0000 mon.smithi002 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.412986+0000 mon.smithi002 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.417138+0000 mon.smithi002 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.417308+0000 mon.smithi002 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:39.417556+0000 mon.smithi002 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:39.889822+0000 mgr.smithi002.hmjpwx (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.410144+0000 mon.smithi002 (mon.0) 461 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.410215+0000 mon.smithi002 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: cluster 2023-12-25T21:19:40.410258+0000 mon.smithi002 (mon.0) 463 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.410426+0000 mon.smithi002 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.410799+0000 mon.smithi002 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:40.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.410987+0000 mon.smithi002 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:40.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.411665+0000 mon.smithi002 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:40.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.412007+0000 mon.smithi002 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:40.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:40 smithi002 bash[24825]: audit 2023-12-25T21:19:40.412890+0000 mon.smithi002 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:37.550386+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:37.550517+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:39.410030+0000 mon.smithi002 (mon.0) 450 : cluster [INF] osd.4 [v2:172.21.15.153:6816/778009759,v1:172.21.15.153:6817/778009759] boot 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.410146+0000 mon.smithi002 (mon.0) 451 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:39.410244+0000 mon.smithi002 (mon.0) 452 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.411061+0000 mon.smithi002 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.411578+0000 mon.smithi002 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.411943+0000 mon.smithi002 (mon.0) 455 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.412456+0000 mon.smithi002 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.412986+0000 mon.smithi002 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.417138+0000 mon.smithi002 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.417308+0000 mon.smithi002 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:39.417556+0000 mon.smithi002 (mon.0) 460 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:39.889822+0000 mgr.smithi002.hmjpwx (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.410144+0000 mon.smithi002 (mon.0) 461 : audit [INF] from='osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.410215+0000 mon.smithi002 (mon.0) 462 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: cluster 2023-12-25T21:19:40.410258+0000 mon.smithi002 (mon.0) 463 : cluster [DBG] osdmap e25: 8 total, 3 up, 8 in 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.410426+0000 mon.smithi002 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.410799+0000 mon.smithi002 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.410987+0000 mon.smithi002 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.411665+0000 mon.smithi002 (mon.0) 467 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.412007+0000 mon.smithi002 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:40 smithi153 bash[28368]: audit 2023-12-25T21:19:40.412890+0000 mon.smithi002 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: audit 2023-12-25T21:19:40.415430+0000 mon.smithi002 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: audit 2023-12-25T21:19:41.215928+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: audit 2023-12-25T21:19:41.216797+0000 mon.smithi002 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: audit 2023-12-25T21:19:41.414633+0000 mon.smithi002 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: cluster 2023-12-25T21:19:41.414795+0000 mon.smithi002 (mon.0) 473 : cluster [INF] osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150] boot 2023-12-25T21:19:41.468 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: audit 2023-12-25T21:19:41.414885+0000 mon.smithi002 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:19:41.469 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:41 smithi153 bash[28368]: cluster 2023-12-25T21:19:41.415075+0000 mon.smithi002 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T21:19:41.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: audit 2023-12-25T21:19:40.415430+0000 mon.smithi002 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:41.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: audit 2023-12-25T21:19:41.215928+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:19:41.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: audit 2023-12-25T21:19:41.216797+0000 mon.smithi002 (mon.0) 471 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-25T21:19:41.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: audit 2023-12-25T21:19:41.414633+0000 mon.smithi002 (mon.0) 472 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-25T21:19:41.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: cluster 2023-12-25T21:19:41.414795+0000 mon.smithi002 (mon.0) 473 : cluster [INF] osd.1 [v2:172.21.15.2:6802/1671236150,v1:172.21.15.2:6803/1671236150] boot 2023-12-25T21:19:41.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: audit 2023-12-25T21:19:41.414885+0000 mon.smithi002 (mon.0) 474 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-25T21:19:41.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:41 smithi002 bash[24825]: cluster 2023-12-25T21:19:41.415075+0000 mon.smithi002 (mon.0) 475 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: cluster 2023-12-25T21:19:40.297773+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: cluster 2023-12-25T21:19:40.297839+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.415915+0000 mon.smithi153 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.416151+0000 mon.smithi002 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.417293+0000 mon.smithi002 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.421388+0000 mon.smithi002 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.421736+0000 mon.smithi002 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.422045+0000 mon.smithi002 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:42.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: audit 2023-12-25T21:19:41.422462+0000 mon.smithi002 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:42.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:42 smithi002 bash[24825]: cluster 2023-12-25T21:19:41.890369+0000 mgr.smithi002.hmjpwx (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: cluster 2023-12-25T21:19:40.297773+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: cluster 2023-12-25T21:19:40.297839+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.415915+0000 mon.smithi153 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.416151+0000 mon.smithi002 (mon.0) 476 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.417293+0000 mon.smithi002 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.421388+0000 mon.smithi002 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.421736+0000 mon.smithi002 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.422045+0000 mon.smithi002 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: audit 2023-12-25T21:19:41.422462+0000 mon.smithi002 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:42 smithi153 bash[28368]: cluster 2023-12-25T21:19:41.890369+0000 mgr.smithi002.hmjpwx (mgr.14180) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-25T21:19:42.980 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.428350+0000 mon.smithi002 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: cluster 2023-12-25T21:19:42.428463+0000 mon.smithi002 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.428877+0000 mon.smithi002 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.429229+0000 mon.smithi002 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.429416+0000 mon.smithi002 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.429645+0000 mon.smithi002 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.435714+0000 mon.smithi002 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:42.980308+0000 mon.smithi002 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.2:0/4064061929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: cluster 2023-12-25T21:19:43.210179+0000 mon.smithi002 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364] boot 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: cluster 2023-12-25T21:19:43.210243+0000 mon.smithi002 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:43.210562+0000 mon.smithi002 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:43.210875+0000 mon.smithi002 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:43.211068+0000 mon.smithi002 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:43 smithi002 bash[24825]: audit 2023-12-25T21:19:43.211334+0000 mon.smithi002 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.428350+0000 mon.smithi002 (mon.0) 482 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: cluster 2023-12-25T21:19:42.428463+0000 mon.smithi002 (mon.0) 483 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.428877+0000 mon.smithi002 (mon.0) 484 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.429229+0000 mon.smithi002 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.429416+0000 mon.smithi002 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.429645+0000 mon.smithi002 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.435714+0000 mon.smithi002 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:42.980308+0000 mon.smithi002 (mon.0) 489 : audit [DBG] from='client.? 172.21.15.2:0/4064061929' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: cluster 2023-12-25T21:19:43.210179+0000 mon.smithi002 (mon.0) 490 : cluster [INF] osd.6 [v2:172.21.15.153:6824/1424983364,v1:172.21.15.153:6825/1424983364] boot 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: cluster 2023-12-25T21:19:43.210243+0000 mon.smithi002 (mon.0) 491 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:43.210562+0000 mon.smithi002 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:43.210875+0000 mon.smithi002 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:43.211068+0000 mon.smithi002 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-25T21:19:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:43 smithi153 bash[28368]: audit 2023-12-25T21:19:43.211334+0000 mon.smithi002 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:44.163 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":27,"num_osds":8,"num_up_osds":4,"osd_up_since":1703539181,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: cluster 2023-12-25T21:19:42.230192+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: cluster 2023-12-25T21:19:42.230308+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: cluster 2023-12-25T21:19:43.890902+0000 mgr.smithi002.hmjpwx (mgr.14180) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: cluster 2023-12-25T21:19:44.218139+0000 mon.smithi002 (mon.0) 496 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: audit 2023-12-25T21:19:44.218421+0000 mon.smithi002 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:44.696 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: audit 2023-12-25T21:19:44.218672+0000 mon.smithi002 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:44.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:44 smithi002 bash[24825]: audit 2023-12-25T21:19:44.218894+0000 mon.smithi002 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: cluster 2023-12-25T21:19:42.230192+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: cluster 2023-12-25T21:19:42.230308+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: cluster 2023-12-25T21:19:43.890902+0000 mgr.smithi002.hmjpwx (mgr.14180) 121 : cluster [DBG] pgmap v96: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: cluster 2023-12-25T21:19:44.218139+0000 mon.smithi002 (mon.0) 496 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: audit 2023-12-25T21:19:44.218421+0000 mon.smithi002 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: audit 2023-12-25T21:19:44.218672+0000 mon.smithi002 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:44 smithi153 bash[28368]: audit 2023-12-25T21:19:44.218894+0000 mon.smithi002 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:45.164 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:44.716562+0000 mon.smithi002 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: cluster 2023-12-25T21:19:45.219917+0000 mon.smithi002 (mon.0) 501 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.220070+0000 mon.smithi002 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.220444+0000 mon.smithi002 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.220721+0000 mon.smithi002 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.258893+0000 mon.smithi002 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.260205+0000 mon.smithi002 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:19:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:45 smithi002 bash[24825]: audit 2023-12-25T21:19:45.261494+0000 mon.smithi002 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:44.716562+0000 mon.smithi002 (mon.0) 500 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: cluster 2023-12-25T21:19:45.219917+0000 mon.smithi002 (mon.0) 501 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.220070+0000 mon.smithi002 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.220444+0000 mon.smithi002 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.220721+0000 mon.smithi002 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.258893+0000 mon.smithi002 (mon.0) 505 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.260205+0000 mon.smithi002 (mon.0) 506 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-25T21:19:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:45 smithi153 bash[28368]: audit 2023-12-25T21:19:45.261494+0000 mon.smithi002 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: cephadm 2023-12-25T21:19:45.262436+0000 mgr.smithi002.hmjpwx (mgr.14180) 122 : cephadm [INF] Deploying daemon osd.7 on smithi002 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: cluster 2023-12-25T21:19:45.891435+0000 mgr.smithi002.hmjpwx (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: cluster 2023-12-25T21:19:46.224079+0000 mon.smithi002 (mon.0) 508 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: audit 2023-12-25T21:19:46.224277+0000 mon.smithi002 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: audit 2023-12-25T21:19:46.224626+0000 mon.smithi002 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:46.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:46 smithi002 bash[24825]: audit 2023-12-25T21:19:46.224866+0000 mon.smithi002 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: cephadm 2023-12-25T21:19:45.262436+0000 mgr.smithi002.hmjpwx (mgr.14180) 122 : cephadm [INF] Deploying daemon osd.7 on smithi002 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: cluster 2023-12-25T21:19:45.891435+0000 mgr.smithi002.hmjpwx (mgr.14180) 123 : cluster [DBG] pgmap v99: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: cluster 2023-12-25T21:19:46.224079+0000 mon.smithi002 (mon.0) 508 : cluster [DBG] osdmap e31: 8 total, 5 up, 8 in 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: audit 2023-12-25T21:19:46.224277+0000 mon.smithi002 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: audit 2023-12-25T21:19:46.224626+0000 mon.smithi002 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:46 smithi153 bash[28368]: audit 2023-12-25T21:19:46.224866+0000 mon.smithi002 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:47.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:47 smithi002 bash[24825]: audit 2023-12-25T21:19:46.865190+0000 mon.smithi002 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:19:48.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:47 smithi153 bash[28368]: audit 2023-12-25T21:19:46.865190+0000 mon.smithi002 (mon.0) 512 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: audit 2023-12-25T21:19:47.734372+0000 mon.smithi002 (mon.0) 513 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: cluster 2023-12-25T21:19:47.734463+0000 mon.smithi002 (mon.0) 514 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: audit 2023-12-25T21:19:47.734604+0000 mon.smithi002 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: audit 2023-12-25T21:19:47.735068+0000 mon.smithi002 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: audit 2023-12-25T21:19:47.735386+0000 mon.smithi002 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: audit 2023-12-25T21:19:47.735690+0000 mon.smithi002 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:48 smithi002 bash[24825]: cluster 2023-12-25T21:19:47.891984+0000 mgr.smithi002.hmjpwx (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: audit 2023-12-25T21:19:47.734372+0000 mon.smithi002 (mon.0) 513 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: cluster 2023-12-25T21:19:47.734463+0000 mon.smithi002 (mon.0) 514 : cluster [DBG] osdmap e32: 8 total, 5 up, 8 in 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: audit 2023-12-25T21:19:47.734604+0000 mon.smithi002 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: audit 2023-12-25T21:19:47.735068+0000 mon.smithi002 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: audit 2023-12-25T21:19:47.735386+0000 mon.smithi002 (mon.0) 517 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: audit 2023-12-25T21:19:47.735690+0000 mon.smithi002 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:48 smithi153 bash[28368]: cluster 2023-12-25T21:19:47.891984+0000 mgr.smithi002.hmjpwx (mgr.14180) 124 : cluster [DBG] pgmap v102: 1 pgs: 1 creating+remapped+peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:48.738162+0000 mon.smithi002 (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: cluster 2023-12-25T21:19:48.738323+0000 mon.smithi002 (mon.0) 520 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:48.739132+0000 mon.smithi002 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:48.739586+0000 mon.smithi002 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:48.740473+0000 mon.smithi002 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:48.744676+0000 mon.smithi002 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: cluster 2023-12-25T21:19:49.740267+0000 mon.smithi002 (mon.0) 525 : cluster [INF] osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007] boot 2023-12-25T21:19:49.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: cluster 2023-12-25T21:19:49.740435+0000 mon.smithi002 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-25T21:19:49.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:49 smithi002 bash[24825]: audit 2023-12-25T21:19:49.740770+0000 mon.smithi002 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:48.738162+0000 mon.smithi002 (mon.0) 519 : audit [INF] from='osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: cluster 2023-12-25T21:19:48.738323+0000 mon.smithi002 (mon.0) 520 : cluster [DBG] osdmap e33: 8 total, 5 up, 8 in 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:48.739132+0000 mon.smithi002 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:48.739586+0000 mon.smithi002 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:48.740473+0000 mon.smithi002 (mon.0) 523 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:48.744676+0000 mon.smithi002 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: cluster 2023-12-25T21:19:49.740267+0000 mon.smithi002 (mon.0) 525 : cluster [INF] osd.3 [v2:172.21.15.2:6810/555326007,v1:172.21.15.2:6811/555326007] boot 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: cluster 2023-12-25T21:19:49.740435+0000 mon.smithi002 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-12-25T21:19:50.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:49 smithi153 bash[28368]: audit 2023-12-25T21:19:49.740770+0000 mon.smithi002 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-25T21:19:50.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:50 smithi002 bash[24825]: cluster 2023-12-25T21:19:47.818891+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:50.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:50 smithi002 bash[24825]: cluster 2023-12-25T21:19:47.818978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:50.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:50 smithi002 bash[24825]: audit 2023-12-25T21:19:49.741054+0000 mon.smithi002 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:50.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:50 smithi002 bash[24825]: audit 2023-12-25T21:19:49.742042+0000 mon.smithi002 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:50.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:50 smithi002 bash[24825]: cluster 2023-12-25T21:19:49.892505+0000 mgr.smithi002.hmjpwx (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:51.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:50 smithi153 bash[28368]: cluster 2023-12-25T21:19:47.818891+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:51.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:50 smithi153 bash[28368]: cluster 2023-12-25T21:19:47.818978+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:51.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:50 smithi153 bash[28368]: audit 2023-12-25T21:19:49.741054+0000 mon.smithi002 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:51.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:50 smithi153 bash[28368]: audit 2023-12-25T21:19:49.742042+0000 mon.smithi002 (mon.0) 529 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:51.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:50 smithi153 bash[28368]: cluster 2023-12-25T21:19:49.892505+0000 mgr.smithi002.hmjpwx (mgr.14180) 125 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:51.815 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:52.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:51 smithi153 bash[28368]: cluster 2023-12-25T21:19:50.756235+0000 mon.smithi002 (mon.0) 530 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-25T21:19:52.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:51 smithi153 bash[28368]: audit 2023-12-25T21:19:50.756457+0000 mon.smithi002 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:52.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:51 smithi153 bash[28368]: audit 2023-12-25T21:19:50.756812+0000 mon.smithi002 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:52.048 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:51 smithi002 bash[24825]: cluster 2023-12-25T21:19:50.756235+0000 mon.smithi002 (mon.0) 530 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-12-25T21:19:52.048 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:51 smithi002 bash[24825]: audit 2023-12-25T21:19:50.756457+0000 mon.smithi002 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:52.048 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:51 smithi002 bash[24825]: audit 2023-12-25T21:19:50.756812+0000 mon.smithi002 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:52.915 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:52 smithi002 bash[24825]: cluster 2023-12-25T21:19:51.756935+0000 mon.smithi002 (mon.0) 533 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-12-25T21:19:52.915 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:52 smithi002 bash[24825]: audit 2023-12-25T21:19:51.757505+0000 mon.smithi002 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:52.915 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:52 smithi002 bash[24825]: audit 2023-12-25T21:19:51.757750+0000 mon.smithi002 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:52.915 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:52 smithi002 bash[24825]: audit 2023-12-25T21:19:51.814834+0000 mon.smithi002 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.2:0/2851578481' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:52.915 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:52 smithi002 bash[24825]: cluster 2023-12-25T21:19:51.893021+0000 mgr.smithi002.hmjpwx (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:52.916 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":36,"num_osds":8,"num_up_osds":6,"osd_up_since":1703539189,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:52 smithi153 bash[28368]: cluster 2023-12-25T21:19:51.756935+0000 mon.smithi002 (mon.0) 533 : cluster [DBG] osdmap e36: 8 total, 6 up, 8 in 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:52 smithi153 bash[28368]: audit 2023-12-25T21:19:51.757505+0000 mon.smithi002 (mon.0) 534 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:52 smithi153 bash[28368]: audit 2023-12-25T21:19:51.757750+0000 mon.smithi002 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:52 smithi153 bash[28368]: audit 2023-12-25T21:19:51.814834+0000 mon.smithi002 (mon.0) 536 : audit [DBG] from='client.? 172.21.15.2:0/2851578481' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:19:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:52 smithi153 bash[28368]: cluster 2023-12-25T21:19:51.893021+0000 mgr.smithi002.hmjpwx (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:53.917 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:19:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:54 smithi002 bash[24825]: cluster 2023-12-25T21:19:53.893591+0000 mgr.smithi002.hmjpwx (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:55.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:54 smithi002 bash[24825]: audit 2023-12-25T21:19:53.973956+0000 mon.smithi002 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:54 smithi153 bash[28368]: cluster 2023-12-25T21:19:53.893591+0000 mgr.smithi002.hmjpwx (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:55.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:54 smithi153 bash[28368]: audit 2023-12-25T21:19:53.973956+0000 mon.smithi002 (mon.0) 537 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:19:56.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:55 smithi002 bash[24825]: audit 2023-12-25T21:19:55.630447+0000 mon.smithi002 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:19:56.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:55 smithi153 bash[28368]: audit 2023-12-25T21:19:55.630447+0000 mon.smithi002 (mon.0) 538 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-25T21:19:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: cluster 2023-12-25T21:19:55.894239+0000 mgr.smithi002.hmjpwx (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: audit 2023-12-25T21:19:55.984421+0000 mon.smithi002 (mon.0) 539 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:19:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: cluster 2023-12-25T21:19:55.984510+0000 mon.smithi002 (mon.0) 540 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2023-12-25T21:19:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: audit 2023-12-25T21:19:55.984785+0000 mon.smithi002 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: audit 2023-12-25T21:19:55.985168+0000 mon.smithi002 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:57.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:56 smithi002 bash[24825]: audit 2023-12-25T21:19:55.985365+0000 mon.smithi002 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: cluster 2023-12-25T21:19:55.894239+0000 mgr.smithi002.hmjpwx (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: audit 2023-12-25T21:19:55.984421+0000 mon.smithi002 (mon.0) 539 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: cluster 2023-12-25T21:19:55.984510+0000 mon.smithi002 (mon.0) 540 : cluster [DBG] osdmap e37: 8 total, 6 up, 8 in 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: audit 2023-12-25T21:19:55.984785+0000 mon.smithi002 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: audit 2023-12-25T21:19:55.985168+0000 mon.smithi002 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:56 smithi153 bash[28368]: audit 2023-12-25T21:19:55.985365+0000 mon.smithi002 (mon.0) 543 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:19:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:58 smithi153 bash[28368]: audit 2023-12-25T21:19:56.986038+0000 mon.smithi002 (mon.0) 544 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:58 smithi153 bash[28368]: cluster 2023-12-25T21:19:56.986098+0000 mon.smithi002 (mon.0) 545 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2023-12-25T21:19:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:58 smithi153 bash[28368]: audit 2023-12-25T21:19:56.986524+0000 mon.smithi002 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:58 smithi153 bash[28368]: audit 2023-12-25T21:19:56.986781+0000 mon.smithi002 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:58.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:58 smithi153 bash[28368]: audit 2023-12-25T21:19:56.995390+0000 mon.smithi002 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:58 smithi002 bash[24825]: audit 2023-12-25T21:19:56.986038+0000 mon.smithi002 (mon.0) 544 : audit [INF] from='osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:19:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:58 smithi002 bash[24825]: cluster 2023-12-25T21:19:56.986098+0000 mon.smithi002 (mon.0) 545 : cluster [DBG] osdmap e38: 8 total, 6 up, 8 in 2023-12-25T21:19:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:58 smithi002 bash[24825]: audit 2023-12-25T21:19:56.986524+0000 mon.smithi002 (mon.0) 546 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:58 smithi002 bash[24825]: audit 2023-12-25T21:19:56.986781+0000 mon.smithi002 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:58 smithi002 bash[24825]: audit 2023-12-25T21:19:56.995390+0000 mon.smithi002 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:59.027 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:19:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: cluster 2023-12-25T21:19:56.604806+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: cluster 2023-12-25T21:19:56.604869+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: cluster 2023-12-25T21:19:57.894872+0000 mgr.smithi002.hmjpwx (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: audit 2023-12-25T21:19:57.992841+0000 mon.smithi002 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:59.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: cluster 2023-12-25T21:19:57.997904+0000 mon.smithi002 (mon.0) 550 : cluster [INF] osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771] boot 2023-12-25T21:19:59.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: cluster 2023-12-25T21:19:57.997975+0000 mon.smithi002 (mon.0) 551 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-25T21:19:59.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: audit 2023-12-25T21:19:57.998854+0000 mon.smithi002 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:59.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:19:59 smithi002 bash[24825]: audit 2023-12-25T21:19:57.999483+0000 mon.smithi002 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: cluster 2023-12-25T21:19:56.604806+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: cluster 2023-12-25T21:19:56.604869+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: cluster 2023-12-25T21:19:57.894872+0000 mgr.smithi002.hmjpwx (mgr.14180) 129 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: audit 2023-12-25T21:19:57.992841+0000 mon.smithi002 (mon.0) 549 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: cluster 2023-12-25T21:19:57.997904+0000 mon.smithi002 (mon.0) 550 : cluster [INF] osd.5 [v2:172.21.15.2:6818/3966475771,v1:172.21.15.2:6819/3966475771] boot 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: cluster 2023-12-25T21:19:57.997975+0000 mon.smithi002 (mon.0) 551 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-12-25T21:19:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: audit 2023-12-25T21:19:57.998854+0000 mon.smithi002 (mon.0) 552 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-25T21:19:59.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:19:59 smithi153 bash[28368]: audit 2023-12-25T21:19:57.999483+0000 mon.smithi002 (mon.0) 553 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:19:59.808 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1703539197,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:20:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:00 smithi002 bash[24825]: audit 2023-12-25T21:19:59.026859+0000 mon.smithi002 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.2:0/1994561042' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:20:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:00 smithi002 bash[24825]: cluster 2023-12-25T21:19:59.219584+0000 mon.smithi002 (mon.0) 555 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-12-25T21:20:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:00 smithi002 bash[24825]: audit 2023-12-25T21:19:59.219778+0000 mon.smithi002 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:00 smithi002 bash[24825]: cluster 2023-12-25T21:20:00.000169+0000 mon.smithi002 (mon.0) 557 : cluster [INF] overall HEALTH_OK 2023-12-25T21:20:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:00 smithi153 bash[28368]: audit 2023-12-25T21:19:59.026859+0000 mon.smithi002 (mon.0) 554 : audit [DBG] from='client.? 172.21.15.2:0/1994561042' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:20:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:00 smithi153 bash[28368]: cluster 2023-12-25T21:19:59.219584+0000 mon.smithi002 (mon.0) 555 : cluster [DBG] osdmap e40: 8 total, 7 up, 8 in 2023-12-25T21:20:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:00 smithi153 bash[28368]: audit 2023-12-25T21:19:59.219778+0000 mon.smithi002 (mon.0) 556 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:00.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:00 smithi153 bash[28368]: cluster 2023-12-25T21:20:00.000169+0000 mon.smithi002 (mon.0) 557 : cluster [INF] overall HEALTH_OK 2023-12-25T21:20:00.809 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd stat -f json 2023-12-25T21:20:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:01 smithi002 bash[24825]: cluster 2023-12-25T21:19:59.895576+0000 mgr.smithi002.hmjpwx (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-12-25T21:20:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:01 smithi153 bash[28368]: cluster 2023-12-25T21:19:59.895576+0000 mgr.smithi002.hmjpwx (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-12-25T21:20:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:03 smithi153 bash[28368]: cluster 2023-12-25T21:20:01.896233+0000 mgr.smithi002.hmjpwx (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:03 smithi153 bash[28368]: audit 2023-12-25T21:20:02.463760+0000 mon.smithi002 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:20:03.532 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:03 smithi002 bash[24825]: cluster 2023-12-25T21:20:01.896233+0000 mgr.smithi002.hmjpwx (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:03.532 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:03 smithi002 bash[24825]: audit 2023-12-25T21:20:02.463760+0000 mon.smithi002 (mon.0) 558 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: audit 2023-12-25T21:20:03.015332+0000 mon.smithi002 (mon.0) 559 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: cluster 2023-12-25T21:20:03.015440+0000 mon.smithi002 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: audit 2023-12-25T21:20:03.015884+0000 mon.smithi002 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: audit 2023-12-25T21:20:03.016219+0000 mon.smithi002 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: audit 2023-12-25T21:20:04.017996+0000 mon.smithi002 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: cluster 2023-12-25T21:20:04.018051+0000 mon.smithi002 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-12-25T21:20:04.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:04 smithi153 bash[28368]: audit 2023-12-25T21:20:04.018316+0000 mon.smithi002 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:04.309 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: audit 2023-12-25T21:20:03.015332+0000 mon.smithi002 (mon.0) 559 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-25T21:20:04.309 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: cluster 2023-12-25T21:20:03.015440+0000 mon.smithi002 (mon.0) 560 : cluster [DBG] osdmap e41: 8 total, 7 up, 8 in 2023-12-25T21:20:04.309 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: audit 2023-12-25T21:20:03.015884+0000 mon.smithi002 (mon.0) 561 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:04.309 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: audit 2023-12-25T21:20:03.016219+0000 mon.smithi002 (mon.0) 562 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]: dispatch 2023-12-25T21:20:04.310 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: audit 2023-12-25T21:20:04.017996+0000 mon.smithi002 (mon.0) 563 : audit [INF] from='osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi002", "root=default"]}]': finished 2023-12-25T21:20:04.310 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: cluster 2023-12-25T21:20:04.018051+0000 mon.smithi002 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 7 up, 8 in 2023-12-25T21:20:04.310 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:04 smithi002 bash[24825]: audit 2023-12-25T21:20:04.018316+0000 mon.smithi002 (mon.0) 565 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:05.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:05 smithi153 bash[28368]: cluster 2023-12-25T21:20:03.896836+0000 mgr.smithi002.hmjpwx (mgr.14180) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:05.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:05 smithi153 bash[28368]: audit 2023-12-25T21:20:04.023159+0000 mon.smithi002 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:05.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:05 smithi153 bash[28368]: audit 2023-12-25T21:20:05.023342+0000 mon.smithi002 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:05.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:05 smithi002 bash[24825]: cluster 2023-12-25T21:20:03.896836+0000 mgr.smithi002.hmjpwx (mgr.14180) 132 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:05.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:05 smithi002 bash[24825]: audit 2023-12-25T21:20:04.023159+0000 mon.smithi002 (mon.0) 566 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:05.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:05 smithi002 bash[24825]: audit 2023-12-25T21:20:05.023342+0000 mon.smithi002 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:06.044 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:20:06.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:06 smithi002 bash[24825]: cluster 2023-12-25T21:20:03.464659+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:20:06.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:06 smithi002 bash[24825]: cluster 2023-12-25T21:20:03.464739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:20:06.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:06 smithi002 bash[24825]: cluster 2023-12-25T21:20:05.034068+0000 mon.smithi002 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538] boot 2023-12-25T21:20:06.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:06 smithi002 bash[24825]: cluster 2023-12-25T21:20:05.034156+0000 mon.smithi002 (mon.0) 569 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:20:06.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:06 smithi002 bash[24825]: audit 2023-12-25T21:20:05.034627+0000 mon.smithi002 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:06.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:06 smithi153 bash[28368]: cluster 2023-12-25T21:20:03.464659+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-25T21:20:06.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:06 smithi153 bash[28368]: cluster 2023-12-25T21:20:03.464739+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-25T21:20:06.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:06 smithi153 bash[28368]: cluster 2023-12-25T21:20:05.034068+0000 mon.smithi002 (mon.0) 568 : cluster [INF] osd.7 [v2:172.21.15.2:6826/2313972538,v1:172.21.15.2:6827/2313972538] boot 2023-12-25T21:20:06.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:06 smithi153 bash[28368]: cluster 2023-12-25T21:20:05.034156+0000 mon.smithi002 (mon.0) 569 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-25T21:20:06.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:06 smithi153 bash[28368]: audit 2023-12-25T21:20:05.034627+0000 mon.smithi002 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-25T21:20:07.133 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":44,"num_osds":8,"num_up_osds":8,"osd_up_since":1703539205,"num_in_osds":8,"osd_in_since":1703539142,"num_remapped_pgs":0} 2023-12-25T21:20:07.133 INFO:tasks.cephadm:Setting up client nodes... 2023-12-25T21:20:07.134 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:20:07.326 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:07 smithi002 bash[24825]: cluster 2023-12-25T21:20:05.897371+0000 mgr.smithi002.hmjpwx (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:07.326 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:07 smithi002 bash[24825]: cluster 2023-12-25T21:20:06.043581+0000 mon.smithi002 (mon.0) 571 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:20:07.326 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:07 smithi002 bash[24825]: audit 2023-12-25T21:20:06.044188+0000 mon.smithi002 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.2:0/727861904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:20:07.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:07 smithi153 bash[28368]: cluster 2023-12-25T21:20:05.897371+0000 mgr.smithi002.hmjpwx (mgr.14180) 133 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-25T21:20:07.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:07 smithi153 bash[28368]: cluster 2023-12-25T21:20:06.043581+0000 mon.smithi002 (mon.0) 571 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-25T21:20:07.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:07 smithi153 bash[28368]: audit 2023-12-25T21:20:06.044188+0000 mon.smithi002 (mon.0) 572 : audit [DBG] from='client.? 172.21.15.2:0/727861904' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-25T21:20:08.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:08 smithi002 bash[24825]: cluster 2023-12-25T21:20:07.050608+0000 mon.smithi002 (mon.0) 573 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:20:08.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:08 smithi002 bash[24825]: cluster 2023-12-25T21:20:07.897978+0000 mgr.smithi002.hmjpwx (mgr.14180) 134 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:08.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:08 smithi002 bash[24825]: audit 2023-12-25T21:20:07.953307+0000 mon.smithi002 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:08.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:08 smithi002 bash[24825]: audit 2023-12-25T21:20:07.956355+0000 mon.smithi002 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:08 smithi153 bash[28368]: cluster 2023-12-25T21:20:07.050608+0000 mon.smithi002 (mon.0) 573 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-25T21:20:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:08 smithi153 bash[28368]: cluster 2023-12-25T21:20:07.897978+0000 mgr.smithi002.hmjpwx (mgr.14180) 134 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:08 smithi153 bash[28368]: audit 2023-12-25T21:20:07.953307+0000 mon.smithi002 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:08 smithi153 bash[28368]: audit 2023-12-25T21:20:07.956355+0000 mon.smithi002 (mon.0) 575 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:20:10.686 INFO:teuthology.orchestra.run.smithi002.stdout:[client.0] 2023-12-25T21:20:10.687 INFO:teuthology.orchestra.run.smithi002.stdout: key = AQAK8olls5inKBAAQ1/sKZkbSgynRP/pmyeRNA== 2023-12-25T21:20:10.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:10 smithi002 bash[24825]: cluster 2023-12-25T21:20:09.898683+0000 mgr.smithi002.hmjpwx (mgr.14180) 135 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:10.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:10 smithi002 bash[24825]: audit 2023-12-25T21:20:10.681734+0000 mon.smithi002 (mon.0) 576 : audit [INF] from='client.? 172.21.15.2:0/1211563653' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:20:10.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:10 smithi002 bash[24825]: audit 2023-12-25T21:20:10.686588+0000 mon.smithi002 (mon.0) 577 : audit [INF] from='client.? 172.21.15.2:0/1211563653' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:20:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:10 smithi153 bash[28368]: cluster 2023-12-25T21:20:09.898683+0000 mgr.smithi002.hmjpwx (mgr.14180) 135 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:10 smithi153 bash[28368]: audit 2023-12-25T21:20:10.681734+0000 mon.smithi002 (mon.0) 576 : audit [INF] from='client.? 172.21.15.2:0/1211563653' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:20:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:10 smithi153 bash[28368]: audit 2023-12-25T21:20:10.686588+0000 mon.smithi002 (mon.0) 577 : audit [INF] from='client.? 172.21.15.2:0/1211563653' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-25T21:20:11.495 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:20:11.495 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-25T21:20:11.495 DEBUG:teuthology.orchestra.run.smithi002:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-25T21:20:11.518 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-25T21:20:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:12 smithi002 bash[24825]: cluster 2023-12-25T21:20:11.899361+0000 mgr.smithi002.hmjpwx (mgr.14180) 136 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:12 smithi153 bash[28368]: cluster 2023-12-25T21:20:11.899361+0000 mgr.smithi002.hmjpwx (mgr.14180) 136 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:14 smithi002 bash[24825]: audit 2023-12-25T21:20:13.334470+0000 mon.smithi002 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:14 smithi002 bash[24825]: cluster 2023-12-25T21:20:13.899867+0000 mgr.smithi002.hmjpwx (mgr.14180) 137 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:14 smithi002 bash[24825]: audit 2023-12-25T21:20:14.001032+0000 mon.smithi002 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:14 smithi153 bash[28368]: audit 2023-12-25T21:20:13.334470+0000 mon.smithi002 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:14 smithi153 bash[28368]: cluster 2023-12-25T21:20:13.899867+0000 mgr.smithi002.hmjpwx (mgr.14180) 137 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:14 smithi153 bash[28368]: audit 2023-12-25T21:20:14.001032+0000 mon.smithi002 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:14.859 INFO:teuthology.orchestra.run.smithi153.stdout:[client.1] 2023-12-25T21:20:14.859 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQAO8ollv77BMhAAHtjUsX7R2Yn5r9Za6N07sA== 2023-12-25T21:20:15.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:15 smithi153 bash[28368]: audit 2023-12-25T21:20:14.850148+0000 mon.smithi153 (mon.1) 19 : audit [INF] from='client.? 172.21.15.153:0/1921609744' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:20:15.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:15 smithi153 bash[28368]: audit 2023-12-25T21:20:14.851172+0000 mon.smithi002 (mon.0) 580 : 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-12-25T21:20:15.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:15 smithi153 bash[28368]: audit 2023-12-25T21:20:14.858311+0000 mon.smithi002 (mon.0) 581 : 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-12-25T21:20:15.606 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:20:15.606 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-25T21:20:15.606 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-25T21:20:15.630 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:20:15.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:15 smithi002 bash[24825]: audit 2023-12-25T21:20:14.850148+0000 mon.smithi153 (mon.1) 19 : audit [INF] from='client.? 172.21.15.153:0/1921609744' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-25T21:20:15.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:15 smithi002 bash[24825]: audit 2023-12-25T21:20:14.851172+0000 mon.smithi002 (mon.0) 580 : 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-12-25T21:20:15.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:15 smithi002 bash[24825]: audit 2023-12-25T21:20:14.858311+0000 mon.smithi002 (mon.0) 581 : 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-12-25T21:20:16.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:16 smithi002 bash[24825]: cluster 2023-12-25T21:20:15.900475+0000 mgr.smithi002.hmjpwx (mgr.14180) 138 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:16.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:16 smithi153 bash[28368]: cluster 2023-12-25T21:20:15.900475+0000 mgr.smithi002.hmjpwx (mgr.14180) 138 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:18 smithi002 bash[24825]: cluster 2023-12-25T21:20:17.901049+0000 mgr.smithi002.hmjpwx (mgr.14180) 139 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:19.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:18 smithi153 bash[28368]: cluster 2023-12-25T21:20:17.901049+0000 mgr.smithi002.hmjpwx (mgr.14180) 139 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:19.806 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:20:21.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:20 smithi153 bash[28368]: cluster 2023-12-25T21:20:19.901644+0000 mgr.smithi002.hmjpwx (mgr.14180) 140 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:20 smithi002 bash[24825]: cluster 2023-12-25T21:20:19.901644+0000 mgr.smithi002.hmjpwx (mgr.14180) 140 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:22 smithi153 bash[28368]: cluster 2023-12-25T21:20:21.902262+0000 mgr.smithi002.hmjpwx (mgr.14180) 141 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:23.293 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:22 smithi002 bash[24825]: cluster 2023-12-25T21:20:21.902262+0000 mgr.smithi002.hmjpwx (mgr.14180) 141 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: cephadm 2023-12-25T21:20:23.207211+0000 mgr.smithi002.hmjpwx (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi153 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.214367+0000 mon.smithi002 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.515232+0000 mon.smithi002 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.516448+0000 mon.smithi002 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.517434+0000 mon.smithi002 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.518383+0000 mon.smithi002 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: cephadm 2023-12-25T21:20:23.519226+0000 mgr.smithi002.hmjpwx (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 4028M 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: audit 2023-12-25T21:20:23.525756+0000 mon.smithi002 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:24 smithi002 bash[24825]: cluster 2023-12-25T21:20:23.902798+0000 mgr.smithi002.hmjpwx (mgr.14180) 144 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: cephadm 2023-12-25T21:20:23.207211+0000 mgr.smithi002.hmjpwx (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi153 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.214367+0000 mon.smithi002 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.515232+0000 mon.smithi002 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.516448+0000 mon.smithi002 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.517434+0000 mon.smithi002 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.518383+0000 mon.smithi002 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: cephadm 2023-12-25T21:20:23.519226+0000 mgr.smithi002.hmjpwx (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 4028M 2023-12-25T21:20:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: audit 2023-12-25T21:20:23.525756+0000 mon.smithi002 (mon.0) 587 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:24 smithi153 bash[28368]: cluster 2023-12-25T21:20:23.902798+0000 mgr.smithi002.hmjpwx (mgr.14180) 144 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:24.855 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:20:24.856 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":45,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:14:57.017833+0000","modified":"2023-12-25T21:20:07.039767+0000","last_up_change":"2023-12-25T21:20:05.024282+0000","last_in_change":"2023-12-25T21:19:02.600789+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-12-25T21:19:39.883594+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":"31","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":"54d5d323-e73e-4955-8449-70224338de7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6801","nonce":3544935796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6803","nonce":3544935796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6807","nonce":3544935796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6805","nonce":3544935796}]},"public_addr":"172.21.15.153:6801/3544935796","cluster_addr":"172.21.15.153:6803/3544935796","heartbeat_back_addr":"172.21.15.153:6807/3544935796","heartbeat_front_addr":"172.21.15.153:6805/3544935796","state":["exists","up"]},{"osd":1,"uuid":"84071bd3-a070-44e7-aa99-3328052fd3db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6803","nonce":1671236150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6805","nonce":1671236150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6809","nonce":1671236150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6807","nonce":1671236150}]},"public_addr":"172.21.15.2:6803/1671236150","cluster_addr":"172.21.15.2:6805/1671236150","heartbeat_back_addr":"172.21.15.2:6809/1671236150","heartbeat_front_addr":"172.21.15.2:6807/1671236150","state":["exists","up"]},{"osd":2,"uuid":"810829fe-9614-469d-979d-842aee543c97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6809","nonce":1329448366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6811","nonce":1329448366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6815","nonce":1329448366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6813","nonce":1329448366}]},"public_addr":"172.21.15.153:6809/1329448366","cluster_addr":"172.21.15.153:6811/1329448366","heartbeat_back_addr":"172.21.15.153:6815/1329448366","heartbeat_front_addr":"172.21.15.153:6813/1329448366","state":["exists","up"]},{"osd":3,"uuid":"f419baae-1c03-499a-86f4-d2cab7b1d77c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6811","nonce":555326007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6813","nonce":555326007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6817","nonce":555326007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6815","nonce":555326007}]},"public_addr":"172.21.15.2:6811/555326007","cluster_addr":"172.21.15.2:6813/555326007","heartbeat_back_addr":"172.21.15.2:6817/555326007","heartbeat_front_addr":"172.21.15.2:6815/555326007","state":["exists","up"]},{"osd":4,"uuid":"134c25a4-ac11-41df-a8c8-09df095bab86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6817","nonce":778009759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6819","nonce":778009759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6823","nonce":778009759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6821","nonce":778009759}]},"public_addr":"172.21.15.153:6817/778009759","cluster_addr":"172.21.15.153:6819/778009759","heartbeat_back_addr":"172.21.15.153:6823/778009759","heartbeat_front_addr":"172.21.15.153:6821/778009759","state":["exists","up"]},{"osd":5,"uuid":"2fcb5c36-1901-4a05-9173-f3a1a33d4f3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6819","nonce":3966475771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6821","nonce":3966475771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6825","nonce":3966475771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6823","nonce":3966475771}]},"public_addr":"172.21.15.2:6819/3966475771","cluster_addr":"172.21.15.2:6821/3966475771","heartbeat_back_addr":"172.21.15.2:6825/3966475771","heartbeat_front_addr":"172.21.15.2:6823/3966475771","state":["exists","up"]},{"osd":6,"uuid":"b211eaa4-83d7-4f51-b56a-b853daf61419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6825","nonce":1424983364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6827","nonce":1424983364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6831","nonce":1424983364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6829","nonce":1424983364}]},"public_addr":"172.21.15.153:6825/1424983364","cluster_addr":"172.21.15.153:6827/1424983364","heartbeat_back_addr":"172.21.15.153:6831/1424983364","heartbeat_front_addr":"172.21.15.153:6829/1424983364","state":["exists","up"]},{"osd":7,"uuid":"76d65bc4-ac94-4c25-8dd0-6456cd25d4ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6827","nonce":2313972538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6829","nonce":2313972538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6833","nonce":2313972538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6831","nonce":2313972538}]},"public_addr":"172.21.15.2:6827/2313972538","cluster_addr":"172.21.15.2:6829/2313972538","heartbeat_back_addr":"172.21.15.2:6833/2313972538","heartbeat_front_addr":"172.21.15.2:6831/2313972538","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-12-25T21:19:26.332305+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-12-25T21:19:40.297844+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-12-25T21:19:31.619615+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-12-25T21:19:47.818982+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-12-25T21:19:37.550525+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-12-25T21:19:56.604872+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-12-25T21:19:42.230316+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-12-25T21:20:03.464744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/1221822826":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/396342561":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6801/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6800/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/1767877827":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6801/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:0/2339627828":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2324248042":"2023-12-26T21:15:24.502622+0000","172.21.15.2:6801/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2223823598":"2023-12-26T21:15:24.502622+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-12-25T21:20:25.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:25 smithi153 bash[28368]: audit 2023-12-25T21:20:24.854778+0000 mon.smithi002 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.2:0/241987519' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:20:25.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:25 smithi002 bash[24825]: audit 2023-12-25T21:20:24.854778+0000 mon.smithi002 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.2:0/241987519' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:20:26.342 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-25T21:19:39.883594+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': '31', '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-12-25T21:20:26.342 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-25T21:20:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:26 smithi002 bash[24825]: cluster 2023-12-25T21:20:25.903182+0000 mgr.smithi002.hmjpwx (mgr.14180) 145 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:26 smithi153 bash[28368]: cluster 2023-12-25T21:20:25.903182+0000 mgr.smithi002.hmjpwx (mgr.14180) 145 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: cephadm 2023-12-25T21:20:26.624137+0000 mgr.smithi002.hmjpwx (mgr.14180) 146 : cephadm [INF] Detected new or changed devices on smithi002 2023-12-25T21:20:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.636865+0000 mon.smithi002 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.936092+0000 mon.smithi002 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.937447+0000 mon.smithi002 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.938558+0000 mon.smithi002 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.939683+0000 mon.smithi002 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: cephadm 2023-12-25T21:20:26.940664+0000 mgr.smithi002.hmjpwx (mgr.14180) 147 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 3261M 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.947167+0000 mon.smithi002 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.948880+0000 mon.smithi002 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.950163+0000 mon.smithi002 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.956696+0000 mon.smithi002 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.965372+0000 mon.smithi002 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.971144+0000 mon.smithi002 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.974138+0000 mon.smithi002 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.974586+0000 mon.smithi002 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:27.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:27 smithi002 bash[24825]: audit 2023-12-25T21:20:26.975614+0000 mon.smithi002 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:28.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: cephadm 2023-12-25T21:20:26.624137+0000 mgr.smithi002.hmjpwx (mgr.14180) 146 : cephadm [INF] Detected new or changed devices on smithi002 2023-12-25T21:20:28.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.636865+0000 mon.smithi002 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:28.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.936092+0000 mon.smithi002 (mon.0) 590 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.937447+0000 mon.smithi002 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.938558+0000 mon.smithi002 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.939683+0000 mon.smithi002 (mon.0) 593 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: cephadm 2023-12-25T21:20:26.940664+0000 mgr.smithi002.hmjpwx (mgr.14180) 147 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 3261M 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.947167+0000 mon.smithi002 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.948880+0000 mon.smithi002 (mon.0) 595 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.950163+0000 mon.smithi002 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.956696+0000 mon.smithi002 (mon.0) 597 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.965372+0000 mon.smithi002 (mon.0) 598 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.971144+0000 mon.smithi002 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.974138+0000 mon.smithi002 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.974586+0000 mon.smithi002 (mon.0) 601 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:27 smithi153 bash[28368]: audit 2023-12-25T21:20:26.975614+0000 mon.smithi002 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:20:28.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:28 smithi002 bash[24825]: cluster 2023-12-25T21:20:27.903827+0000 mgr.smithi002.hmjpwx (mgr.14180) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:29.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:28 smithi153 bash[28368]: cluster 2023-12-25T21:20:27.903827+0000 mgr.smithi002.hmjpwx (mgr.14180) 148 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:31.185 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:20:31.211 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:30 smithi002 bash[24825]: cluster 2023-12-25T21:20:29.904536+0000 mgr.smithi002.hmjpwx (mgr.14180) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:31.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:30 smithi153 bash[28368]: cluster 2023-12-25T21:20:29.904536+0000 mgr.smithi002.hmjpwx (mgr.14180) 149 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:33.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:32 smithi153 bash[28368]: cluster 2023-12-25T21:20:31.904939+0000 mgr.smithi002.hmjpwx (mgr.14180) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:33.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:32 smithi002 bash[24825]: cluster 2023-12-25T21:20:31.904939+0000 mgr.smithi002.hmjpwx (mgr.14180) 150 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:34 smithi002 bash[24825]: cluster 2023-12-25T21:20:33.905542+0000 mgr.smithi002.hmjpwx (mgr.14180) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:34.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:34 smithi153 bash[28368]: cluster 2023-12-25T21:20:33.905542+0000 mgr.smithi002.hmjpwx (mgr.14180) 151 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:36.040 INFO:teuthology.orchestra.run.smithi002.stdout:pg_num: 1 2023-12-25T21:20:36.920 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-25T21:20:36.920 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-25T21:20:36.921 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph mgr dump --format=json 2023-12-25T21:20:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:36 smithi002 bash[24825]: cluster 2023-12-25T21:20:35.906060+0000 mgr.smithi002.hmjpwx (mgr.14180) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:36 smithi002 bash[24825]: audit 2023-12-25T21:20:36.040333+0000 mon.smithi002 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.2:0/1188308365' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:20:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:36 smithi153 bash[28368]: cluster 2023-12-25T21:20:35.906060+0000 mgr.smithi002.hmjpwx (mgr.14180) 152 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:36 smithi153 bash[28368]: audit 2023-12-25T21:20:36.040333+0000 mon.smithi002 (mon.0) 603 : audit [DBG] from='client.? 172.21.15.2:0/1188308365' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-25T21:20:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:38 smithi002 bash[24825]: cluster 2023-12-25T21:20:37.906800+0000 mgr.smithi002.hmjpwx (mgr.14180) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:39.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:38 smithi153 bash[28368]: cluster 2023-12-25T21:20:37.906800+0000 mgr.smithi002.hmjpwx (mgr.14180) 153 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:41.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:40 smithi002 bash[24825]: cluster 2023-12-25T21:20:39.907453+0000 mgr.smithi002.hmjpwx (mgr.14180) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:41.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:40 smithi153 bash[28368]: cluster 2023-12-25T21:20:39.907453+0000 mgr.smithi002.hmjpwx (mgr.14180) 154 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:41.709 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:20:43.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:42 smithi002 bash[24825]: cluster 2023-12-25T21:20:41.908166+0000 mgr.smithi002.hmjpwx (mgr.14180) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:43.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:42 smithi153 bash[28368]: cluster 2023-12-25T21:20:41.908166+0000 mgr.smithi002.hmjpwx (mgr.14180) 155 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:44 smithi002 bash[24825]: cluster 2023-12-25T21:20:43.908772+0000 mgr.smithi002.hmjpwx (mgr.14180) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:44.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:44 smithi153 bash[28368]: cluster 2023-12-25T21:20:43.908772+0000 mgr.smithi002.hmjpwx (mgr.14180) 156 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:46.819 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:20:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:46 smithi002 bash[24825]: cluster 2023-12-25T21:20:45.909160+0000 mgr.smithi002.hmjpwx (mgr.14180) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:46 smithi002 bash[24825]: audit 2023-12-25T21:20:46.809718+0000 mon.smithi002 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.2:0/2848907564' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:20:47.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:46 smithi153 bash[28368]: cluster 2023-12-25T21:20:45.909160+0000 mgr.smithi002.hmjpwx (mgr.14180) 157 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:47.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:46 smithi153 bash[28368]: audit 2023-12-25T21:20:46.809718+0000 mon.smithi002 (mon.0) 604 : audit [DBG] from='client.? 172.21.15.2:0/2848907564' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-25T21:20:48.112 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi002.hmjpwx","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6800","nonce":4041057568},{"type":"v1","addr":"172.21.15.2:6801","nonce":4041057568}]},"active_addr":"172.21.15.2:6801/4041057568","active_change":"2023-12-25T21:17:05.850287+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi153.xsozwo","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.2:8443/","prometheus":"http://172.21.15.2: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.2:0","nonce":2348142937}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.2:0","nonce":1258228923}]}]} 2023-12-25T21:20:48.116 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-25T21:20:48.116 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-25T21:20:48.117 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:20:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:48 smithi002 bash[24825]: cluster 2023-12-25T21:20:47.909746+0000 mgr.smithi002.hmjpwx (mgr.14180) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:48 smithi153 bash[28368]: cluster 2023-12-25T21:20:47.909746+0000 mgr.smithi002.hmjpwx (mgr.14180) 158 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:50 smithi002 bash[24825]: cluster 2023-12-25T21:20:49.910514+0000 mgr.smithi002.hmjpwx (mgr.14180) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:50 smithi153 bash[28368]: cluster 2023-12-25T21:20:49.910514+0000 mgr.smithi002.hmjpwx (mgr.14180) 159 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:53.114 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:20:53.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:52 smithi002 bash[24825]: cluster 2023-12-25T21:20:51.911158+0000 mgr.smithi002.hmjpwx (mgr.14180) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:53.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:52 smithi153 bash[28368]: cluster 2023-12-25T21:20:51.911158+0000 mgr.smithi002.hmjpwx (mgr.14180) 160 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:54.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:54 smithi153 bash[28368]: cluster 2023-12-25T21:20:53.911718+0000 mgr.smithi002.hmjpwx (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:54 smithi002 bash[24825]: cluster 2023-12-25T21:20:53.911718+0000 mgr.smithi002.hmjpwx (mgr.14180) 161 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:56.014 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:55 smithi002 bash[24825]: audit 2023-12-25T21:20:54.745311+0000 mon.smithi002 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:56.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:55 smithi153 bash[28368]: audit 2023-12-25T21:20:54.745311+0000 mon.smithi002 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:20:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:56 smithi153 bash[28368]: cluster 2023-12-25T21:20:55.912346+0000 mgr.smithi002.hmjpwx (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:56 smithi002 bash[24825]: cluster 2023-12-25T21:20:55.912346+0000 mgr.smithi002.hmjpwx (mgr.14180) 162 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:58.156 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:20:58.156 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":45,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:14:57.017833+0000","modified":"2023-12-25T21:20:07.039767+0000","last_up_change":"2023-12-25T21:20:05.024282+0000","last_in_change":"2023-12-25T21:19:02.600789+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-12-25T21:19:39.883594+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":"31","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":"54d5d323-e73e-4955-8449-70224338de7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6801","nonce":3544935796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6803","nonce":3544935796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6807","nonce":3544935796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6805","nonce":3544935796}]},"public_addr":"172.21.15.153:6801/3544935796","cluster_addr":"172.21.15.153:6803/3544935796","heartbeat_back_addr":"172.21.15.153:6807/3544935796","heartbeat_front_addr":"172.21.15.153:6805/3544935796","state":["exists","up"]},{"osd":1,"uuid":"84071bd3-a070-44e7-aa99-3328052fd3db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6803","nonce":1671236150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6805","nonce":1671236150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6809","nonce":1671236150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6807","nonce":1671236150}]},"public_addr":"172.21.15.2:6803/1671236150","cluster_addr":"172.21.15.2:6805/1671236150","heartbeat_back_addr":"172.21.15.2:6809/1671236150","heartbeat_front_addr":"172.21.15.2:6807/1671236150","state":["exists","up"]},{"osd":2,"uuid":"810829fe-9614-469d-979d-842aee543c97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6809","nonce":1329448366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6811","nonce":1329448366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6815","nonce":1329448366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6813","nonce":1329448366}]},"public_addr":"172.21.15.153:6809/1329448366","cluster_addr":"172.21.15.153:6811/1329448366","heartbeat_back_addr":"172.21.15.153:6815/1329448366","heartbeat_front_addr":"172.21.15.153:6813/1329448366","state":["exists","up"]},{"osd":3,"uuid":"f419baae-1c03-499a-86f4-d2cab7b1d77c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6811","nonce":555326007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6813","nonce":555326007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6817","nonce":555326007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6815","nonce":555326007}]},"public_addr":"172.21.15.2:6811/555326007","cluster_addr":"172.21.15.2:6813/555326007","heartbeat_back_addr":"172.21.15.2:6817/555326007","heartbeat_front_addr":"172.21.15.2:6815/555326007","state":["exists","up"]},{"osd":4,"uuid":"134c25a4-ac11-41df-a8c8-09df095bab86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6817","nonce":778009759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6819","nonce":778009759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6823","nonce":778009759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6821","nonce":778009759}]},"public_addr":"172.21.15.153:6817/778009759","cluster_addr":"172.21.15.153:6819/778009759","heartbeat_back_addr":"172.21.15.153:6823/778009759","heartbeat_front_addr":"172.21.15.153:6821/778009759","state":["exists","up"]},{"osd":5,"uuid":"2fcb5c36-1901-4a05-9173-f3a1a33d4f3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6819","nonce":3966475771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6821","nonce":3966475771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6825","nonce":3966475771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6823","nonce":3966475771}]},"public_addr":"172.21.15.2:6819/3966475771","cluster_addr":"172.21.15.2:6821/3966475771","heartbeat_back_addr":"172.21.15.2:6825/3966475771","heartbeat_front_addr":"172.21.15.2:6823/3966475771","state":["exists","up"]},{"osd":6,"uuid":"b211eaa4-83d7-4f51-b56a-b853daf61419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6825","nonce":1424983364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6827","nonce":1424983364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6831","nonce":1424983364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6829","nonce":1424983364}]},"public_addr":"172.21.15.153:6825/1424983364","cluster_addr":"172.21.15.153:6827/1424983364","heartbeat_back_addr":"172.21.15.153:6831/1424983364","heartbeat_front_addr":"172.21.15.153:6829/1424983364","state":["exists","up"]},{"osd":7,"uuid":"76d65bc4-ac94-4c25-8dd0-6456cd25d4ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6827","nonce":2313972538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6829","nonce":2313972538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6833","nonce":2313972538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6831","nonce":2313972538}]},"public_addr":"172.21.15.2:6827/2313972538","cluster_addr":"172.21.15.2:6829/2313972538","heartbeat_back_addr":"172.21.15.2:6833/2313972538","heartbeat_front_addr":"172.21.15.2:6831/2313972538","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-12-25T21:19:26.332305+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-12-25T21:19:40.297844+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-12-25T21:19:31.619615+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-12-25T21:19:47.818982+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-12-25T21:19:37.550525+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-12-25T21:19:56.604872+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-12-25T21:19:42.230316+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-12-25T21:20:03.464744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/1221822826":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/396342561":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6801/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6800/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/1767877827":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6801/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:0/2339627828":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2324248042":"2023-12-26T21:15:24.502622+0000","172.21.15.2:6801/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2223823598":"2023-12-26T21:15:24.502622+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-12-25T21:20:58.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:58 smithi002 bash[24825]: cluster 2023-12-25T21:20:57.913046+0000 mgr.smithi002.hmjpwx (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:58.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:20:58 smithi002 bash[24825]: audit 2023-12-25T21:20:58.155212+0000 mon.smithi002 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.2:0/3330425947' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:20:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:58 smithi153 bash[28368]: cluster 2023-12-25T21:20:57.913046+0000 mgr.smithi002.hmjpwx (mgr.14180) 163 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:20:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:20:58 smithi153 bash[28368]: audit 2023-12-25T21:20:58.155212+0000 mon.smithi002 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.2:0/3330425947' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:20:59.470 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-25T21:20:59.470 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd dump --format=json 2023-12-25T21:21:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:00 smithi002 bash[24825]: cluster 2023-12-25T21:20:59.913546+0000 mgr.smithi002.hmjpwx (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:00 smithi153 bash[28368]: cluster 2023-12-25T21:20:59.913546+0000 mgr.smithi002.hmjpwx (mgr.14180) 164 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:02 smithi002 bash[24825]: audit 2023-12-25T21:21:01.226865+0000 mon.smithi002 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:21:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:02 smithi002 bash[24825]: cluster 2023-12-25T21:21:01.914102+0000 mgr.smithi002.hmjpwx (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:02.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:02 smithi153 bash[28368]: audit 2023-12-25T21:21:01.226865+0000 mon.smithi002 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:21:02.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:02 smithi153 bash[28368]: cluster 2023-12-25T21:21:01.914102+0000 mgr.smithi002.hmjpwx (mgr.14180) 165 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:04.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:04 smithi002 bash[24825]: cluster 2023-12-25T21:21:03.914682+0000 mgr.smithi002.hmjpwx (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:04.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:04 smithi153 bash[28368]: cluster 2023-12-25T21:21:03.914682+0000 mgr.smithi002.hmjpwx (mgr.14180) 166 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:04.741 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:06.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:06 smithi002 bash[24825]: cluster 2023-12-25T21:21:05.915106+0000 mgr.smithi002.hmjpwx (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:07.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:06 smithi153 bash[28368]: cluster 2023-12-25T21:21:05.915106+0000 mgr.smithi002.hmjpwx (mgr.14180) 167 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:07.932 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:21:07.932 INFO:teuthology.orchestra.run.smithi002.stdout:{"epoch":45,"fsid":"8791ee5e-a36a-11ee-95a5-87774f69a715","created":"2023-12-25T21:14:57.017833+0000","modified":"2023-12-25T21:20:07.039767+0000","last_up_change":"2023-12-25T21:20:05.024282+0000","last_in_change":"2023-12-25T21:19:02.600789+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"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-12-25T21:19:39.883594+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":"31","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":"54d5d323-e73e-4955-8449-70224338de7b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6801","nonce":3544935796}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6803","nonce":3544935796}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6807","nonce":3544935796}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":3544935796},{"type":"v1","addr":"172.21.15.153:6805","nonce":3544935796}]},"public_addr":"172.21.15.153:6801/3544935796","cluster_addr":"172.21.15.153:6803/3544935796","heartbeat_back_addr":"172.21.15.153:6807/3544935796","heartbeat_front_addr":"172.21.15.153:6805/3544935796","state":["exists","up"]},{"osd":1,"uuid":"84071bd3-a070-44e7-aa99-3328052fd3db","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":35,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6802","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6803","nonce":1671236150}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6804","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6805","nonce":1671236150}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6808","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6809","nonce":1671236150}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6806","nonce":1671236150},{"type":"v1","addr":"172.21.15.2:6807","nonce":1671236150}]},"public_addr":"172.21.15.2:6803/1671236150","cluster_addr":"172.21.15.2:6805/1671236150","heartbeat_back_addr":"172.21.15.2:6809/1671236150","heartbeat_front_addr":"172.21.15.2:6807/1671236150","state":["exists","up"]},{"osd":2,"uuid":"810829fe-9614-469d-979d-842aee543c97","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":26,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6809","nonce":1329448366}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6811","nonce":1329448366}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6815","nonce":1329448366}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":1329448366},{"type":"v1","addr":"172.21.15.153:6813","nonce":1329448366}]},"public_addr":"172.21.15.153:6809/1329448366","cluster_addr":"172.21.15.153:6811/1329448366","heartbeat_back_addr":"172.21.15.153:6815/1329448366","heartbeat_front_addr":"172.21.15.153:6813/1329448366","state":["exists","up"]},{"osd":3,"uuid":"f419baae-1c03-499a-86f4-d2cab7b1d77c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6810","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6811","nonce":555326007}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6812","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6813","nonce":555326007}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6816","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6817","nonce":555326007}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6814","nonce":555326007},{"type":"v1","addr":"172.21.15.2:6815","nonce":555326007}]},"public_addr":"172.21.15.2:6811/555326007","cluster_addr":"172.21.15.2:6813/555326007","heartbeat_back_addr":"172.21.15.2:6817/555326007","heartbeat_front_addr":"172.21.15.2:6815/555326007","state":["exists","up"]},{"osd":4,"uuid":"134c25a4-ac11-41df-a8c8-09df095bab86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6816","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6817","nonce":778009759}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6819","nonce":778009759}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6823","nonce":778009759}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":778009759},{"type":"v1","addr":"172.21.15.153:6821","nonce":778009759}]},"public_addr":"172.21.15.153:6817/778009759","cluster_addr":"172.21.15.153:6819/778009759","heartbeat_back_addr":"172.21.15.153:6823/778009759","heartbeat_front_addr":"172.21.15.153:6821/778009759","state":["exists","up"]},{"osd":5,"uuid":"2fcb5c36-1901-4a05-9173-f3a1a33d4f3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":39,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6818","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6819","nonce":3966475771}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6820","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6821","nonce":3966475771}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6824","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6825","nonce":3966475771}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6822","nonce":3966475771},{"type":"v1","addr":"172.21.15.2:6823","nonce":3966475771}]},"public_addr":"172.21.15.2:6819/3966475771","cluster_addr":"172.21.15.2:6821/3966475771","heartbeat_back_addr":"172.21.15.2:6825/3966475771","heartbeat_front_addr":"172.21.15.2:6823/3966475771","state":["exists","up"]},{"osd":6,"uuid":"b211eaa4-83d7-4f51-b56a-b853daf61419","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6825","nonce":1424983364}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6827","nonce":1424983364}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6831","nonce":1424983364}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":1424983364},{"type":"v1","addr":"172.21.15.153:6829","nonce":1424983364}]},"public_addr":"172.21.15.153:6825/1424983364","cluster_addr":"172.21.15.153:6827/1424983364","heartbeat_back_addr":"172.21.15.153:6831/1424983364","heartbeat_front_addr":"172.21.15.153:6829/1424983364","state":["exists","up"]},{"osd":7,"uuid":"76d65bc4-ac94-4c25-8dd0-6456cd25d4ab","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":44,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6826","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6827","nonce":2313972538}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6828","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6829","nonce":2313972538}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6832","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6833","nonce":2313972538}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.2:6830","nonce":2313972538},{"type":"v1","addr":"172.21.15.2:6831","nonce":2313972538}]},"public_addr":"172.21.15.2:6827/2313972538","cluster_addr":"172.21.15.2:6829/2313972538","heartbeat_back_addr":"172.21.15.2:6833/2313972538","heartbeat_front_addr":"172.21.15.2:6831/2313972538","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-12-25T21:19:26.332305+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-12-25T21:19:40.297844+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-12-25T21:19:31.619615+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-12-25T21:19:47.818982+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-12-25T21:19:37.550525+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-12-25T21:19:56.604872+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-12-25T21:19:42.230316+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-12-25T21:20:03.464744+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.2:0/1221822826":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/396342561":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6801/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:6800/3704587532":"2023-12-26T21:17:05.849936+0000","172.21.15.2:0/1767877827":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6801/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/556350815":"2023-12-26T21:16:04.958659+0000","172.21.15.2:0/2339627828":"2023-12-26T21:16:04.958659+0000","172.21.15.2:6800/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2324248042":"2023-12-26T21:15:24.502622+0000","172.21.15.2:6801/4099897096":"2023-12-26T21:15:24.502622+0000","172.21.15.2:0/2223823598":"2023-12-26T21:15:24.502622+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-12-25T21:21:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:07 smithi002 bash[24825]: audit 2023-12-25T21:21:07.930181+0000 mon.smithi002 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.2:0/2548524552' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:21:08.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:07 smithi153 bash[28368]: audit 2023-12-25T21:21:07.930181+0000 mon.smithi002 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.2:0/2548524552' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-25T21:21:08.740 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-25T21:21:08.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:08 smithi002 bash[24825]: cluster 2023-12-25T21:21:07.915646+0000 mgr.smithi002.hmjpwx (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:09.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:08 smithi153 bash[28368]: cluster 2023-12-25T21:21:07.915646+0000 mgr.smithi002.hmjpwx (mgr.14180) 168 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:10 smithi002 bash[24825]: cluster 2023-12-25T21:21:09.916214+0000 mgr.smithi002.hmjpwx (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:10 smithi153 bash[28368]: cluster 2023-12-25T21:21:09.916214+0000 mgr.smithi002.hmjpwx (mgr.14180) 169 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:13.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:12 smithi002 bash[24825]: cluster 2023-12-25T21:21:11.916829+0000 mgr.smithi002.hmjpwx (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:13.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:12 smithi153 bash[28368]: cluster 2023-12-25T21:21:11.916829+0000 mgr.smithi002.hmjpwx (mgr.14180) 170 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:13.531 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:14 smithi002 bash[24825]: cluster 2023-12-25T21:21:13.917294+0000 mgr.smithi002.hmjpwx (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:14.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:14 smithi153 bash[28368]: cluster 2023-12-25T21:21:13.917294+0000 mgr.smithi002.hmjpwx (mgr.14180) 171 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:16 smithi002 bash[24825]: cluster 2023-12-25T21:21:15.917831+0000 mgr.smithi002.hmjpwx (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:17.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:16 smithi153 bash[28368]: cluster 2023-12-25T21:21:15.917831+0000 mgr.smithi002.hmjpwx (mgr.14180) 172 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:17.588 INFO:teuthology.orchestra.run.smithi002.stdout:68719476761 2023-12-25T21:21:17.588 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-25T21:21:19.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:18 smithi002 bash[24825]: cluster 2023-12-25T21:21:17.918450+0000 mgr.smithi002.hmjpwx (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:19.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:18 smithi153 bash[28368]: cluster 2023-12-25T21:21:17.918450+0000 mgr.smithi002.hmjpwx (mgr.14180) 173 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:20 smithi002 bash[24825]: cluster 2023-12-25T21:21:19.919073+0000 mgr.smithi002.hmjpwx (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:20 smithi153 bash[28368]: cluster 2023-12-25T21:21:19.919073+0000 mgr.smithi002.hmjpwx (mgr.14180) 174 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:22.372 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:23.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:22 smithi002 bash[24825]: cluster 2023-12-25T21:21:21.919648+0000 mgr.smithi002.hmjpwx (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:22 smithi153 bash[28368]: cluster 2023-12-25T21:21:21.919648+0000 mgr.smithi002.hmjpwx (mgr.14180) 175 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:24 smithi002 bash[24825]: cluster 2023-12-25T21:21:23.920212+0000 mgr.smithi002.hmjpwx (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:24 smithi153 bash[28368]: cluster 2023-12-25T21:21:23.920212+0000 mgr.smithi002.hmjpwx (mgr.14180) 176 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:26.314 INFO:teuthology.orchestra.run.smithi002.stdout:111669149719 2023-12-25T21:21:26.315 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-25T21:21:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:26 smithi002 bash[24825]: cluster 2023-12-25T21:21:25.920725+0000 mgr.smithi002.hmjpwx (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:26 smithi153 bash[28368]: cluster 2023-12-25T21:21:25.920725+0000 mgr.smithi002.hmjpwx (mgr.14180) 177 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:29.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:28 smithi002 bash[24825]: cluster 2023-12-25T21:21:27.921346+0000 mgr.smithi002.hmjpwx (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:28 smithi153 bash[28368]: cluster 2023-12-25T21:21:27.921346+0000 mgr.smithi002.hmjpwx (mgr.14180) 178 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:31.111 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:31.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:30 smithi002 bash[24825]: cluster 2023-12-25T21:21:29.921923+0000 mgr.smithi002.hmjpwx (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:31.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:30 smithi153 bash[28368]: cluster 2023-12-25T21:21:29.921923+0000 mgr.smithi002.hmjpwx (mgr.14180) 179 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:33.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:32 smithi002 bash[24825]: cluster 2023-12-25T21:21:31.922525+0000 mgr.smithi002.hmjpwx (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:33.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:32 smithi153 bash[28368]: cluster 2023-12-25T21:21:31.922525+0000 mgr.smithi002.hmjpwx (mgr.14180) 180 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:34.296 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:34 smithi002 bash[24825]: cluster 2023-12-25T21:21:33.923131+0000 mgr.smithi002.hmjpwx (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:34.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:34 smithi153 bash[28368]: cluster 2023-12-25T21:21:33.923131+0000 mgr.smithi002.hmjpwx (mgr.14180) 181 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:35.120 INFO:teuthology.orchestra.run.smithi002.stdout:85899345947 2023-12-25T21:21:35.120 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-25T21:21:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:36 smithi002 bash[24825]: cluster 2023-12-25T21:21:35.923716+0000 mgr.smithi002.hmjpwx (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:36 smithi153 bash[28368]: cluster 2023-12-25T21:21:35.923716+0000 mgr.smithi002.hmjpwx (mgr.14180) 182 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:38 smithi002 bash[24825]: cluster 2023-12-25T21:21:37.924403+0000 mgr.smithi002.hmjpwx (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:39.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:38 smithi153 bash[28368]: cluster 2023-12-25T21:21:37.924403+0000 mgr.smithi002.hmjpwx (mgr.14180) 183 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:39.911 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:41.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:40 smithi002 bash[24825]: cluster 2023-12-25T21:21:39.924891+0000 mgr.smithi002.hmjpwx (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:41.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:40 smithi153 bash[28368]: cluster 2023-12-25T21:21:39.924891+0000 mgr.smithi002.hmjpwx (mgr.14180) 184 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:43.111 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:42 smithi002 bash[24825]: cluster 2023-12-25T21:21:41.925329+0000 mgr.smithi002.hmjpwx (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:43.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:42 smithi153 bash[28368]: cluster 2023-12-25T21:21:41.925329+0000 mgr.smithi002.hmjpwx (mgr.14180) 185 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:43.964 INFO:teuthology.orchestra.run.smithi002.stdout:146028888088 2023-12-25T21:21:43.965 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-25T21:21:44.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:44 smithi153 bash[28368]: cluster 2023-12-25T21:21:43.925892+0000 mgr.smithi002.hmjpwx (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:44.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:44 smithi002 bash[24825]: cluster 2023-12-25T21:21:43.925892+0000 mgr.smithi002.hmjpwx (mgr.14180) 186 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:46 smithi002 bash[24825]: cluster 2023-12-25T21:21:45.926446+0000 mgr.smithi002.hmjpwx (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:47.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:46 smithi153 bash[28368]: cluster 2023-12-25T21:21:45.926446+0000 mgr.smithi002.hmjpwx (mgr.14180) 187 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:48.759 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:48 smithi002 bash[24825]: cluster 2023-12-25T21:21:47.927095+0000 mgr.smithi002.hmjpwx (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:48 smithi153 bash[28368]: cluster 2023-12-25T21:21:47.927095+0000 mgr.smithi002.hmjpwx (mgr.14180) 188 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:50 smithi002 bash[24825]: cluster 2023-12-25T21:21:49.927636+0000 mgr.smithi002.hmjpwx (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:50 smithi153 bash[28368]: cluster 2023-12-25T21:21:49.927636+0000 mgr.smithi002.hmjpwx (mgr.14180) 189 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:52.888 INFO:teuthology.orchestra.run.smithi002.stdout:103079215133 2023-12-25T21:21:52.888 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-25T21:21:53.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:52 smithi002 bash[24825]: cluster 2023-12-25T21:21:51.928118+0000 mgr.smithi002.hmjpwx (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:53.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:52 smithi153 bash[28368]: cluster 2023-12-25T21:21:51.928118+0000 mgr.smithi002.hmjpwx (mgr.14180) 190 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:54.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:54 smithi153 bash[28368]: cluster 2023-12-25T21:21:53.928674+0000 mgr.smithi002.hmjpwx (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:54.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:54 smithi002 bash[24825]: cluster 2023-12-25T21:21:53.928674+0000 mgr.smithi002.hmjpwx (mgr.14180) 191 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:56 smithi002 bash[24825]: cluster 2023-12-25T21:21:55.929219+0000 mgr.smithi002.hmjpwx (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:56 smithi153 bash[28368]: cluster 2023-12-25T21:21:55.929219+0000 mgr.smithi002.hmjpwx (mgr.14180) 192 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:57.673 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:21:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:21:58 smithi002 bash[24825]: cluster 2023-12-25T21:21:57.929666+0000 mgr.smithi002.hmjpwx (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:21:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:21:58 smithi153 bash[28368]: cluster 2023-12-25T21:21:57.929666+0000 mgr.smithi002.hmjpwx (mgr.14180) 193 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:00 smithi002 bash[24825]: cluster 2023-12-25T21:21:59.930238+0000 mgr.smithi002.hmjpwx (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:00 smithi153 bash[28368]: cluster 2023-12-25T21:21:59.930238+0000 mgr.smithi002.hmjpwx (mgr.14180) 194 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:01.595 INFO:teuthology.orchestra.run.smithi002.stdout:167503724571 2023-12-25T21:22:01.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-25T21:22:02.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:02 smithi153 bash[28368]: audit 2023-12-25T21:22:01.232180+0000 mon.smithi002 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:22:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:02 smithi002 bash[24825]: audit 2023-12-25T21:22:01.232180+0000 mon.smithi002 (mon.0) 609 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:22:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:03 smithi153 bash[28368]: cluster 2023-12-25T21:22:01.930953+0000 mgr.smithi002.hmjpwx (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:03 smithi002 bash[24825]: cluster 2023-12-25T21:22:01.930953+0000 mgr.smithi002.hmjpwx (mgr.14180) 195 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:04.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:04 smithi153 bash[28368]: cluster 2023-12-25T21:22:03.931579+0000 mgr.smithi002.hmjpwx (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:04.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:04 smithi002 bash[24825]: cluster 2023-12-25T21:22:03.931579+0000 mgr.smithi002.hmjpwx (mgr.14180) 196 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:06.030 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:07.238 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:06 smithi002 bash[24825]: cluster 2023-12-25T21:22:05.932234+0000 mgr.smithi002.hmjpwx (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:07.238 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:06 smithi002 bash[24825]: audit 2023-12-25T21:22:06.706856+0000 mon.smithi002 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:07.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:06 smithi153 bash[28368]: cluster 2023-12-25T21:22:05.932234+0000 mgr.smithi002.hmjpwx (mgr.14180) 197 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:07.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:06 smithi153 bash[28368]: audit 2023-12-25T21:22:06.706856+0000 mon.smithi002 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:08 smithi002 bash[24825]: audit 2023-12-25T21:22:07.059543+0000 mon.smithi002 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:08 smithi002 bash[24825]: audit 2023-12-25T21:22:07.370363+0000 mon.smithi002 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:22:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:08 smithi002 bash[24825]: audit 2023-12-25T21:22:07.371686+0000 mon.smithi002 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:22:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:08 smithi002 bash[24825]: audit 2023-12-25T21:22:07.377523+0000 mon.smithi002 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:08 smithi002 bash[24825]: audit 2023-12-25T21:22:07.387140+0000 mon.smithi002 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:22:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:08 smithi153 bash[28368]: audit 2023-12-25T21:22:07.059543+0000 mon.smithi002 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:08 smithi153 bash[28368]: audit 2023-12-25T21:22:07.370363+0000 mon.smithi002 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:22:08.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:08 smithi153 bash[28368]: audit 2023-12-25T21:22:07.371686+0000 mon.smithi002 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:22:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:08 smithi153 bash[28368]: audit 2023-12-25T21:22:07.377523+0000 mon.smithi002 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:22:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:08 smithi153 bash[28368]: audit 2023-12-25T21:22:07.387140+0000 mon.smithi002 (mon.0) 615 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:22:09.167 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:09 smithi002 bash[24825]: cluster 2023-12-25T21:22:07.932872+0000 mgr.smithi002.hmjpwx (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:09.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:09 smithi153 bash[28368]: cluster 2023-12-25T21:22:07.932872+0000 mgr.smithi002.hmjpwx (mgr.14180) 198 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:09.985 INFO:teuthology.orchestra.run.smithi002.stdout:120259084320 2023-12-25T21:22:09.986 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-25T21:22:11.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:11 smithi002 bash[24825]: cluster 2023-12-25T21:22:09.933320+0000 mgr.smithi002.hmjpwx (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:11.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:11 smithi153 bash[28368]: cluster 2023-12-25T21:22:09.933320+0000 mgr.smithi002.hmjpwx (mgr.14180) 199 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:12.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:12 smithi002 bash[24825]: cluster 2023-12-25T21:22:11.933857+0000 mgr.smithi002.hmjpwx (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:12.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:12 smithi153 bash[28368]: cluster 2023-12-25T21:22:11.933857+0000 mgr.smithi002.hmjpwx (mgr.14180) 200 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:14.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:14 smithi153 bash[28368]: cluster 2023-12-25T21:22:13.934438+0000 mgr.smithi002.hmjpwx (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:14 smithi002 bash[24825]: cluster 2023-12-25T21:22:13.934438+0000 mgr.smithi002.hmjpwx (mgr.14180) 201 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:14.767 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:16 smithi002 bash[24825]: cluster 2023-12-25T21:22:15.935131+0000 mgr.smithi002.hmjpwx (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:17.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:16 smithi153 bash[28368]: cluster 2023-12-25T21:22:15.935131+0000 mgr.smithi002.hmjpwx (mgr.14180) 202 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:18.818 INFO:teuthology.orchestra.run.smithi002.stdout:184683593758 2023-12-25T21:22:18.818 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-25T21:22:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:18 smithi002 bash[24825]: cluster 2023-12-25T21:22:17.935637+0000 mgr.smithi002.hmjpwx (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:19.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:18 smithi153 bash[28368]: cluster 2023-12-25T21:22:17.935637+0000 mgr.smithi002.hmjpwx (mgr.14180) 203 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:21.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:21 smithi153 bash[28368]: cluster 2023-12-25T21:22:19.936380+0000 mgr.smithi002.hmjpwx (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:21 smithi002 bash[24825]: cluster 2023-12-25T21:22:19.936380+0000 mgr.smithi002.hmjpwx (mgr.14180) 204 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:23.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:23 smithi153 bash[28368]: cluster 2023-12-25T21:22:21.937097+0000 mgr.smithi002.hmjpwx (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:23 smithi002 bash[24825]: cluster 2023-12-25T21:22:21.937097+0000 mgr.smithi002.hmjpwx (mgr.14180) 205 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:23.611 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:24 smithi153 bash[28368]: cluster 2023-12-25T21:22:23.937714+0000 mgr.smithi002.hmjpwx (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:24.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:24 smithi002 bash[24825]: cluster 2023-12-25T21:22:23.937714+0000 mgr.smithi002.hmjpwx (mgr.14180) 206 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:26.904 INFO:teuthology.orchestra.run.smithi002.stdout:68719476775 2023-12-25T21:22:27.241 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:26 smithi002 bash[24825]: cluster 2023-12-25T21:22:25.938276+0000 mgr.smithi002.hmjpwx (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:27.242 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:26 smithi002 bash[24825]: audit 2023-12-25T21:22:26.903759+0000 mon.smithi002 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.2:0/3398938670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:22:27.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:26 smithi153 bash[28368]: cluster 2023-12-25T21:22:25.938276+0000 mgr.smithi002.hmjpwx (mgr.14180) 207 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:26 smithi153 bash[28368]: audit 2023-12-25T21:22:26.903759+0000 mon.smithi002 (mon.0) 616 : audit [DBG] from='client.? 172.21.15.2:0/3398938670' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-25T21:22:27.898 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476761 got 68719476775 for osd.0 2023-12-25T21:22:27.898 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-25T21:22:29.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:28 smithi153 bash[28368]: cluster 2023-12-25T21:22:27.938845+0000 mgr.smithi002.hmjpwx (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:29.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:28 smithi002 bash[24825]: cluster 2023-12-25T21:22:27.938845+0000 mgr.smithi002.hmjpwx (mgr.14180) 208 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:31.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:31 smithi153 bash[28368]: cluster 2023-12-25T21:22:29.939414+0000 mgr.smithi002.hmjpwx (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:31 smithi002 bash[24825]: cluster 2023-12-25T21:22:29.939414+0000 mgr.smithi002.hmjpwx (mgr.14180) 209 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:32.703 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:33.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:33 smithi153 bash[28368]: cluster 2023-12-25T21:22:31.940004+0000 mgr.smithi002.hmjpwx (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:33 smithi002 bash[24825]: cluster 2023-12-25T21:22:31.940004+0000 mgr.smithi002.hmjpwx (mgr.14180) 210 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:34 smithi002 bash[24825]: cluster 2023-12-25T21:22:33.940581+0000 mgr.smithi002.hmjpwx (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:34.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:34 smithi153 bash[28368]: cluster 2023-12-25T21:22:33.940581+0000 mgr.smithi002.hmjpwx (mgr.14180) 211 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:35.961 INFO:teuthology.orchestra.run.smithi002.stdout:111669149733 2023-12-25T21:22:36.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:36 smithi002 bash[24825]: audit 2023-12-25T21:22:35.960793+0000 mon.smithi002 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.2:0/4206436099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:22:36.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:36 smithi153 bash[28368]: audit 2023-12-25T21:22:35.960793+0000 mon.smithi002 (mon.0) 617 : audit [DBG] from='client.? 172.21.15.2:0/4206436099' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-25T21:22:36.822 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149719 got 111669149733 for osd.1 2023-12-25T21:22:36.822 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-25T21:22:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:37 smithi002 bash[24825]: cluster 2023-12-25T21:22:35.941134+0000 mgr.smithi002.hmjpwx (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:37 smithi153 bash[28368]: cluster 2023-12-25T21:22:35.941134+0000 mgr.smithi002.hmjpwx (mgr.14180) 212 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:39.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:39 smithi153 bash[28368]: cluster 2023-12-25T21:22:37.941740+0000 mgr.smithi002.hmjpwx (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:39.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:39 smithi002 bash[24825]: cluster 2023-12-25T21:22:37.941740+0000 mgr.smithi002.hmjpwx (mgr.14180) 213 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:41.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:41 smithi153 bash[28368]: cluster 2023-12-25T21:22:39.942338+0000 mgr.smithi002.hmjpwx (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:41 smithi002 bash[24825]: cluster 2023-12-25T21:22:39.942338+0000 mgr.smithi002.hmjpwx (mgr.14180) 214 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:41.617 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:43.263 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:43 smithi002 bash[24825]: cluster 2023-12-25T21:22:41.942939+0000 mgr.smithi002.hmjpwx (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:43.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:43 smithi153 bash[28368]: cluster 2023-12-25T21:22:41.942939+0000 mgr.smithi002.hmjpwx (mgr.14180) 215 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:44.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:44 smithi153 bash[28368]: cluster 2023-12-25T21:22:43.943504+0000 mgr.smithi002.hmjpwx (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:44.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:44 smithi002 bash[24825]: cluster 2023-12-25T21:22:43.943504+0000 mgr.smithi002.hmjpwx (mgr.14180) 216 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:44.788 INFO:teuthology.orchestra.run.smithi002.stdout:85899345961 2023-12-25T21:22:45.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:45 smithi002 bash[24825]: audit 2023-12-25T21:22:44.788369+0000 mon.smithi002 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.2:0/2136172861' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:22:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:45 smithi153 bash[28368]: audit 2023-12-25T21:22:44.788369+0000 mon.smithi002 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.2:0/2136172861' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-25T21:22:45.660 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345947 got 85899345961 for osd.2 2023-12-25T21:22:45.660 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-25T21:22:46.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:46 smithi153 bash[28368]: cluster 2023-12-25T21:22:45.944087+0000 mgr.smithi002.hmjpwx (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:46.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:46 smithi002 bash[24825]: cluster 2023-12-25T21:22:45.944087+0000 mgr.smithi002.hmjpwx (mgr.14180) 217 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:49 smithi153 bash[28368]: cluster 2023-12-25T21:22:47.944716+0000 mgr.smithi002.hmjpwx (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:49 smithi002 bash[24825]: cluster 2023-12-25T21:22:47.944716+0000 mgr.smithi002.hmjpwx (mgr.14180) 218 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:50.446 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:51.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:51 smithi153 bash[28368]: cluster 2023-12-25T21:22:49.945191+0000 mgr.smithi002.hmjpwx (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:51.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:51 smithi002 bash[24825]: cluster 2023-12-25T21:22:49.945191+0000 mgr.smithi002.hmjpwx (mgr.14180) 219 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:53.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:53 smithi153 bash[28368]: cluster 2023-12-25T21:22:51.945791+0000 mgr.smithi002.hmjpwx (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:53.317 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:53 smithi002 bash[24825]: cluster 2023-12-25T21:22:51.945791+0000 mgr.smithi002.hmjpwx (mgr.14180) 220 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:53.709 INFO:teuthology.orchestra.run.smithi002.stdout:146028888102 2023-12-25T21:22:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:54 smithi002 bash[24825]: audit 2023-12-25T21:22:53.709211+0000 mon.smithi002 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.2:0/841131159' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:22:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:54 smithi002 bash[24825]: cluster 2023-12-25T21:22:53.946364+0000 mgr.smithi002.hmjpwx (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:54.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:54 smithi153 bash[28368]: audit 2023-12-25T21:22:53.709211+0000 mon.smithi002 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.2:0/841131159' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-25T21:22:54.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:54 smithi153 bash[28368]: cluster 2023-12-25T21:22:53.946364+0000 mgr.smithi002.hmjpwx (mgr.14180) 221 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:54.585 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888088 got 146028888102 for osd.3 2023-12-25T21:22:54.586 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-25T21:22:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:57 smithi153 bash[28368]: cluster 2023-12-25T21:22:55.946895+0000 mgr.smithi002.hmjpwx (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:57.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:57 smithi002 bash[24825]: cluster 2023-12-25T21:22:55.946895+0000 mgr.smithi002.hmjpwx (mgr.14180) 222 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:59.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:22:59 smithi153 bash[28368]: cluster 2023-12-25T21:22:57.947518+0000 mgr.smithi002.hmjpwx (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:22:59.372 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:22:59.405 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:22:59 smithi002 bash[24825]: cluster 2023-12-25T21:22:57.947518+0000 mgr.smithi002.hmjpwx (mgr.14180) 223 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:01 smithi002 bash[24825]: cluster 2023-12-25T21:22:59.948117+0000 mgr.smithi002.hmjpwx (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:01 smithi153 bash[28368]: cluster 2023-12-25T21:22:59.948117+0000 mgr.smithi002.hmjpwx (mgr.14180) 224 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:02.772 INFO:teuthology.orchestra.run.smithi002.stdout:103079215147 2023-12-25T21:23:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:03 smithi002 bash[24825]: cluster 2023-12-25T21:23:01.948730+0000 mgr.smithi002.hmjpwx (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:03 smithi002 bash[24825]: audit 2023-12-25T21:23:02.771796+0000 mon.smithi002 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.2:0/3091447695' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:23:03.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:03 smithi153 bash[28368]: cluster 2023-12-25T21:23:01.948730+0000 mgr.smithi002.hmjpwx (mgr.14180) 225 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:03.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:03 smithi153 bash[28368]: audit 2023-12-25T21:23:02.771796+0000 mon.smithi002 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.2:0/3091447695' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-25T21:23:03.605 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215133 got 103079215147 for osd.4 2023-12-25T21:23:03.605 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-25T21:23:04.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:04 smithi153 bash[28368]: cluster 2023-12-25T21:23:03.949311+0000 mgr.smithi002.hmjpwx (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:04.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:04 smithi002 bash[24825]: cluster 2023-12-25T21:23:03.949311+0000 mgr.smithi002.hmjpwx (mgr.14180) 226 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:07.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:07 smithi153 bash[28368]: cluster 2023-12-25T21:23:05.949876+0000 mgr.smithi002.hmjpwx (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:07.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:07 smithi002 bash[24825]: cluster 2023-12-25T21:23:05.949876+0000 mgr.smithi002.hmjpwx (mgr.14180) 227 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:08.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:08 smithi153 bash[28368]: audit 2023-12-25T21:23:07.398673+0000 mon.smithi002 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:23:08.400 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:08.431 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:08 smithi002 bash[24825]: audit 2023-12-25T21:23:07.398673+0000 mon.smithi002 (mon.0) 621 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:23:09.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:09 smithi153 bash[28368]: cluster 2023-12-25T21:23:07.950519+0000 mgr.smithi002.hmjpwx (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:09.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:09 smithi002 bash[24825]: cluster 2023-12-25T21:23:07.950519+0000 mgr.smithi002.hmjpwx (mgr.14180) 228 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:11.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:11 smithi153 bash[28368]: cluster 2023-12-25T21:23:09.951027+0000 mgr.smithi002.hmjpwx (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:11.311 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:11 smithi002 bash[24825]: cluster 2023-12-25T21:23:09.951027+0000 mgr.smithi002.hmjpwx (mgr.14180) 229 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:11.681 INFO:teuthology.orchestra.run.smithi002.stdout:167503724585 2023-12-25T21:23:12.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:12 smithi002 bash[24825]: audit 2023-12-25T21:23:11.680791+0000 mon.smithi002 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.2:0/2721420039' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:23:12.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:12 smithi153 bash[28368]: audit 2023-12-25T21:23:11.680791+0000 mon.smithi002 (mon.0) 622 : audit [DBG] from='client.? 172.21.15.2:0/2721420039' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-25T21:23:12.560 INFO:tasks.cephadm.ceph_manager.ceph:need seq 167503724571 got 167503724585 for osd.5 2023-12-25T21:23:12.560 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-25T21:23:13.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:13 smithi153 bash[28368]: cluster 2023-12-25T21:23:11.951490+0000 mgr.smithi002.hmjpwx (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:13 smithi153 bash[28368]: audit 2023-12-25T21:23:12.520921+0000 mon.smithi002 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:13 smithi153 bash[28368]: audit 2023-12-25T21:23:12.852163+0000 mon.smithi002 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:13.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:13 smithi002 bash[24825]: cluster 2023-12-25T21:23:11.951490+0000 mgr.smithi002.hmjpwx (mgr.14180) 230 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:13.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:13 smithi002 bash[24825]: audit 2023-12-25T21:23:12.520921+0000 mon.smithi002 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:13.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:13 smithi002 bash[24825]: audit 2023-12-25T21:23:12.852163+0000 mon.smithi002 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:14 smithi002 bash[24825]: audit 2023-12-25T21:23:13.120575+0000 mon.smithi002 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:23:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:14 smithi002 bash[24825]: audit 2023-12-25T21:23:13.122745+0000 mon.smithi002 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:23:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:14 smithi002 bash[24825]: audit 2023-12-25T21:23:13.131613+0000 mon.smithi002 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:14 smithi002 bash[24825]: audit 2023-12-25T21:23:13.139117+0000 mon.smithi002 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:23:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:14 smithi153 bash[28368]: audit 2023-12-25T21:23:13.120575+0000 mon.smithi002 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:23:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:14 smithi153 bash[28368]: audit 2023-12-25T21:23:13.122745+0000 mon.smithi002 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:23:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:14 smithi153 bash[28368]: audit 2023-12-25T21:23:13.131613+0000 mon.smithi002 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:23:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:14 smithi153 bash[28368]: audit 2023-12-25T21:23:13.139117+0000 mon.smithi002 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:23:15.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:15 smithi002 bash[24825]: cluster 2023-12-25T21:23:13.952051+0000 mgr.smithi002.hmjpwx (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:15.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:15 smithi153 bash[28368]: cluster 2023-12-25T21:23:13.952051+0000 mgr.smithi002.hmjpwx (mgr.14180) 231 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:17.353 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:17.381 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:17 smithi002 bash[24825]: cluster 2023-12-25T21:23:15.952731+0000 mgr.smithi002.hmjpwx (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:17.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:17 smithi153 bash[28368]: cluster 2023-12-25T21:23:15.952731+0000 mgr.smithi002.hmjpwx (mgr.14180) 232 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:19 smithi002 bash[24825]: cluster 2023-12-25T21:23:17.953322+0000 mgr.smithi002.hmjpwx (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:19.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:19 smithi153 bash[28368]: cluster 2023-12-25T21:23:17.953322+0000 mgr.smithi002.hmjpwx (mgr.14180) 233 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:20.531 INFO:teuthology.orchestra.run.smithi002.stdout:120259084334 2023-12-25T21:23:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:21 smithi002 bash[24825]: cluster 2023-12-25T21:23:19.954077+0000 mgr.smithi002.hmjpwx (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:21 smithi002 bash[24825]: audit 2023-12-25T21:23:20.530798+0000 mon.smithi002 (mon.0) 629 : audit [DBG] from='client.? 172.21.15.2:0/2507261101' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:23:21.311 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084320 got 120259084334 for osd.6 2023-12-25T21:23:21.311 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-25T21:23:21.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:21 smithi153 bash[28368]: cluster 2023-12-25T21:23:19.954077+0000 mgr.smithi002.hmjpwx (mgr.14180) 234 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:21 smithi153 bash[28368]: audit 2023-12-25T21:23:20.530798+0000 mon.smithi002 (mon.0) 629 : audit [DBG] from='client.? 172.21.15.2:0/2507261101' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-25T21:23:23.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:23 smithi153 bash[28368]: cluster 2023-12-25T21:23:21.954684+0000 mgr.smithi002.hmjpwx (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:23 smithi002 bash[24825]: cluster 2023-12-25T21:23:21.954684+0000 mgr.smithi002.hmjpwx (mgr.14180) 235 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:24 smithi153 bash[28368]: cluster 2023-12-25T21:23:23.955269+0000 mgr.smithi002.hmjpwx (mgr.14180) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:24.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:24 smithi002 bash[24825]: cluster 2023-12-25T21:23:23.955269+0000 mgr.smithi002.hmjpwx (mgr.14180) 236 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:26.107 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:27 smithi153 bash[28368]: cluster 2023-12-25T21:23:25.955848+0000 mgr.smithi002.hmjpwx (mgr.14180) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:27.295 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:27 smithi002 bash[24825]: cluster 2023-12-25T21:23:25.955848+0000 mgr.smithi002.hmjpwx (mgr.14180) 237 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:29 smithi153 bash[28368]: cluster 2023-12-25T21:23:27.956503+0000 mgr.smithi002.hmjpwx (mgr.14180) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:29.402 INFO:teuthology.orchestra.run.smithi002.stdout:184683593772 2023-12-25T21:23:29.455 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:29 smithi002 bash[24825]: cluster 2023-12-25T21:23:27.956503+0000 mgr.smithi002.hmjpwx (mgr.14180) 238 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:30.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:30 smithi153 bash[28368]: audit 2023-12-25T21:23:29.401860+0000 mon.smithi002 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.2:0/1200184071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:23:30.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:30 smithi002 bash[24825]: audit 2023-12-25T21:23:29.401860+0000 mon.smithi002 (mon.0) 630 : audit [DBG] from='client.? 172.21.15.2:0/1200184071' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-25T21:23:30.303 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593758 got 184683593772 for osd.7 2023-12-25T21:23:30.304 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-25T21:23:30.304 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:23:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:31 smithi153 bash[28368]: cluster 2023-12-25T21:23:29.957122+0000 mgr.smithi002.hmjpwx (mgr.14180) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:31 smithi002 bash[24825]: cluster 2023-12-25T21:23:29.957122+0000 mgr.smithi002.hmjpwx (mgr.14180) 239 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:33.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:33 smithi153 bash[28368]: cluster 2023-12-25T21:23:31.957712+0000 mgr.smithi002.hmjpwx (mgr.14180) 240 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:33 smithi002 bash[24825]: cluster 2023-12-25T21:23:31.957712+0000 mgr.smithi002.hmjpwx (mgr.14180) 240 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:34.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:34 smithi153 bash[28368]: cluster 2023-12-25T21:23:33.958350+0000 mgr.smithi002.hmjpwx (mgr.14180) 241 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:34 smithi002 bash[24825]: cluster 2023-12-25T21:23:33.958350+0000 mgr.smithi002.hmjpwx (mgr.14180) 241 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:35.091 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:37.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:37 smithi153 bash[28368]: cluster 2023-12-25T21:23:35.958937+0000 mgr.smithi002.hmjpwx (mgr.14180) 242 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:37 smithi002 bash[24825]: cluster 2023-12-25T21:23:35.958937+0000 mgr.smithi002.hmjpwx (mgr.14180) 242 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:38.517 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:23:38.520 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-12-25T21:23:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:39 smithi002 bash[24825]: cluster 2023-12-25T21:23:37.959600+0000 mgr.smithi002.hmjpwx (mgr.14180) 243 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:39.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:39 smithi153 bash[28368]: cluster 2023-12-25T21:23:37.959600+0000 mgr.smithi002.hmjpwx (mgr.14180) 243 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:39.342 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":230,"stamp":"2023-12-25T21:23:37.959285+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":2380348,"kb_used_data":3580,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548100,"statfs":{"total":767926730752,"available":765489254400,"internally_reserved":0,"allocated":3665920,"data_stored":1428381,"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":45,"state":"active+clean","last_fresh":"2023-12-25T21:20:07.097558+0000","last_change":"2023-12-25T21:20:07.097558+0000","last_active":"2023-12-25T21:20:07.097558+0000","last_peered":"2023-12-25T21:20:07.097558+0000","last_clean":"2023-12-25T21:20:07.097558+0000","last_became_active":"2023-12-25T21:20:07.096854+0000","last_became_peered":"2023-12-25T21:20:07.096854+0000","last_unstale":"2023-12-25T21:20:07.097558+0000","last_undegraded":"2023-12-25T21:20:07.097558+0000","last_fullsized":"2023-12-25T21:20:07.097558+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:19:40.405078+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:19:40.405078+0000","last_clean_scrub_stamp":"2023-12-25T21:19:40.405078+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":6}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593774,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297540,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443516,"statfs":{"total":95990841344,"available":95686160384,"internally_reserved":0,"allocated":454656,"data_stored":178272,"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":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.88800000000000001,"15min":0.876},"min":{"1min":0.69699999999999995,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":0.77500000000000002},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.92100000000000004,"15min":0.92200000000000004},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2290000000000001,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.016}]},{"osd":1,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.75600000000000001,"15min":0.74299999999999999},"min":{"1min":0.58899999999999997,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.129,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.85499999999999998},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.78600000000000003,"15min":0.752},"min":{"1min":0.53200000000000003,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1930000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.1539999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.87,"15min":0.85899999999999999},"min":{"1min":0.63100000000000001,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1679999999999999,"5min":1.472,"15min":1.472},"last":0.94599999999999995},{"interface":"front","average":{"1min":1.0169999999999999,"5min":0.95799999999999996,"15min":0.95199999999999996},"min":{"1min":0.81699999999999995,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.2270000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.98799999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.85999999999999999,"15min":0.81499999999999995},"min":{"1min":0.57399999999999995,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.3169999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.88},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.88900000000000001,"15min":0.85099999999999998},"min":{"1min":0.51800000000000002,"5min":0.434,"15min":0.434},"max":{"1min":1.278,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.129}]},{"osd":4,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.99399999999999999,"15min":0.97999999999999998},"min":{"1min":0.71899999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.2889999999999999,"5min":2.024,"15min":2.024},"last":1.0529999999999999},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.0369999999999999,"15min":1.0249999999999999},"min":{"1min":0.93100000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3049999999999999,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":1.075}]},{"osd":5,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.046,"15min":1.028},"min":{"1min":0.58099999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.3540000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":0.92000000000000004},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.0800000000000001,"15min":1.0680000000000001},"min":{"1min":0.74099999999999999,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.446,"5min":1.579,"15min":1.579},"last":1.1000000000000001}]},{"osd":6,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.1699999999999999,"15min":1.1659999999999999},"min":{"1min":0.85299999999999998,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.55,"5min":1.675,"15min":1.675},"last":1.22},{"interface":"front","average":{"1min":1.123,"5min":1.135,"15min":1.1200000000000001},"min":{"1min":0.84099999999999997,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.482,"5min":2.1099999999999999,"15min":2.1099999999999999},"last":1.202}]}]},{"osd":5,"up_from":39,"seq":167503724590,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.879,"15min":0.89100000000000001},"min":{"1min":0.72899999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.0980000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":0.90500000000000003},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.89600000000000002,"15min":0.89200000000000002},"min":{"1min":0.68999999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.347,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":1.149}]},{"osd":1,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.749,"5min":0.74399999999999999,"15min":0.73599999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91300000000000003,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.747},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.78800000000000003,"15min":0.78000000000000003},"min":{"1min":0.55100000000000005,"5min":0.442,"15min":0.442},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.71299999999999997}]},{"osd":2,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91800000000000004,"15min":0.90200000000000002},"min":{"1min":0.73799999999999999,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.95399999999999996},{"interface":"front","average":{"1min":1.038,"5min":0.97499999999999998,"15min":0.96599999999999997},"min":{"1min":0.72399999999999998,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":1.0509999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.84199999999999997,"15min":0.81100000000000005},"min":{"1min":0.57899999999999996,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.79200000000000004},{"interface":"front","average":{"1min":1.0169999999999999,"5min":0.91400000000000003,"15min":0.88900000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3720000000000001,"5min":1.522,"15min":1.522},"last":1.0860000000000001}]},{"osd":4,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.022,"15min":0.99399999999999999},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.3620000000000001,"5min":1.613,"15min":1.613},"last":0.86799999999999999},{"interface":"front","average":{"1min":1.077,"5min":1.0680000000000001,"15min":1.0700000000000001},"min":{"1min":0.84099999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.022}]},{"osd":6,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.133,"15min":1.115},"min":{"1min":0.81399999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.5369999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.234},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.131,"15min":1.1060000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.456,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.212}]},{"osd":7,"last update":"Mon Dec 25 21:23:07 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.091,"15min":1.079},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.1839999999999999},{"interface":"front","average":{"1min":1.236,"5min":1.1279999999999999,"15min":1.0980000000000001},"min":{"1min":0.66700000000000004,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":1.2969999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345971,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:37 2023","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.65800000000000003,"15min":0.64700000000000002},"min":{"1min":0.56499999999999995,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.81799999999999995,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.76900000000000002,"5min":0.73099999999999998,"15min":0.72299999999999998},"min":{"1min":0.53400000000000003,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":1.1539999999999999,"5min":1.177,"15min":1.177},"last":0.59799999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:22:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.82599999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.081,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.85099999999999998},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.998,"15min":0.98199999999999998},"min":{"1min":0.73399999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.218,"5min":1.296,"15min":1.296},"last":0.81200000000000006}]},{"osd":3,"last update":"Mon Dec 25 21:22:56 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.90100000000000002,"15min":0.90300000000000002},"min":{"1min":0.70699999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1120000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.89000000000000001,"15min":0.89200000000000002},"min":{"1min":0.68899999999999995,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1399999999999999,"5min":1.218,"15min":1.218},"last":0.91900000000000004}]},{"osd":4,"last update":"Mon Dec 25 21:22:46 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.61699999999999999,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.169,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.84999999999999998,"15min":0.84799999999999998},"min":{"1min":0.66900000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.0349999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.82299999999999995}]},{"osd":5,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.014,"15min":1.0069999999999999},"min":{"1min":0.75,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.2529999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.88},{"interface":"front","average":{"1min":1.018,"5min":1.024,"15min":1.018},"min":{"1min":0.84899999999999998,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1950000000000001,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":0.748}]},{"osd":6,"last update":"Mon Dec 25 21:22:49 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.0629999999999999,"15min":1.048},"min":{"1min":0.90200000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3129999999999999,"5min":1.45,"15min":1.45},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.085,"5min":1.083,"15min":1.081},"min":{"1min":0.70799999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.95899999999999996}]},{"osd":7,"last update":"Mon Dec 25 21:23:13 2023","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.1719999999999999,"15min":1.1739999999999999},"min":{"1min":0.90800000000000003,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":0.98199999999999998},{"interface":"front","average":{"1min":1.135,"5min":1.0980000000000001,"15min":1.085},"min":{"1min":0.92600000000000005,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.284,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.016}]}]},{"osd":0,"up_from":16,"seq":68719476789,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":0.93799999999999994,"15min":0.91100000000000003},"min":{"1min":0.78300000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.9870000000000001,"5min":1.9870000000000001,"15min":1.9870000000000001},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.89000000000000001,"15min":0.878},"min":{"1min":0.66900000000000004,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.96399999999999997}]},{"osd":2,"last update":"Mon Dec 25 21:22:37 2023","interfaces":[{"interface":"back","average":{"1min":0.84799999999999998,"5min":0.73999999999999999,"15min":0.72399999999999998},"min":{"1min":0.57499999999999996,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.903,"5min":1.903,"15min":1.903},"last":0.65400000000000003},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.76600000000000001,"15min":0.76400000000000001},"min":{"1min":0.63800000000000001,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.2609999999999999,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.876}]},{"osd":3,"last update":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.872,"15min":0.878},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.722,"5min":1.722,"15min":1.722},"last":0.82199999999999995},{"interface":"front","average":{"1min":1.008,"5min":0.93400000000000005,"15min":0.92200000000000004},"min":{"1min":0.63900000000000001,"5min":0.629,"15min":0.629},"max":{"1min":2.052,"5min":2.052,"15min":2.052},"last":1.1359999999999999}]},{"osd":4,"last update":"Mon Dec 25 21:22:42 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.81000000000000005,"15min":0.78600000000000003},"min":{"1min":0.60599999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.70099999999999996},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.90800000000000003,"15min":0.877},"min":{"1min":0.55800000000000005,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":2.1150000000000002,"5min":2.1150000000000002,"15min":2.1150000000000002},"last":1.0309999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:23:03 2023","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.02,"15min":0.99199999999999999},"min":{"1min":0.69899999999999995,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":2.1819999999999999,"5min":2.1819999999999999,"15min":2.1819999999999999},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.97299999999999998,"15min":0.95999999999999996},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":1.0189999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.038,"15min":0.999},"min":{"1min":0.93100000000000005,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":2.2450000000000001,"5min":2.2450000000000001,"15min":2.2450000000000001},"last":0.84799999999999998},{"interface":"front","average":{"1min":1.081,"5min":0.96699999999999997,"15min":0.92500000000000004},"min":{"1min":0.89100000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.0589999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:23:09 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.999,"15min":0.97799999999999998},"min":{"1min":0.83199999999999996,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.831,"5min":1.831,"15min":1.831},"last":0.99399999999999999},{"interface":"front","average":{"1min":1.252,"5min":1.163,"15min":1.131},"min":{"1min":0.91900000000000004,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":2.3149999999999999,"5min":2.3149999999999999,"15min":2.3149999999999999},"last":1.1859999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.66400000000000003,"15min":0.64900000000000002},"min":{"1min":0.55000000000000004,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":0.56399999999999995},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.69999999999999996,"15min":0.68400000000000005},"min":{"1min":0.53600000000000003,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.8109999999999999,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.71299999999999997}]},{"osd":1,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.93500000000000005,"15min":0.95599999999999996},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.034,"5min":0.995,"15min":0.98799999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.1140000000000001}]},{"osd":2,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.79400000000000004,"15min":0.77900000000000003},"min":{"1min":0.58599999999999997,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.88400000000000001},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.91100000000000003,"15min":0.90100000000000002},"min":{"1min":0.81000000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.266,"5min":1.367,"15min":1.367},"last":0.78900000000000003}]},{"osd":3,"last update":"Mon Dec 25 21:22:52 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.93999999999999995,"15min":0.92000000000000004},"min":{"1min":0.71999999999999997,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.75700000000000001},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.96399999999999997,"15min":0.94999999999999996},"min":{"1min":0.69999999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":1.028}]},{"osd":5,"last update":"Mon Dec 25 21:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.96499999999999997,"15min":0.95299999999999996},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.194,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.85799999999999998},{"interface":"front","average":{"1min":1.0369999999999999,"5min":0.97999999999999998,"15min":0.96199999999999997},"min":{"1min":0.81299999999999994,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.94099999999999995}]},{"osd":6,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.94399999999999995,"15min":0.93200000000000005},"min":{"1min":0.72699999999999998,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.216,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.92800000000000005},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.96999999999999997,"15min":0.96499999999999997},"min":{"1min":0.76000000000000001,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2250000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.995}]},{"osd":7,"last update":"Mon Dec 25 21:23:14 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.117,"15min":1.093},"min":{"1min":0.90300000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.179},{"interface":"front","average":{"1min":1.157,"5min":1.1200000000000001,"15min":1.111},"min":{"1min":0.90600000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.329,"5min":1.391,"15min":1.391},"last":1.0920000000000001}]}]},{"osd":1,"up_from":26,"seq":111669149746,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.84399999999999997},"min":{"1min":0.67900000000000005,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0760000000000001,"5min":1.425,"15min":1.425},"last":0.73099999999999998},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.91100000000000003,"15min":0.90000000000000002},"min":{"1min":0.70699999999999996,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.61499999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.86699999999999999,"15min":0.85799999999999998},"min":{"1min":0.65400000000000003,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1679999999999999,"5min":1.258,"15min":1.258},"last":0.66500000000000004},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89700000000000002,"15min":0.89300000000000002},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1100000000000001,"5min":1.286,"15min":1.286},"last":1.0369999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:22:59 2023","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.81899999999999995,"15min":0.82199999999999995},"min":{"1min":0.498,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.071,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.93400000000000005},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.82599999999999996,"15min":0.79900000000000004},"min":{"1min":0.52900000000000003,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1850000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":0.67800000000000005}]},{"osd":4,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":0.98799999999999999,"15min":0.95199999999999996},"min":{"1min":0.76200000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3620000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.71399999999999997},{"interface":"front","average":{"1min":1.014,"5min":0.94599999999999995,"15min":0.92500000000000004},"min":{"1min":0.76300000000000001,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.278,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.88500000000000001}]},{"osd":5,"last update":"Mon Dec 25 21:23:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":0.96699999999999997,"15min":0.93700000000000006},"min":{"1min":0.66700000000000004,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2410000000000001,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":0.98499999999999999},{"interface":"front","average":{"1min":0.995,"5min":0.94299999999999995,"15min":0.92500000000000004},"min":{"1min":0.75700000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2549999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":0.85699999999999998}]},{"osd":6,"last update":"Mon Dec 25 21:22:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.99199999999999999,"15min":0.96399999999999997},"min":{"1min":0.61799999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.5049999999999999,"5min":1.556,"15min":1.556},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.117,"15min":1.075},"min":{"1min":0.85599999999999998,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.0580000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:23:08 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.1519999999999999,"15min":1.1240000000000001},"min":{"1min":0.97299999999999998,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.4730000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":0.89600000000000002},{"interface":"front","average":{"1min":1.123,"5min":1.0629999999999999,"15min":1.046},"min":{"1min":0.67400000000000004,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.012}]}]},{"osd":6,"up_from":28,"seq":120259084337,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.71799999999999997,"15min":0.71399999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.0820000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"last":0.79600000000000004},{"interface":"front","average":{"1min":0.71199999999999997,"5min":0.82199999999999995,"15min":0.85499999999999998},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0169999999999999,"5min":1.627,"15min":1.627},"last":0.505}]},{"osd":1,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.875,"15min":0.88100000000000001},"min":{"1min":0.72099999999999997,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":0.89800000000000002,"5min":1.238,"15min":1.238},"last":0.70499999999999996},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.93600000000000005,"15min":0.91000000000000003},"min":{"1min":0.72799999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.3260000000000001,"5min":1.387,"15min":1.387},"last":0.95999999999999996}]},{"osd":2,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.93400000000000005,"15min":0.95599999999999996},"min":{"1min":0.65300000000000002,"5min":0.503,"15min":0.503},"max":{"1min":1.1679999999999999,"5min":1.649,"15min":1.649},"last":0.81499999999999995},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.84599999999999997,"15min":0.83799999999999997},"min":{"1min":0.57499999999999996,"5min":0.44,"15min":0.44},"max":{"1min":1.089,"5min":1.337,"15min":1.337},"last":0.88500000000000001}]},{"osd":3,"last update":"Mon Dec 25 21:22:53 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.69599999999999995,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.0600000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.98499999999999999},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.071,"15min":1.0760000000000001},"min":{"1min":0.80500000000000005,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.2809999999999999,"5min":1.482,"15min":1.482},"last":0.91700000000000004}]},{"osd":4,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.99299999999999999,"15min":1.0009999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.21,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":1.123},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.69699999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0860000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":0.92900000000000005}]},{"osd":5,"last update":"Mon Dec 25 21:23:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1559999999999999,"15min":1.1459999999999999},"min":{"1min":0.92800000000000005,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4399999999999999,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.0549999999999999},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.119,"15min":1.1000000000000001},"min":{"1min":0.85499999999999998,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.554,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.2709999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:23:14 2023","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.115,"15min":1.105},"min":{"1min":0.91800000000000004,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":2.2029999999999998,"5min":2.2029999999999998,"15min":2.2029999999999998},"last":1.034},{"interface":"front","average":{"1min":1.25,"5min":1.1910000000000001,"15min":1.173},"min":{"1min":1.034,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":2.3820000000000001,"5min":2.3820000000000001,"15min":2.3820000000000001},"last":1.014}]}]},{"osd":3,"up_from":34,"seq":146028888111,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.86499999999999999,"15min":0.86399999999999999},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.097,"5min":1.395,"15min":1.395},"last":0.90900000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.85699999999999998,"15min":0.85599999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.2150000000000001,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.83399999999999996}]},{"osd":1,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.71999999999999997,"15min":0.69399999999999995},"min":{"1min":0.45000000000000001,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.3320000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.80700000000000005},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.69299999999999995,"15min":0.66700000000000004},"min":{"1min":0.52800000000000002,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.76000000000000001}]},{"osd":2,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.93400000000000005,"15min":0.92800000000000005},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.2190000000000001,"5min":1.514,"15min":1.514},"last":1.1699999999999999},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.89900000000000002,"15min":0.879},"min":{"1min":0.66600000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.204,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":1.048}]},{"osd":4,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.054,"15min":1.0600000000000001},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.3620000000000001,"5min":1.7569999999999999,"15min":1.7569999999999999},"last":1.3240000000000001},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.98599999999999999,"15min":0.97399999999999998},"min":{"1min":0.877,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.3300000000000001,"5min":1.415,"15min":1.415},"last":1.153}]},{"osd":5,"last update":"Mon Dec 25 21:23:05 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.89600000000000002,"15min":0.86099999999999999},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":0.95999999999999996},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.0389999999999999,"15min":1.008},"min":{"1min":0.71899999999999997,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3839999999999999,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.282}]},{"osd":6,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.0369999999999999,"15min":1.0129999999999999},"min":{"1min":0.85799999999999998,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.3100000000000001,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.0980000000000001,"15min":1.0840000000000001},"min":{"1min":0.81200000000000006,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.468,"5min":1.71,"15min":1.71},"last":1.2350000000000001}]},{"osd":7,"last update":"Mon Dec 25 21:23:09 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.0209999999999999,"15min":0.97899999999999998},"min":{"1min":0.80900000000000005,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.119},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.087,"15min":1.0609999999999999},"min":{"1min":0.752,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4630000000000001,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":1.3720000000000001}]}]}],"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":6,"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-12-25T21:23:39.344 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph pg dump --format=json 2023-12-25T21:23:40.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:40 smithi153 bash[28368]: audit 2023-12-25T21:23:38.509806+0000 mgr.smithi002.hmjpwx (mgr.14180) 244 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:40.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:40 smithi002 bash[24825]: audit 2023-12-25T21:23:38.509806+0000 mgr.smithi002.hmjpwx (mgr.14180) 244 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:41.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:41 smithi153 bash[28368]: cluster 2023-12-25T21:23:39.960224+0000 mgr.smithi002.hmjpwx (mgr.14180) 245 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:41 smithi002 bash[24825]: cluster 2023-12-25T21:23:39.960224+0000 mgr.smithi002.hmjpwx (mgr.14180) 245 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:43 smithi153 bash[28368]: cluster 2023-12-25T21:23:41.960797+0000 mgr.smithi002.hmjpwx (mgr.14180) 246 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:43.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:43 smithi002 bash[24825]: cluster 2023-12-25T21:23:41.960797+0000 mgr.smithi002.hmjpwx (mgr.14180) 246 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:44.134 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:44 smithi002 bash[24825]: cluster 2023-12-25T21:23:43.961346+0000 mgr.smithi002.hmjpwx (mgr.14180) 247 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:44.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:44 smithi153 bash[28368]: cluster 2023-12-25T21:23:43.961346+0000 mgr.smithi002.hmjpwx (mgr.14180) 247 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:47.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:47 smithi153 bash[28368]: cluster 2023-12-25T21:23:45.961934+0000 mgr.smithi002.hmjpwx (mgr.14180) 248 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:47.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:47 smithi002 bash[24825]: cluster 2023-12-25T21:23:45.961934+0000 mgr.smithi002.hmjpwx (mgr.14180) 248 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:47.594 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:23:47.597 INFO:teuthology.orchestra.run.smithi002.stderr:dumped all 2023-12-25T21:23:48.464 INFO:teuthology.orchestra.run.smithi002.stdout:{"pg_ready":true,"pg_map":{"version":234,"stamp":"2023-12-25T21:23:45.961651+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":2380348,"kb_used_data":3580,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548100,"statfs":{"total":767926730752,"available":765489254400,"internally_reserved":0,"allocated":3665920,"data_stored":1428381,"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":45,"state":"active+clean","last_fresh":"2023-12-25T21:20:07.097558+0000","last_change":"2023-12-25T21:20:07.097558+0000","last_active":"2023-12-25T21:20:07.097558+0000","last_peered":"2023-12-25T21:20:07.097558+0000","last_clean":"2023-12-25T21:20:07.097558+0000","last_became_active":"2023-12-25T21:20:07.096854+0000","last_became_peered":"2023-12-25T21:20:07.096854+0000","last_unstale":"2023-12-25T21:20:07.097558+0000","last_undegraded":"2023-12-25T21:20:07.097558+0000","last_fullsized":"2023-12-25T21:20:07.097558+0000","mapping_epoch":44,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":45,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-25T21:19:40.405078+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-25T21:19:40.405078+0000","last_clean_scrub_stamp":"2023-12-25T21:19:40.405078+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":6}],"osd_stats":[{"osd":7,"up_from":43,"seq":184683593775,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297540,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443516,"statfs":{"total":95990841344,"available":95686160384,"internally_reserved":0,"allocated":454656,"data_stored":178272,"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":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.94299999999999995,"5min":0.88800000000000001,"15min":0.876},"min":{"1min":0.69699999999999995,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.093},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.92100000000000004,"15min":0.92200000000000004},"min":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"max":{"1min":1.2290000000000001,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.90900000000000003}]},{"osd":1,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.77700000000000002,"5min":0.75600000000000001,"15min":0.74299999999999999},"min":{"1min":0.58899999999999997,"5min":0.46600000000000003,"15min":0.46600000000000003},"max":{"1min":1.129,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.745},{"interface":"front","average":{"1min":0.85599999999999998,"5min":0.78600000000000003,"15min":0.752},"min":{"1min":0.53200000000000003,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":1.1930000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.022}]},{"osd":2,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.87,"15min":0.85899999999999999},"min":{"1min":0.63100000000000001,"5min":0.61599999999999999,"15min":0.61599999999999999},"max":{"1min":1.1679999999999999,"5min":1.472,"15min":1.472},"last":0.97399999999999998},{"interface":"front","average":{"1min":1.0169999999999999,"5min":0.95799999999999996,"15min":0.95199999999999996},"min":{"1min":0.81699999999999995,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.2270000000000001,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.84399999999999997}]},{"osd":3,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.85999999999999999,"15min":0.81499999999999995},"min":{"1min":0.57399999999999995,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.3169999999999999,"5min":1.4339999999999999,"15min":1.4339999999999999},"last":0.79700000000000004},{"interface":"front","average":{"1min":0.94999999999999996,"5min":0.88900000000000001,"15min":0.85099999999999998},"min":{"1min":0.51800000000000002,"5min":0.434,"15min":0.434},"max":{"1min":1.278,"5min":1.8859999999999999,"15min":1.8859999999999999},"last":1.161}]},{"osd":4,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":0.98299999999999998,"5min":0.99399999999999999,"15min":0.97999999999999998},"min":{"1min":0.71899999999999997,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.2889999999999999,"5min":2.024,"15min":2.024},"last":1.0640000000000001},{"interface":"front","average":{"1min":1.0549999999999999,"5min":1.0369999999999999,"15min":1.0249999999999999},"min":{"1min":0.93100000000000005,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":1.3049999999999999,"5min":1.5640000000000001,"15min":1.5640000000000001},"last":0.92600000000000005}]},{"osd":5,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.046,"15min":1.028},"min":{"1min":0.58099999999999996,"5min":0.504,"15min":0.504},"max":{"1min":1.3540000000000001,"5min":1.4550000000000001,"15min":1.4550000000000001},"last":1},{"interface":"front","average":{"1min":1.1060000000000001,"5min":1.0800000000000001,"15min":1.0680000000000001},"min":{"1min":0.74099999999999999,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.446,"5min":1.579,"15min":1.579},"last":1.2070000000000001}]},{"osd":6,"last update":"Mon Dec 25 21:23:06 2023","interfaces":[{"interface":"back","average":{"1min":1.155,"5min":1.1699999999999999,"15min":1.1659999999999999},"min":{"1min":0.85299999999999998,"5min":0.81499999999999995,"15min":0.81499999999999995},"max":{"1min":1.55,"5min":1.675,"15min":1.675},"last":1.1279999999999999},{"interface":"front","average":{"1min":1.123,"5min":1.135,"15min":1.1200000000000001},"min":{"1min":0.84099999999999997,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.482,"5min":2.1099999999999999,"15min":2.1099999999999999},"last":1.2230000000000001}]}]},{"osd":5,"up_from":39,"seq":167503724592,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.89300000000000002,"5min":0.879,"15min":0.89100000000000001},"min":{"1min":0.72899999999999998,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.0980000000000001,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.0980000000000001},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.89600000000000002,"15min":0.89200000000000002},"min":{"1min":0.68999999999999995,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.347,"5min":1.4470000000000001,"15min":1.4470000000000001},"last":0.93700000000000006}]},{"osd":1,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.749,"5min":0.74399999999999999,"15min":0.73599999999999999},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.91300000000000003,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.80200000000000005},{"interface":"front","average":{"1min":0.83399999999999996,"5min":0.78800000000000003,"15min":0.78000000000000003},"min":{"1min":0.55100000000000005,"5min":0.442,"15min":0.442},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":1.2929999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1,"5min":0.91800000000000004,"15min":0.90200000000000002},"min":{"1min":0.73799999999999999,"5min":0.58599999999999997,"15min":0.58599999999999997},"max":{"1min":1.3620000000000001,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.90900000000000003},{"interface":"front","average":{"1min":1.038,"5min":0.97499999999999998,"15min":0.96599999999999997},"min":{"1min":0.72399999999999998,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.762,"5min":1.762,"15min":1.762},"last":1.0780000000000001}]},{"osd":3,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":0.875,"5min":0.84199999999999997,"15min":0.81100000000000005},"min":{"1min":0.57899999999999996,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":1.0169999999999999,"5min":0.91400000000000003,"15min":0.88900000000000001},"min":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"max":{"1min":1.3720000000000001,"5min":1.522,"15min":1.522},"last":0.96699999999999997}]},{"osd":4,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1000000000000001,"5min":1.022,"15min":0.99399999999999999},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.3620000000000001,"5min":1.613,"15min":1.613},"last":1.04},{"interface":"front","average":{"1min":1.077,"5min":1.0680000000000001,"15min":1.0700000000000001},"min":{"1min":0.84099999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"max":{"1min":1.623,"5min":1.623,"15min":1.623},"last":1.236}]},{"osd":6,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.133,"15min":1.115},"min":{"1min":0.81399999999999995,"5min":0.75,"15min":0.75},"max":{"1min":1.5369999999999999,"5min":1.7589999999999999,"15min":1.7589999999999999},"last":1.1459999999999999},{"interface":"front","average":{"1min":1.1970000000000001,"5min":1.131,"15min":1.1060000000000001},"min":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"max":{"1min":1.456,"5min":1.6879999999999999,"15min":1.6879999999999999},"last":1.115}]},{"osd":7,"last update":"Mon Dec 25 21:23:07 2023","interfaces":[{"interface":"back","average":{"1min":1.179,"5min":1.091,"15min":1.079},"min":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.5680000000000001,"5min":1.5680000000000001,"15min":1.5680000000000001},"last":1.3979999999999999},{"interface":"front","average":{"1min":1.236,"5min":1.1279999999999999,"15min":1.0980000000000001},"min":{"1min":0.66700000000000004,"5min":0.63300000000000001,"15min":0.63300000000000001},"max":{"1min":1.657,"5min":1.657,"15min":1.657},"last":1.3360000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345973,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:23:37 2023","interfaces":[{"interface":"back","average":{"1min":0.68400000000000005,"5min":0.66600000000000004,"15min":0.65000000000000002},"min":{"1min":0.50900000000000001,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":1.0489999999999999,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.71899999999999997,"5min":0.73099999999999998,"15min":0.72299999999999998},"min":{"1min":0.55600000000000005,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.90600000000000003,"5min":1.177,"15min":1.177},"last":0.73099999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:22:49 2023","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.91100000000000003,"15min":0.90900000000000003},"min":{"1min":0.82599999999999996,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.081,"5min":1.1599999999999999,"15min":1.1599999999999999},"last":0.93500000000000005},{"interface":"front","average":{"1min":1.0389999999999999,"5min":0.998,"15min":0.98199999999999998},"min":{"1min":0.73399999999999999,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.218,"5min":1.296,"15min":1.296},"last":0.96999999999999997}]},{"osd":3,"last update":"Mon Dec 25 21:22:56 2023","interfaces":[{"interface":"back","average":{"1min":0.91000000000000003,"5min":0.90100000000000002,"15min":0.90300000000000002},"min":{"1min":0.70699999999999996,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.1120000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.876},{"interface":"front","average":{"1min":0.88300000000000001,"5min":0.89000000000000001,"15min":0.89200000000000002},"min":{"1min":0.68899999999999995,"5min":0.58399999999999996,"15min":0.58399999999999996},"max":{"1min":1.1399999999999999,"5min":1.218,"15min":1.218},"last":0.81699999999999995}]},{"osd":4,"last update":"Mon Dec 25 21:22:46 2023","interfaces":[{"interface":"back","average":{"1min":0.876,"5min":0.85499999999999998,"15min":0.85099999999999998},"min":{"1min":0.61699999999999999,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":1.169,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.84399999999999997},{"interface":"front","average":{"1min":0.84399999999999997,"5min":0.84999999999999998,"15min":0.84799999999999998},"min":{"1min":0.66900000000000004,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":1.0349999999999999,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.99299999999999999}]},{"osd":5,"last update":"Mon Dec 25 21:23:01 2023","interfaces":[{"interface":"back","average":{"1min":1.0229999999999999,"5min":1.014,"15min":1.0069999999999999},"min":{"1min":0.75,"5min":0.65600000000000003,"15min":0.65600000000000003},"max":{"1min":1.2529999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.91500000000000004},{"interface":"front","average":{"1min":1.018,"5min":1.024,"15min":1.018},"min":{"1min":0.84899999999999998,"5min":0.63900000000000001,"15min":0.63900000000000001},"max":{"1min":1.1950000000000001,"5min":1.5800000000000001,"15min":1.5800000000000001},"last":1.1160000000000001}]},{"osd":6,"last update":"Mon Dec 25 21:22:49 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.0629999999999999,"15min":1.048},"min":{"1min":0.90200000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.3129999999999999,"5min":1.45,"15min":1.45},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.083,"15min":1.081},"min":{"1min":0.70799999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.321,"5min":1.321,"15min":1.321},"last":0.78200000000000003}]},{"osd":7,"last update":"Mon Dec 25 21:23:13 2023","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.1719999999999999,"15min":1.1739999999999999},"min":{"1min":0.90800000000000003,"5min":0.83499999999999996,"15min":0.83499999999999996},"max":{"1min":1.5529999999999999,"5min":1.5529999999999999,"15min":1.5529999999999999},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.135,"5min":1.0980000000000001,"15min":1.085},"min":{"1min":0.92600000000000005,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.284,"5min":1.6619999999999999,"15min":1.6619999999999999},"last":1.0740000000000001}]}]},{"osd":0,"up_from":16,"seq":68719476791,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":0.93799999999999994,"15min":0.91100000000000003},"min":{"1min":0.78300000000000003,"5min":0.496,"15min":0.496},"max":{"1min":1.9870000000000001,"5min":1.9870000000000001,"15min":1.9870000000000001},"last":1.077},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.89000000000000001,"15min":0.878},"min":{"1min":0.66900000000000004,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.5840000000000001,"5min":1.5840000000000001,"15min":1.5840000000000001},"last":0.86099999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:23:37 2023","interfaces":[{"interface":"back","average":{"1min":0.82699999999999996,"5min":0.76200000000000001,"15min":0.73099999999999998},"min":{"1min":0.61699999999999999,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.0589999999999999,"5min":1.903,"15min":1.903},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.80100000000000005,"5min":0.77300000000000002,"15min":0.76700000000000002},"min":{"1min":0.54800000000000004,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":1.077,"5min":1.2609999999999999,"15min":1.2609999999999999},"last":0.65000000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":0.82899999999999996,"5min":0.872,"15min":0.878},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.722,"5min":1.722,"15min":1.722},"last":0.97699999999999998},{"interface":"front","average":{"1min":1.008,"5min":0.93400000000000005,"15min":0.92200000000000004},"min":{"1min":0.63900000000000001,"5min":0.629,"15min":0.629},"max":{"1min":2.052,"5min":2.052,"15min":2.052},"last":0.72399999999999998}]},{"osd":4,"last update":"Mon Dec 25 21:22:42 2023","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.81000000000000005,"15min":0.78600000000000003},"min":{"1min":0.60599999999999998,"5min":0.438,"15min":0.438},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":1.0329999999999999},{"interface":"front","average":{"1min":1.0089999999999999,"5min":0.90800000000000003,"15min":0.877},"min":{"1min":0.55800000000000005,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":2.1150000000000002,"5min":2.1150000000000002,"15min":2.1150000000000002},"last":0.83999999999999997}]},{"osd":5,"last update":"Mon Dec 25 21:23:03 2023","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.02,"15min":0.99199999999999999},"min":{"1min":0.69899999999999995,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":2.1819999999999999,"5min":2.1819999999999999,"15min":2.1819999999999999},"last":1.2789999999999999},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.97299999999999998,"15min":0.95999999999999996},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.6539999999999999,"5min":1.6539999999999999,"15min":1.6539999999999999},"last":0.80600000000000005}]},{"osd":6,"last update":"Mon Dec 25 21:22:51 2023","interfaces":[{"interface":"back","average":{"1min":1.208,"5min":1.038,"15min":0.999},"min":{"1min":0.93100000000000005,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":2.2450000000000001,"5min":2.2450000000000001,"15min":2.2450000000000001},"last":1.2170000000000001},{"interface":"front","average":{"1min":1.081,"5min":0.96699999999999997,"15min":0.92500000000000004},"min":{"1min":0.89100000000000001,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.4890000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":0.91300000000000003}]},{"osd":7,"last update":"Mon Dec 25 21:23:09 2023","interfaces":[{"interface":"back","average":{"1min":1.028,"5min":0.999,"15min":0.97799999999999998},"min":{"1min":0.83199999999999996,"5min":0.68500000000000005,"15min":0.68500000000000005},"max":{"1min":1.831,"5min":1.831,"15min":1.831},"last":0.88600000000000001},{"interface":"front","average":{"1min":1.252,"5min":1.163,"15min":1.131},"min":{"1min":0.91900000000000004,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":2.3149999999999999,"5min":2.3149999999999999,"15min":2.3149999999999999},"last":1.1519999999999999}]}]},{"osd":4,"up_from":24,"seq":103079215156,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.71599999999999997,"5min":0.66400000000000003,"15min":0.64900000000000002},"min":{"1min":0.55000000000000004,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":1.633,"5min":1.633,"15min":1.633},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.78000000000000003,"5min":0.69999999999999996,"15min":0.68400000000000005},"min":{"1min":0.53600000000000003,"5min":0.41099999999999998,"15min":0.41099999999999998},"max":{"1min":1.8109999999999999,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.83599999999999997}]},{"osd":1,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88200000000000001,"5min":0.93500000000000005,"15min":0.95599999999999996},"min":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"max":{"1min":1.2450000000000001,"5min":1.2450000000000001,"15min":1.2450000000000001},"last":0.70599999999999996},{"interface":"front","average":{"1min":1.034,"5min":0.995,"15min":0.98799999999999999},"min":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":0.77300000000000002}]},{"osd":2,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.82399999999999995,"5min":0.79400000000000004,"15min":0.77900000000000003},"min":{"1min":0.58599999999999997,"5min":0.54200000000000004,"15min":0.54200000000000004},"max":{"1min":1.175,"5min":1.175,"15min":1.175},"last":0.90300000000000002},{"interface":"front","average":{"1min":0.96099999999999997,"5min":0.91100000000000003,"15min":0.90100000000000002},"min":{"1min":0.81000000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.266,"5min":1.367,"15min":1.367},"last":0.82099999999999995}]},{"osd":3,"last update":"Mon Dec 25 21:22:52 2023","interfaces":[{"interface":"back","average":{"1min":0.999,"5min":0.93999999999999995,"15min":0.92000000000000004},"min":{"1min":0.71999999999999997,"5min":0.64900000000000002,"15min":0.64900000000000002},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.80000000000000004},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.96399999999999997,"15min":0.94999999999999996},"min":{"1min":0.69999999999999996,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.294,"5min":1.294,"15min":1.294},"last":0.878}]},{"osd":5,"last update":"Mon Dec 25 21:23:04 2023","interfaces":[{"interface":"back","average":{"1min":0.98999999999999999,"5min":0.96499999999999997,"15min":0.95299999999999996},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.194,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1.054},{"interface":"front","average":{"1min":1.0369999999999999,"5min":0.97999999999999998,"15min":0.96199999999999997},"min":{"1min":0.81299999999999994,"5min":0.65300000000000002,"15min":0.65300000000000002},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":1.0009999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.97599999999999998,"5min":0.94399999999999995,"15min":0.93200000000000005},"min":{"1min":0.72699999999999998,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.216,"5min":1.2909999999999999,"15min":1.2909999999999999},"last":0.94299999999999995},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.96999999999999997,"15min":0.96499999999999997},"min":{"1min":0.76000000000000001,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.2250000000000001,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":1.1759999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:23:14 2023","interfaces":[{"interface":"back","average":{"1min":1.177,"5min":1.117,"15min":1.093},"min":{"1min":0.90300000000000002,"5min":0.81999999999999995,"15min":0.81999999999999995},"max":{"1min":1.419,"5min":1.419,"15min":1.419},"last":1.0249999999999999},{"interface":"front","average":{"1min":1.157,"5min":1.1200000000000001,"15min":1.111},"min":{"1min":0.90600000000000003,"5min":0.77300000000000002,"15min":0.77300000000000002},"max":{"1min":1.329,"5min":1.391,"15min":1.391},"last":1.274}]}]},{"osd":1,"up_from":26,"seq":111669149747,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.84399999999999997},"min":{"1min":0.67900000000000005,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.0760000000000001,"5min":1.425,"15min":1.425},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.96599999999999997,"5min":0.91100000000000003,"15min":0.90000000000000002},"min":{"1min":0.70699999999999996,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2829999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.73999999999999999}]},{"osd":2,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":0.88800000000000001,"5min":0.86699999999999999,"15min":0.85799999999999998},"min":{"1min":0.65400000000000003,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1679999999999999,"5min":1.258,"15min":1.258},"last":1.0740000000000001},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.89700000000000002,"15min":0.89300000000000002},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1100000000000001,"5min":1.286,"15min":1.286},"last":1.0429999999999999}]},{"osd":3,"last update":"Mon Dec 25 21:22:59 2023","interfaces":[{"interface":"back","average":{"1min":0.82099999999999995,"5min":0.81899999999999995,"15min":0.82199999999999995},"min":{"1min":0.498,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.071,"5min":1.5009999999999999,"15min":1.5009999999999999},"last":0.98899999999999999},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.82599999999999996,"15min":0.79900000000000004},"min":{"1min":0.52900000000000003,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1850000000000001,"5min":1.2549999999999999,"15min":1.2549999999999999},"last":1.107}]},{"osd":4,"last update":"Mon Dec 25 21:22:47 2023","interfaces":[{"interface":"back","average":{"1min":1.0740000000000001,"5min":0.98799999999999999,"15min":0.95199999999999996},"min":{"1min":0.76200000000000001,"5min":0.61499999999999999,"15min":0.61499999999999999},"max":{"1min":1.3620000000000001,"5min":1.3640000000000001,"15min":1.3640000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":1.014,"5min":0.94599999999999995,"15min":0.92500000000000004},"min":{"1min":0.76300000000000001,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.278,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":0.94399999999999995}]},{"osd":5,"last update":"Mon Dec 25 21:23:04 2023","interfaces":[{"interface":"back","average":{"1min":1.0249999999999999,"5min":0.96699999999999997,"15min":0.93700000000000006},"min":{"1min":0.66700000000000004,"5min":0.56200000000000006,"15min":0.56200000000000006},"max":{"1min":1.2410000000000001,"5min":1.3979999999999999,"15min":1.3979999999999999},"last":1.008},{"interface":"front","average":{"1min":0.995,"5min":0.94299999999999995,"15min":0.92500000000000004},"min":{"1min":0.75700000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"max":{"1min":1.2549999999999999,"5min":1.4350000000000001,"15min":1.4350000000000001},"last":1.167}]},{"osd":6,"last update":"Mon Dec 25 21:22:53 2023","interfaces":[{"interface":"back","average":{"1min":1.0669999999999999,"5min":0.99199999999999999,"15min":0.96399999999999997},"min":{"1min":0.61799999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.5049999999999999,"5min":1.556,"15min":1.556},"last":1.1399999999999999},{"interface":"front","average":{"1min":1.2330000000000001,"5min":1.117,"15min":1.075},"min":{"1min":0.85599999999999998,"5min":0.77600000000000002,"15min":0.77600000000000002},"max":{"1min":1.5269999999999999,"5min":1.5269999999999999,"15min":1.5269999999999999},"last":1.2509999999999999}]},{"osd":7,"last update":"Mon Dec 25 21:23:08 2023","interfaces":[{"interface":"back","average":{"1min":1.2430000000000001,"5min":1.1519999999999999,"15min":1.1240000000000001},"min":{"1min":0.97299999999999998,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.4730000000000001,"5min":1.5309999999999999,"15min":1.5309999999999999},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.123,"5min":1.0629999999999999,"15min":1.046},"min":{"1min":0.67400000000000004,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.5669999999999999,"5min":1.5669999999999999,"15min":1.5669999999999999},"last":1.2789999999999999}]}]},{"osd":6,"up_from":28,"seq":120259084339,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.73099999999999998,"5min":0.71799999999999997,"15min":0.71399999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.0820000000000001,"5min":1.0820000000000001,"15min":1.0820000000000001},"last":0.60499999999999998},{"interface":"front","average":{"1min":0.71199999999999997,"5min":0.82199999999999995,"15min":0.85499999999999998},"min":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"max":{"1min":1.0169999999999999,"5min":1.627,"15min":1.627},"last":0.69999999999999996}]},{"osd":1,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.81499999999999995,"5min":0.875,"15min":0.88100000000000001},"min":{"1min":0.72099999999999997,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":0.89800000000000002,"5min":1.238,"15min":1.238},"last":0.73899999999999999},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.93600000000000005,"15min":0.91000000000000003},"min":{"1min":0.72799999999999998,"5min":0.64000000000000001,"15min":0.64000000000000001},"max":{"1min":1.3260000000000001,"5min":1.387,"15min":1.387},"last":1.1180000000000001}]},{"osd":2,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.91600000000000004,"5min":0.93400000000000005,"15min":0.95599999999999996},"min":{"1min":0.65300000000000002,"5min":0.503,"15min":0.503},"max":{"1min":1.1679999999999999,"5min":1.649,"15min":1.649},"last":0.86199999999999999},{"interface":"front","average":{"1min":0.85799999999999998,"5min":0.84599999999999997,"15min":0.83799999999999997},"min":{"1min":0.57499999999999996,"5min":0.44,"15min":0.44},"max":{"1min":1.089,"5min":1.337,"15min":1.337},"last":0.89700000000000002}]},{"osd":3,"last update":"Mon Dec 25 21:22:53 2023","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.88300000000000001,"15min":0.877},"min":{"1min":0.69599999999999995,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.0600000000000001,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.014},{"interface":"front","average":{"1min":1.0609999999999999,"5min":1.071,"15min":1.0760000000000001},"min":{"1min":0.80500000000000005,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.2809999999999999,"5min":1.482,"15min":1.482},"last":0.97399999999999998}]},{"osd":4,"last update":"Mon Dec 25 21:22:45 2023","interfaces":[{"interface":"back","average":{"1min":0.96099999999999997,"5min":0.99299999999999999,"15min":1.0009999999999999},"min":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"max":{"1min":1.21,"5min":1.8029999999999999,"15min":1.8029999999999999},"last":0.998},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.95299999999999996,"15min":0.96699999999999997},"min":{"1min":0.69699999999999995,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.0860000000000001,"5min":1.3169999999999999,"15min":1.3169999999999999},"last":1.0940000000000001}]},{"osd":5,"last update":"Mon Dec 25 21:23:05 2023","interfaces":[{"interface":"back","average":{"1min":1.1659999999999999,"5min":1.1559999999999999,"15min":1.1459999999999999},"min":{"1min":0.92800000000000005,"5min":0.76300000000000001,"15min":0.76300000000000001},"max":{"1min":1.4399999999999999,"5min":1.7030000000000001,"15min":1.7030000000000001},"last":1.0609999999999999},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.119,"15min":1.1000000000000001},"min":{"1min":0.85499999999999998,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.554,"5min":1.5620000000000001,"15min":1.5620000000000001},"last":1.046}]},{"osd":7,"last update":"Mon Dec 25 21:23:14 2023","interfaces":[{"interface":"back","average":{"1min":1.143,"5min":1.115,"15min":1.105},"min":{"1min":0.91800000000000004,"5min":0.66400000000000003,"15min":0.66400000000000003},"max":{"1min":2.2029999999999998,"5min":2.2029999999999998,"15min":2.2029999999999998},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.25,"5min":1.1910000000000001,"15min":1.173},"min":{"1min":1.034,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":2.3820000000000001,"5min":2.3820000000000001,"15min":2.3820000000000001},"last":1.1579999999999999}]}]},{"osd":3,"up_from":34,"seq":146028888113,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297544,"kb_used_data":448,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443512,"statfs":{"total":95990841344,"available":95686156288,"internally_reserved":0,"allocated":458752,"data_stored":178587,"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":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.86199999999999999,"5min":0.86499999999999999,"15min":0.86399999999999999},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.097,"5min":1.395,"15min":1.395},"last":0.92200000000000004},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.85699999999999998,"15min":0.85599999999999998},"min":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"max":{"1min":1.2150000000000001,"5min":1.5489999999999999,"15min":1.5489999999999999},"last":0.84999999999999998}]},{"osd":1,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.79900000000000004,"5min":0.71999999999999997,"15min":0.69399999999999995},"min":{"1min":0.45000000000000001,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":1.3320000000000001,"5min":1.5760000000000001,"15min":1.5760000000000001},"last":0.61099999999999999},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.69299999999999995,"15min":0.66700000000000004},"min":{"1min":0.52800000000000002,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":1.2250000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.80300000000000005}]},{"osd":2,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":0.92400000000000004,"5min":0.93400000000000005,"15min":0.92800000000000005},"min":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"max":{"1min":1.2190000000000001,"5min":1.514,"15min":1.514},"last":1.159},{"interface":"front","average":{"1min":0.93200000000000005,"5min":0.89900000000000002,"15min":0.879},"min":{"1min":0.66600000000000004,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.204,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.96499999999999997}]},{"osd":4,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":1.046,"5min":1.054,"15min":1.0600000000000001},"min":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"max":{"1min":1.3620000000000001,"5min":1.7569999999999999,"15min":1.7569999999999999},"last":1.248},{"interface":"front","average":{"1min":1.0229999999999999,"5min":0.98599999999999999,"15min":0.97399999999999998},"min":{"1min":0.877,"5min":0.70899999999999996,"15min":0.70899999999999996},"max":{"1min":1.3300000000000001,"5min":1.415,"15min":1.415},"last":0.98299999999999998}]},{"osd":5,"last update":"Mon Dec 25 21:23:05 2023","interfaces":[{"interface":"back","average":{"1min":0.997,"5min":0.89600000000000002,"15min":0.86099999999999999},"min":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"max":{"1min":1.492,"5min":1.492,"15min":1.492},"last":1.1259999999999999},{"interface":"front","average":{"1min":1.1279999999999999,"5min":1.0389999999999999,"15min":1.008},"min":{"1min":0.71899999999999997,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.3839999999999999,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":0.99099999999999999}]},{"osd":6,"last update":"Mon Dec 25 21:22:55 2023","interfaces":[{"interface":"back","average":{"1min":1.105,"5min":1.0369999999999999,"15min":1.0129999999999999},"min":{"1min":0.85799999999999998,"5min":0.71799999999999997,"15min":0.71799999999999997},"max":{"1min":1.3100000000000001,"5min":1.6819999999999999,"15min":1.6819999999999999},"last":1.0489999999999999},{"interface":"front","average":{"1min":1.1499999999999999,"5min":1.0980000000000001,"15min":1.0840000000000001},"min":{"1min":0.81200000000000006,"5min":0.67700000000000005,"15min":0.67700000000000005},"max":{"1min":1.468,"5min":1.71,"15min":1.71},"last":1.071}]},{"osd":7,"last update":"Mon Dec 25 21:23:09 2023","interfaces":[{"interface":"back","average":{"1min":1.1299999999999999,"5min":1.0209999999999999,"15min":0.97899999999999998},"min":{"1min":0.80900000000000005,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.218},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.087,"15min":1.0609999999999999},"min":{"1min":0.752,"5min":0.55400000000000005,"15min":0.55400000000000005},"max":{"1min":1.4630000000000001,"5min":1.6639999999999999,"15min":1.6639999999999999},"last":0.88}]}]}],"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":6,"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-12-25T21:23:48.465 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-25T21:23:48.465 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-25T21:23:48.466 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-25T21:23:48.466 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph health --format=json 2023-12-25T21:23:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:49 smithi153 bash[28368]: audit 2023-12-25T21:23:47.586393+0000 mgr.smithi002.hmjpwx (mgr.14180) 249 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:49 smithi153 bash[28368]: cluster 2023-12-25T21:23:47.962546+0000 mgr.smithi002.hmjpwx (mgr.14180) 250 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:49 smithi002 bash[24825]: audit 2023-12-25T21:23:47.586393+0000 mgr.smithi002.hmjpwx (mgr.14180) 249 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:23:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:49 smithi002 bash[24825]: cluster 2023-12-25T21:23:47.962546+0000 mgr.smithi002.hmjpwx (mgr.14180) 250 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:51 smithi153 bash[28368]: cluster 2023-12-25T21:23:49.963270+0000 mgr.smithi002.hmjpwx (mgr.14180) 251 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:51.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:51 smithi002 bash[24825]: cluster 2023-12-25T21:23:49.963270+0000 mgr.smithi002.hmjpwx (mgr.14180) 251 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:53.256 INFO:teuthology.orchestra.run.smithi002.stderr:Inferring config /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/mon.smithi002/config 2023-12-25T21:23:53.283 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:53 smithi002 bash[24825]: cluster 2023-12-25T21:23:51.963986+0000 mgr.smithi002.hmjpwx (mgr.14180) 252 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:53.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:53 smithi153 bash[28368]: cluster 2023-12-25T21:23:51.963986+0000 mgr.smithi002.hmjpwx (mgr.14180) 252 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:54 smithi002 bash[24825]: cluster 2023-12-25T21:23:53.964668+0000 mgr.smithi002.hmjpwx (mgr.14180) 253 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:54.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:54 smithi153 bash[28368]: cluster 2023-12-25T21:23:53.964668+0000 mgr.smithi002.hmjpwx (mgr.14180) 253 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:56.511 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:23:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:57 smithi002 bash[24825]: cluster 2023-12-25T21:23:55.965315+0000 mgr.smithi002.hmjpwx (mgr.14180) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:57 smithi002 bash[24825]: audit 2023-12-25T21:23:56.511032+0000 mon.smithi002 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.2:0/4014347132' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:23:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:57 smithi153 bash[28368]: cluster 2023-12-25T21:23:55.965315+0000 mgr.smithi002.hmjpwx (mgr.14180) 254 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:57.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:57 smithi153 bash[28368]: audit 2023-12-25T21:23:56.511032+0000 mon.smithi002 (mon.0) 631 : audit [DBG] from='client.? 172.21.15.2:0/4014347132' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-25T21:23:57.347 INFO:teuthology.orchestra.run.smithi002.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-25T21:23:57.347 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-25T21:23:57.347 INFO:tasks.cephadm:Setup complete, yielding 2023-12-25T21:23:57.347 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:23:57.356 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:23:57.357 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch status' 2023-12-25T21:23:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:23:59 smithi002 bash[24825]: cluster 2023-12-25T21:23:57.965966+0000 mgr.smithi002.hmjpwx (mgr.14180) 255 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:23:59.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:23:59 smithi153 bash[28368]: cluster 2023-12-25T21:23:57.965966+0000 mgr.smithi002.hmjpwx (mgr.14180) 255 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:00.758 INFO:teuthology.orchestra.run.smithi002.stdout:Backend: cephadm 2023-12-25T21:24:00.758 INFO:teuthology.orchestra.run.smithi002.stdout:Available: Yes 2023-12-25T21:24:00.758 INFO:teuthology.orchestra.run.smithi002.stdout:Paused: No 2023-12-25T21:24:01.060 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:01 smithi002 bash[24825]: cluster 2023-12-25T21:23:59.966597+0000 mgr.smithi002.hmjpwx (mgr.14180) 256 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:01.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:01 smithi153 bash[28368]: cluster 2023-12-25T21:23:59.966597+0000 mgr.smithi002.hmjpwx (mgr.14180) 256 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:01.634 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-25T21:24:02.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:02 smithi002 bash[24825]: audit 2023-12-25T21:24:00.757294+0000 mgr.smithi002.hmjpwx (mgr.14180) 257 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:02 smithi153 bash[28368]: audit 2023-12-25T21:24:00.757294+0000 mgr.smithi002.hmjpwx (mgr.14180) 257 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:03.219 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:03 smithi002 bash[24825]: cluster 2023-12-25T21:24:01.967129+0000 mgr.smithi002.hmjpwx (mgr.14180) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:03.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:03 smithi153 bash[28368]: cluster 2023-12-25T21:24:01.967129+0000 mgr.smithi002.hmjpwx (mgr.14180) 258 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:04.613 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:04 smithi002 bash[24825]: cluster 2023-12-25T21:24:03.967610+0000 mgr.smithi002.hmjpwx (mgr.14180) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:04 smithi153 bash[28368]: cluster 2023-12-25T21:24:03.967610+0000 mgr.smithi002.hmjpwx (mgr.14180) 259 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:05.047 INFO:teuthology.orchestra.run.smithi002.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-25T21:24:05.047 INFO:teuthology.orchestra.run.smithi002.stdout:alertmanager.smithi002 smithi002 *:9093,9094 running (5m) 52s ago 7m 12.1M - 0.23.0 ba2b418f427c 8cf96049b940 2023-12-25T21:24:05.047 INFO:teuthology.orchestra.run.smithi002.stdout:crash.smithi002 smithi002 running (7m) 52s ago 7m 6935k - 16.2.14-385-gb14a0a10 49d1f3e5e58d a8866365d3c7 2023-12-25T21:24:05.047 INFO:teuthology.orchestra.run.smithi002.stdout:crash.smithi153 smithi153 running (6m) 52s ago 6m 7107k - 16.2.14-385-gb14a0a10 49d1f3e5e58d e9acbb3c2f72 2023-12-25T21:24:05.047 INFO:teuthology.orchestra.run.smithi002.stdout:grafana.smithi002 smithi002 *:3000 running (5m) 52s ago 7m 40.6M - 8.3.5 dad864ee21e9 23c211119a01 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:mgr.smithi002.hmjpwx smithi002 *:9283 running (9m) 52s ago 9m 426M - 16.2.14-385-gb14a0a10 49d1f3e5e58d 531f9bd82cd5 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:mgr.smithi153.xsozwo smithi153 *:8443,9283 running (6m) 52s ago 6m 374M - 16.2.14-385-gb14a0a10 49d1f3e5e58d dd2fe7806019 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:mon.smithi002 smithi002 running (9m) 52s ago 9m 43.8M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 3446ffeda0d1 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:mon.smithi153 smithi153 running (6m) 52s ago 6m 34.1M 2048M 16.2.14-385-gb14a0a10 49d1f3e5e58d 9facb9cf0bc9 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter.smithi002 smithi002 *:9100 running (7m) 52s ago 7m 10.3M - 1.3.1 1dbe0e931976 fba56874a958 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter.smithi153 smithi153 *:9100 running (6m) 52s ago 6m 9763k - 1.3.1 1dbe0e931976 e67f0e9c8ee2 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.0 smithi153 running (4m) 52s ago 4m 35.9M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d e2cdc8ed2c2a 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.1 smithi002 running (4m) 52s ago 4m 32.9M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 802f256afe6e 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.2 smithi153 running (4m) 52s ago 4m 33.6M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 943e89b4f269 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.3 smithi002 running (4m) 52s ago 4m 33.6M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 33271b040300 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.4 smithi153 running (4m) 52s ago 4m 33.2M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 57ab05322bfe 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.5 smithi002 running (4m) 52s ago 4m 33.0M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 3a60d8a50d8e 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.6 smithi153 running (4m) 52s ago 4m 32.9M 4028M 16.2.14-385-gb14a0a10 49d1f3e5e58d 39de12ae2496 2023-12-25T21:24:05.048 INFO:teuthology.orchestra.run.smithi002.stdout:osd.7 smithi002 running (4m) 52s ago 4m 32.9M 3261M 16.2.14-385-gb14a0a10 49d1f3e5e58d 8dcbba839c32 2023-12-25T21:24:05.049 INFO:teuthology.orchestra.run.smithi002.stdout:prometheus.smithi002 smithi002 *:9095 running (5m) 52s ago 6m 54.6M - 2.33.4 514e6a882f6e 7bbc5aa9075d 2023-12-25T21:24:05.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:05 smithi002 bash[24825]: audit 2023-12-25T21:24:05.032330+0000 mgr.smithi002.hmjpwx (mgr.14180) 260 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:05 smithi153 bash[28368]: audit 2023-12-25T21:24:05.032330+0000 mgr.smithi002.hmjpwx (mgr.14180) 260 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:05.873 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-25T21:24:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:06 smithi002 bash[24825]: cluster 2023-12-25T21:24:05.968002+0000 mgr.smithi002.hmjpwx (mgr.14180) 261 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:06.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:06 smithi153 bash[28368]: cluster 2023-12-25T21:24:05.968002+0000 mgr.smithi002.hmjpwx (mgr.14180) 261 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:09.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:09 smithi002 bash[24825]: cluster 2023-12-25T21:24:07.968605+0000 mgr.smithi002.hmjpwx (mgr.14180) 262 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:09.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:09 smithi153 bash[28368]: cluster 2023-12-25T21:24:07.968605+0000 mgr.smithi002.hmjpwx (mgr.14180) 262 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:09.414 INFO:teuthology.orchestra.run.smithi002.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:alertmanager ?:9093,9094 1/1 56s ago 8m count:1 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:crash 2/2 56s ago 8m * 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:grafana ?:3000 1/1 56s ago 8m count:1 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:mgr 2/2 56s ago 8m count:2 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:mon 2/2 56s ago 6m smithi002:172.21.15.2=smithi002;smithi153:172.21.15.153=smithi153;count:2 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:node-exporter ?:9100 2/2 56s ago 8m * 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:osd.all-available-devices 8 56s ago 6m * 2023-12-25T21:24:09.415 INFO:teuthology.orchestra.run.smithi002.stdout:prometheus ?:9095 1/1 56s ago 8m count:1 2023-12-25T21:24:10.226 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-25T21:24:11.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:11 smithi153 bash[28368]: audit 2023-12-25T21:24:09.402837+0000 mgr.smithi002.hmjpwx (mgr.14180) 263 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:11.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:11 smithi153 bash[28368]: cluster 2023-12-25T21:24:09.968991+0000 mgr.smithi002.hmjpwx (mgr.14180) 264 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:11.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:11 smithi002 bash[24825]: audit 2023-12-25T21:24:09.402837+0000 mgr.smithi002.hmjpwx (mgr.14180) 263 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:11.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:11 smithi002 bash[24825]: cluster 2023-12-25T21:24:09.968991+0000 mgr.smithi002.hmjpwx (mgr.14180) 264 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:13 smithi153 bash[28368]: cluster 2023-12-25T21:24:11.969535+0000 mgr.smithi002.hmjpwx (mgr.14180) 265 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:13.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:13 smithi002 bash[24825]: cluster 2023-12-25T21:24:11.969535+0000 mgr.smithi002.hmjpwx (mgr.14180) 265 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:13.558 INFO:teuthology.orchestra.run.smithi002.stdout:HOST ADDR LABELS STATUS 2023-12-25T21:24:13.559 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 172.21.15.2 2023-12-25T21:24:13.559 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 172.21.15.153 2023-12-25T21:24:13.559 INFO:teuthology.orchestra.run.smithi002.stdout:2 hosts in cluster 2023-12-25T21:24:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:14 smithi002 bash[24825]: audit 2023-12-25T21:24:13.151980+0000 mon.smithi002 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:14.384 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-25T21:24:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:14 smithi153 bash[28368]: audit 2023-12-25T21:24:13.151980+0000 mon.smithi002 (mon.0) 632 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:15.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:15 smithi002 bash[24825]: audit 2023-12-25T21:24:13.557009+0000 mgr.smithi002.hmjpwx (mgr.14180) 266 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:15.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:15 smithi002 bash[24825]: cluster 2023-12-25T21:24:13.969938+0000 mgr.smithi002.hmjpwx (mgr.14180) 267 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:15 smithi153 bash[28368]: audit 2023-12-25T21:24:13.557009+0000 mgr.smithi002.hmjpwx (mgr.14180) 266 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:15 smithi153 bash[28368]: cluster 2023-12-25T21:24:13.969938+0000 mgr.smithi002.hmjpwx (mgr.14180) 267 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:17.353 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:17 smithi002 bash[24825]: cluster 2023-12-25T21:24:15.970481+0000 mgr.smithi002.hmjpwx (mgr.14180) 268 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:17 smithi153 bash[28368]: cluster 2023-12-25T21:24:15.970481+0000 mgr.smithi002.hmjpwx (mgr.14180) 268 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EV480DGN 447G 3m ago LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme1n1 ssd Linux_583aeab1bb1c1ea08b53 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme2n1 ssd Linux_2ad2bf68f35bbbe9cdd6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme3n1 ssd Linux_83d785bb32c709c624e0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme4n1 ssd Linux_5c9cca14c16a95bea318 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme1n1 ssd Linux_0b710d8152eba61009fa 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme2n1 ssd Linux_3a6b6957f6cb18a778b9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme3n1 ssd Linux_7f221181f53c1d593fe0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:17.764 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme4n1 ssd Linux_e7ae0b13bcde16b5d826 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:18.670 INFO:teuthology.run_tasks:Running task vip... 2023-12-25T21:24:18.680 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-25T21:24:18.680 INFO:tasks.vip:peername 172.21.15.2 2023-12-25T21:24:18.683 INFO:tasks.vip:172.21.15.2 in 172.21.0.0/20, pos 3841 2023-12-25T21:24:18.687 INFO:tasks.vip:smithi002.front.sepia.ceph.com static 10.0.15.2, vnet 10.0.0.0/16 2023-12-25T21:24:18.687 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-25T21:24:18.688 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip route ls 2023-12-25T21:24:18.698 INFO:teuthology.orchestra.run.smithi002.stdout:default via 172.21.15.254 dev ens1f0 2023-12-25T21:24:18.698 INFO:teuthology.orchestra.run.smithi002.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:24:18.699 INFO:teuthology.orchestra.run.smithi002.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.2 2023-12-25T21:24:18.700 INFO:tasks.vip:Configuring 10.0.15.2 on smithi002.front.sepia.ceph.com iface ens1f0... 2023-12-25T21:24:18.700 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr add 10.0.15.2/16 dev ens1f0 2023-12-25T21:24:18.760 INFO:tasks.vip:peername 172.21.15.153 2023-12-25T21:24:18.763 INFO:tasks.vip:172.21.15.153 in 172.21.0.0/20, pos 3992 2023-12-25T21:24:18.766 INFO:tasks.vip:smithi153.front.sepia.ceph.com static 10.0.15.153, vnet 10.0.0.0/16 2023-12-25T21:24:18.766 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip route ls 2023-12-25T21:24:18.779 INFO:teuthology.orchestra.run.smithi153.stdout:default via 172.21.15.254 dev enp3s0f1 2023-12-25T21:24:18.779 INFO:teuthology.orchestra.run.smithi153.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.153 metric 100 2023-12-25T21:24:18.779 INFO:teuthology.orchestra.run.smithi153.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-12-25T21:24:18.780 INFO:teuthology.orchestra.run.smithi153.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.153 2023-12-25T21:24:18.780 INFO:teuthology.orchestra.run.smithi153.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.153 metric 100 2023-12-25T21:24:18.780 INFO:tasks.vip:Configuring 10.0.15.153 on smithi153.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:24:18.781 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr add 10.0.15.153/16 dev enp3s0f1 2023-12-25T21:24:18.837 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:24:18.845 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:24:18.846 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-25T21:24:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:19 smithi002 bash[24825]: audit 2023-12-25T21:24:17.756521+0000 mgr.smithi002.hmjpwx (mgr.14180) 269 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:19 smithi002 bash[24825]: cluster 2023-12-25T21:24:17.970964+0000 mgr.smithi002.hmjpwx (mgr.14180) 270 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:19 smithi002 bash[24825]: audit 2023-12-25T21:24:18.617193+0000 mon.smithi002 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:19 smithi002 bash[24825]: audit 2023-12-25T21:24:18.983289+0000 mon.smithi002 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:19 smithi153 bash[28368]: audit 2023-12-25T21:24:17.756521+0000 mgr.smithi002.hmjpwx (mgr.14180) 269 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:19 smithi153 bash[28368]: cluster 2023-12-25T21:24:17.970964+0000 mgr.smithi002.hmjpwx (mgr.14180) 270 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:19 smithi153 bash[28368]: audit 2023-12-25T21:24:18.617193+0000 mon.smithi002 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:19 smithi153 bash[28368]: audit 2023-12-25T21:24:18.983289+0000 mon.smithi002 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:20.313 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:20 smithi002 bash[24825]: audit 2023-12-25T21:24:19.241055+0000 mon.smithi002 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:20.313 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:20 smithi002 bash[24825]: audit 2023-12-25T21:24:19.242322+0000 mon.smithi002 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:20.313 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:20 smithi002 bash[24825]: audit 2023-12-25T21:24:19.248138+0000 mon.smithi002 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:20.313 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:20 smithi002 bash[24825]: audit 2023-12-25T21:24:19.254835+0000 mon.smithi002 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:20.341 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:20 smithi153 bash[28368]: audit 2023-12-25T21:24:19.241055+0000 mon.smithi002 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:20.341 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:20 smithi153 bash[28368]: audit 2023-12-25T21:24:19.242322+0000 mon.smithi002 (mon.0) 636 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:20.342 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:20 smithi153 bash[28368]: audit 2023-12-25T21:24:19.248138+0000 mon.smithi002 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:20.342 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:20 smithi153 bash[28368]: audit 2023-12-25T21:24:19.254835+0000 mon.smithi002 (mon.0) 638 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:21 smithi002 bash[24825]: cluster 2023-12-25T21:24:19.971529+0000 mgr.smithi002.hmjpwx (mgr.14180) 271 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:21 smithi153 bash[28368]: cluster 2023-12-25T21:24:19.971529+0000 mgr.smithi002.hmjpwx (mgr.14180) 271 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:22.673 INFO:teuthology.orchestra.run.smithi002.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-25T21:24:22.673 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB751300EV480DGN 447G 3m ago LVM detected, locked 2023-12-25T21:24:22.673 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme1n1 ssd Linux_583aeab1bb1c1ea08b53 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.673 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme2n1 ssd Linux_2ad2bf68f35bbbe9cdd6 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme3n1 ssd Linux_83d785bb32c709c624e0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi002 /dev/nvme4n1 ssd Linux_5c9cca14c16a95bea318 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 3m ago LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme1n1 ssd Linux_0b710d8152eba61009fa 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme2n1 ssd Linux_3a6b6957f6cb18a778b9 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme3n1 ssd Linux_7f221181f53c1d593fe0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:22.674 INFO:teuthology.orchestra.run.smithi002.stdout:smithi153 /dev/nvme4n1 ssd Linux_e7ae0b13bcde16b5d826 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-25T21:24:23.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:23 smithi002 bash[24825]: cluster 2023-12-25T21:24:21.972171+0000 mgr.smithi002.hmjpwx (mgr.14180) 272 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:23.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:23 smithi002 bash[24825]: audit 2023-12-25T21:24:22.687569+0000 mon.smithi002 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:23.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:23 smithi153 bash[28368]: cluster 2023-12-25T21:24:21.972171+0000 mgr.smithi002.hmjpwx (mgr.14180) 272 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:23.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:23 smithi153 bash[28368]: audit 2023-12-25T21:24:22.687569+0000 mon.smithi002 (mon.0) 639 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:24:23.550 INFO:teuthology.run_tasks:Running task vip.exec... 2023-12-25T21:24:23.560 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:24:23.560 DEBUG:teuthology.orchestra.run.smithi002:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:24:23.575 INFO:teuthology.orchestra.run.smithi002.stderr:+ systemctl stop nfs-server 2023-12-25T21:24:23.696 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi153.front.sepia.ceph.com 2023-12-25T21:24:23.696 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-12-25T21:24:23.713 INFO:teuthology.orchestra.run.smithi153.stderr:+ systemctl stop nfs-server 2023-12-25T21:24:23.841 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-25T21:24:23.850 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:24:23.850 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2023-12-25T21:24:24.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:24 smithi002 bash[24825]: audit 2023-12-25T21:24:22.665768+0000 mgr.smithi002.hmjpwx (mgr.14180) 273 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:24 smithi153 bash[28368]: audit 2023-12-25T21:24:22.665768+0000 mgr.smithi002.hmjpwx (mgr.14180) 273 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:25.323 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:25 smithi002 bash[24825]: cluster 2023-12-25T21:24:23.972769+0000 mgr.smithi002.hmjpwx (mgr.14180) 274 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:25 smithi153 bash[28368]: cluster 2023-12-25T21:24:23.972769+0000 mgr.smithi002.hmjpwx (mgr.14180) 274 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:27.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:27 smithi002 bash[24825]: cluster 2023-12-25T21:24:25.973373+0000 mgr.smithi002.hmjpwx (mgr.14180) 275 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:27 smithi153 bash[28368]: cluster 2023-12-25T21:24:25.973373+0000 mgr.smithi002.hmjpwx (mgr.14180) 275 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:28 smithi002 bash[24825]: audit 2023-12-25T21:24:27.485689+0000 mon.smithi002 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-25T21:24:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:28 smithi153 bash[28368]: audit 2023-12-25T21:24:27.485689+0000 mon.smithi002 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-12-25T21:24:29.382 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: audit 2023-12-25T21:24:27.484770+0000 mgr.smithi002.hmjpwx (mgr.14180) 276 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: cluster 2023-12-25T21:24:27.973924+0000 mgr.smithi002.hmjpwx (mgr.14180) 277 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: audit 2023-12-25T21:24:28.080775+0000 mon.smithi002 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: cluster 2023-12-25T21:24:28.080879+0000 mon.smithi002 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: audit 2023-12-25T21:24:28.086270+0000 mon.smithi002 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: audit 2023-12-25T21:24:28.568683+0000 mon.smithi002 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: audit 2023-12-25T21:24:28.573601+0000 mon.smithi002 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:29.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:29 smithi002 bash[24825]: debug 2023-12-25T21:24:29.099+0000 7fc3280eb700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:24:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: audit 2023-12-25T21:24:27.484770+0000 mgr.smithi002.hmjpwx (mgr.14180) 276 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: cluster 2023-12-25T21:24:27.973924+0000 mgr.smithi002.hmjpwx (mgr.14180) 277 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: audit 2023-12-25T21:24:28.080775+0000 mon.smithi002 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: cluster 2023-12-25T21:24:28.080879+0000 mon.smithi002 (mon.0) 642 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: audit 2023-12-25T21:24:28.086270+0000 mon.smithi002 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: audit 2023-12-25T21:24:28.568683+0000 mon.smithi002 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:29.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:29 smithi153 bash[28368]: audit 2023-12-25T21:24:28.573601+0000 mon.smithi002 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:30.010 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-25T21:24:30.020 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.2/16' 2023-12-25T21:24:30.020 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch apply -i - 2023-12-25T21:24:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: audit 2023-12-25T21:24:29.090696+0000 mon.smithi002 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-25T21:24:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.090918+0000 mon.smithi002 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:24:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: audit 2023-12-25T21:24:29.101243+0000 mon.smithi002 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:24:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.102270+0000 mon.smithi002 (mon.0) 649 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:24:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.102341+0000 mon.smithi002 (mon.0) 650 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-25T21:24:30.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.115182+0000 mon.smithi002 (mon.0) 651 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:24:30.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: audit 2023-12-25T21:24:29.116129+0000 mon.smithi002 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-25T21:24:30.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.116300+0000 mon.smithi002 (mon.0) 653 : cluster [DBG] fsmap foofs:0 2023-12-25T21:24:30.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:30 smithi002 bash[24825]: audit 2023-12-25T21:24:29.128968+0000 mon.smithi002 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: audit 2023-12-25T21:24:29.090696+0000 mon.smithi002 (mon.0) 646 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.090918+0000 mon.smithi002 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: audit 2023-12-25T21:24:29.101243+0000 mon.smithi002 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.102270+0000 mon.smithi002 (mon.0) 649 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.102341+0000 mon.smithi002 (mon.0) 650 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-12-25T21:24:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.115182+0000 mon.smithi002 (mon.0) 651 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-25T21:24:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: audit 2023-12-25T21:24:29.116129+0000 mon.smithi002 (mon.0) 652 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-12-25T21:24:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.116300+0000 mon.smithi002 (mon.0) 653 : cluster [DBG] fsmap foofs:0 2023-12-25T21:24:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:30 smithi153 bash[28368]: audit 2023-12-25T21:24:29.128968+0000 mon.smithi002 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:31.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:31 smithi002 bash[24825]: cephadm 2023-12-25T21:24:29.121261+0000 mgr.smithi002.hmjpwx (mgr.14180) 278 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-25T21:24:31.373 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:31 smithi002 bash[24825]: cluster 2023-12-25T21:24:29.974681+0000 mgr.smithi002.hmjpwx (mgr.14180) 279 : cluster [DBG] pgmap v259: 65 pgs: 18 creating+peering, 13 active+clean, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:31.374 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:31 smithi002 bash[24825]: cluster 2023-12-25T21:24:30.116588+0000 mon.smithi002 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:24:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:31 smithi153 bash[28368]: cephadm 2023-12-25T21:24:29.121261+0000 mgr.smithi002.hmjpwx (mgr.14180) 278 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-12-25T21:24:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:31 smithi153 bash[28368]: cluster 2023-12-25T21:24:29.974681+0000 mgr.smithi002.hmjpwx (mgr.14180) 279 : cluster [DBG] pgmap v259: 65 pgs: 18 creating+peering, 13 active+clean, 34 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:31 smithi153 bash[28368]: cluster 2023-12-25T21:24:30.116588+0000 mon.smithi002 (mon.0) 655 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-25T21:24:32.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:32 smithi002 bash[24825]: cluster 2023-12-25T21:24:31.118322+0000 mon.smithi002 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:24:32.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:32 smithi002 bash[24825]: cluster 2023-12-25T21:24:31.975270+0000 mgr.smithi002.hmjpwx (mgr.14180) 280 : cluster [DBG] pgmap v262: 65 pgs: 18 creating+peering, 31 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:32 smithi153 bash[28368]: cluster 2023-12-25T21:24:31.118322+0000 mon.smithi002 (mon.0) 656 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-25T21:24:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:32 smithi153 bash[28368]: cluster 2023-12-25T21:24:31.975270+0000 mgr.smithi002.hmjpwx (mgr.14180) 280 : cluster [DBG] pgmap v262: 65 pgs: 18 creating+peering, 31 active+clean, 16 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:33.502 INFO:teuthology.orchestra.run.smithi002.stdout:Scheduled nfs.foo update... 2023-12-25T21:24:33.502 INFO:teuthology.orchestra.run.smithi002.stdout:Scheduled ingress.nfs.foo update... 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: audit 2023-12-25T21:24:33.480366+0000 mgr.smithi002.hmjpwx (mgr.14180) 281 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: cephadm 2023-12-25T21:24:33.490769+0000 mgr.smithi002.hmjpwx (mgr.14180) 282 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: audit 2023-12-25T21:24:33.497027+0000 mon.smithi002 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: cephadm 2023-12-25T21:24:33.497859+0000 mgr.smithi002.hmjpwx (mgr.14180) 283 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: audit 2023-12-25T21:24:33.501643+0000 mon.smithi002 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:34.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:34 smithi002 bash[24825]: cluster 2023-12-25T21:24:33.975796+0000 mgr.smithi002.hmjpwx (mgr.14180) 284 : cluster [DBG] pgmap v263: 65 pgs: 7 creating+peering, 47 active+clean, 11 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: audit 2023-12-25T21:24:33.480366+0000 mgr.smithi002.hmjpwx (mgr.14180) 281 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: cephadm 2023-12-25T21:24:33.490769+0000 mgr.smithi002.hmjpwx (mgr.14180) 282 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: audit 2023-12-25T21:24:33.497027+0000 mon.smithi002 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: cephadm 2023-12-25T21:24:33.497859+0000 mgr.smithi002.hmjpwx (mgr.14180) 283 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: audit 2023-12-25T21:24:33.501643+0000 mon.smithi002 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:34 smithi153 bash[28368]: cluster 2023-12-25T21:24:33.975796+0000 mgr.smithi002.hmjpwx (mgr.14180) 284 : cluster [DBG] pgmap v263: 65 pgs: 7 creating+peering, 47 active+clean, 11 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:34.968 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:24:34.978 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-12-25T21:24:34.978 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:37 smithi002 bash[24825]: cluster 2023-12-25T21:24:35.976430+0000 mgr.smithi002.hmjpwx (mgr.14180) 285 : cluster [DBG] pgmap v264: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:37 smithi002 bash[24825]: audit 2023-12-25T21:24:36.082743+0000 mon.smithi002 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:37 smithi153 bash[28368]: cluster 2023-12-25T21:24:35.976430+0000 mgr.smithi002.hmjpwx (mgr.14180) 285 : cluster [DBG] pgmap v264: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:37 smithi153 bash[28368]: audit 2023-12-25T21:24:36.082743+0000 mon.smithi002 (mon.0) 659 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:39 smithi002 bash[24825]: cluster 2023-12-25T21:24:37.977092+0000 mgr.smithi002.hmjpwx (mgr.14180) 286 : cluster [DBG] pgmap v265: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:39 smithi002 bash[24825]: audit 2023-12-25T21:24:38.705352+0000 mon.smithi002 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:39 smithi153 bash[28368]: cluster 2023-12-25T21:24:37.977092+0000 mgr.smithi002.hmjpwx (mgr.14180) 286 : cluster [DBG] pgmap v265: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:39 smithi153 bash[28368]: audit 2023-12-25T21:24:38.705352+0000 mon.smithi002 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:40.277 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:24:40.277 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [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.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:24:41.331 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:24:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:41 smithi002 bash[24825]: cluster 2023-12-25T21:24:39.978049+0000 mgr.smithi002.hmjpwx (mgr.14180) 287 : cluster [DBG] pgmap v266: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:41 smithi153 bash[28368]: cluster 2023-12-25T21:24:39.978049+0000 mgr.smithi002.hmjpwx (mgr.14180) 287 : cluster [DBG] pgmap v266: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:42.332 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:40.272743+0000 mgr.smithi002.hmjpwx (mgr.14180) 288 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.040668+0000 mon.smithi002 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.042917+0000 mon.smithi002 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.044268+0000 mon.smithi002 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.051237+0000 mon.smithi002 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.059232+0000 mon.smithi002 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.074070+0000 mon.smithi002 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.075479+0000 mon.smithi002 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.jbrtpw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.078954+0000 mon.smithi002 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.jbrtpw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:24:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:42 smithi002 bash[24825]: audit 2023-12-25T21:24:42.080168+0000 mon.smithi002 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:40.272743+0000 mgr.smithi002.hmjpwx (mgr.14180) 288 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.040668+0000 mon.smithi002 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.042917+0000 mon.smithi002 (mon.0) 662 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.044268+0000 mon.smithi002 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.051237+0000 mon.smithi002 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.059232+0000 mon.smithi002 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.074070+0000 mon.smithi002 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.075479+0000 mon.smithi002 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.jbrtpw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.078954+0000 mon.smithi002 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.jbrtpw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:24:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:42 smithi153 bash[28368]: audit 2023-12-25T21:24:42.080168+0000 mon.smithi002 (mon.0) 669 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:43.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:43 smithi153 bash[28368]: cluster 2023-12-25T21:24:41.978802+0000 mgr.smithi002.hmjpwx (mgr.14180) 289 : cluster [DBG] pgmap v267: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:43.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:43 smithi153 bash[28368]: cephadm 2023-12-25T21:24:42.081310+0000 mgr.smithi002.hmjpwx (mgr.14180) 290 : cephadm [INF] Deploying daemon mds.foofs.smithi153.jbrtpw on smithi153 2023-12-25T21:24:43.440 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:43 smithi002 bash[24825]: cluster 2023-12-25T21:24:41.978802+0000 mgr.smithi002.hmjpwx (mgr.14180) 289 : cluster [DBG] pgmap v267: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:43.440 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:43 smithi002 bash[24825]: cephadm 2023-12-25T21:24:42.081310+0000 mgr.smithi002.hmjpwx (mgr.14180) 290 : cephadm [INF] Deploying daemon mds.foofs.smithi153.jbrtpw on smithi153 2023-12-25T21:24:44.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:44 smithi153 bash[28368]: cluster 2023-12-25T21:24:43.979577+0000 mgr.smithi002.hmjpwx (mgr.14180) 291 : cluster [DBG] pgmap v268: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:44.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:44 smithi002 bash[24825]: cluster 2023-12-25T21:24:43.979577+0000 mgr.smithi002.hmjpwx (mgr.14180) 291 : cluster [DBG] pgmap v268: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:45 smithi002 bash[24825]: audit 2023-12-25T21:24:44.752285+0000 mon.smithi002 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:45 smithi002 bash[24825]: audit 2023-12-25T21:24:44.754568+0000 mon.smithi002 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi002.yrazxf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:24:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:45 smithi002 bash[24825]: audit 2023-12-25T21:24:44.758701+0000 mon.smithi002 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi002.yrazxf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:24:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:45 smithi002 bash[24825]: audit 2023-12-25T21:24:44.759912+0000 mon.smithi002 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:45.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:45 smithi002 bash[24825]: cephadm 2023-12-25T21:24:44.760955+0000 mgr.smithi002.hmjpwx (mgr.14180) 292 : cephadm [INF] Deploying daemon mds.foofs.smithi002.yrazxf on smithi002 2023-12-25T21:24:46.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:45 smithi153 bash[28368]: audit 2023-12-25T21:24:44.752285+0000 mon.smithi002 (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:46.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:45 smithi153 bash[28368]: audit 2023-12-25T21:24:44.754568+0000 mon.smithi002 (mon.0) 671 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi002.yrazxf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-12-25T21:24:46.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:45 smithi153 bash[28368]: audit 2023-12-25T21:24:44.758701+0000 mon.smithi002 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi002.yrazxf", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-12-25T21:24:46.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:45 smithi153 bash[28368]: audit 2023-12-25T21:24:44.759912+0000 mon.smithi002 (mon.0) 673 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:46.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:45 smithi153 bash[28368]: cephadm 2023-12-25T21:24:44.760955+0000 mgr.smithi002.hmjpwx (mgr.14180) 292 : cephadm [INF] Deploying daemon mds.foofs.smithi002.yrazxf on smithi002 2023-12-25T21:24:46.113 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:24:46.113 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [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.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:24:47.031 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:46 smithi002 bash[24825]: cluster 2023-12-25T21:24:45.980259+0000 mgr.smithi002.hmjpwx (mgr.14180) 293 : cluster [DBG] pgmap v269: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:47.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:46 smithi153 bash[28368]: cluster 2023-12-25T21:24:45.980259+0000 mgr.smithi002.hmjpwx (mgr.14180) 293 : cluster [DBG] pgmap v269: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:47.212 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:24:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: audit 2023-12-25T21:24:46.108265+0000 mgr.smithi002.hmjpwx (mgr.14180) 294 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.762719+0000 mon.smithi002 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.153:6832/457768874,v1:172.21.15.153:6833/457768874] up:boot 2023-12-25T21:24:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.762770+0000 mon.smithi002 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi153.jbrtpw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-25T21:24:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.762830+0000 mon.smithi002 (mon.0) 676 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-25T21:24:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.762848+0000 mon.smithi002 (mon.0) 677 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-25T21:24:48.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.762858+0000 mon.smithi002 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-12-25T21:24:48.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.763040+0000 mon.smithi002 (mon.0) 679 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-25T21:24:48.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: audit 2023-12-25T21:24:46.763159+0000 mon.smithi002 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.jbrtpw"}]: dispatch 2023-12-25T21:24:48.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.766128+0000 mon.smithi002 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:creating} 2023-12-25T21:24:48.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:47 smithi153 bash[28368]: cluster 2023-12-25T21:24:46.787205+0000 mon.smithi002 (mon.0) 682 : cluster [INF] daemon mds.foofs.smithi153.jbrtpw is now active in filesystem foofs as rank 0 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: audit 2023-12-25T21:24:46.108265+0000 mgr.smithi002.hmjpwx (mgr.14180) 294 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.762719+0000 mon.smithi002 (mon.0) 674 : cluster [DBG] mds.? [v2:172.21.15.153:6832/457768874,v1:172.21.15.153:6833/457768874] up:boot 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.762770+0000 mon.smithi002 (mon.0) 675 : cluster [INF] daemon mds.foofs.smithi153.jbrtpw assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.762830+0000 mon.smithi002 (mon.0) 676 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.762848+0000 mon.smithi002 (mon.0) 677 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.762858+0000 mon.smithi002 (mon.0) 678 : cluster [INF] Cluster is now healthy 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.763040+0000 mon.smithi002 (mon.0) 679 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: audit 2023-12-25T21:24:46.763159+0000 mon.smithi002 (mon.0) 680 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.jbrtpw"}]: dispatch 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.766128+0000 mon.smithi002 (mon.0) 681 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:creating} 2023-12-25T21:24:48.086 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:47 smithi002 bash[24825]: cluster 2023-12-25T21:24:46.787205+0000 mon.smithi002 (mon.0) 682 : cluster [INF] daemon mds.foofs.smithi153.jbrtpw is now active in filesystem foofs as rank 0 2023-12-25T21:24:48.213 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:48 smithi002 bash[24825]: cluster 2023-12-25T21:24:47.772371+0000 mon.smithi002 (mon.0) 683 : cluster [DBG] mds.? [v2:172.21.15.153:6832/457768874,v1:172.21.15.153:6833/457768874] up:active 2023-12-25T21:24:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:48 smithi002 bash[24825]: cluster 2023-12-25T21:24:47.772463+0000 mon.smithi002 (mon.0) 684 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 2023-12-25T21:24:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:48 smithi002 bash[24825]: cluster 2023-12-25T21:24:47.980930+0000 mgr.smithi002.hmjpwx (mgr.14180) 295 : cluster [DBG] pgmap v270: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:48 smithi002 bash[24825]: audit 2023-12-25T21:24:48.393250+0000 mon.smithi002 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:48 smithi002 bash[24825]: audit 2023-12-25T21:24:48.401342+0000 mon.smithi002 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:48 smithi153 bash[28368]: cluster 2023-12-25T21:24:47.772371+0000 mon.smithi002 (mon.0) 683 : cluster [DBG] mds.? [v2:172.21.15.153:6832/457768874,v1:172.21.15.153:6833/457768874] up:active 2023-12-25T21:24:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:48 smithi153 bash[28368]: cluster 2023-12-25T21:24:47.772463+0000 mon.smithi002 (mon.0) 684 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 2023-12-25T21:24:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:48 smithi153 bash[28368]: cluster 2023-12-25T21:24:47.980930+0000 mgr.smithi002.hmjpwx (mgr.14180) 295 : cluster [DBG] pgmap v270: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:24:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:48 smithi153 bash[28368]: audit 2023-12-25T21:24:48.393250+0000 mon.smithi002 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:48 smithi153 bash[28368]: audit 2023-12-25T21:24:48.401342+0000 mon.smithi002 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:49 smithi002 bash[24825]: audit 2023-12-25T21:24:48.426539+0000 mon.smithi002 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:24:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:49 smithi002 bash[24825]: audit 2023-12-25T21:24:49.080827+0000 mon.smithi002 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:49 smithi002 bash[24825]: audit 2023-12-25T21:24:49.404426+0000 mon.smithi002 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:24:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:49 smithi002 bash[24825]: cluster 2023-12-25T21:24:49.404525+0000 mon.smithi002 (mon.0) 690 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:24:49.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:49 smithi002 bash[24825]: audit 2023-12-25T21:24:49.406680+0000 mon.smithi002 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:24:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:49 smithi153 bash[28368]: audit 2023-12-25T21:24:48.426539+0000 mon.smithi002 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-12-25T21:24:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:49 smithi153 bash[28368]: audit 2023-12-25T21:24:49.080827+0000 mon.smithi002 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:49 smithi153 bash[28368]: audit 2023-12-25T21:24:49.404426+0000 mon.smithi002 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-12-25T21:24:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:49 smithi153 bash[28368]: cluster 2023-12-25T21:24:49.404525+0000 mon.smithi002 (mon.0) 690 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-25T21:24:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:49 smithi153 bash[28368]: audit 2023-12-25T21:24:49.406680+0000 mon.smithi002 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-12-25T21:24:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: cluster 2023-12-25T21:24:49.981902+0000 mgr.smithi002.hmjpwx (mgr.14180) 296 : cluster [DBG] pgmap v272: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s wr, 20 op/s 2023-12-25T21:24:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.409875+0000 mon.smithi002 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:24:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: cluster 2023-12-25T21:24:50.410444+0000 mon.smithi002 (mon.0) 693 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-25T21:24:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: cluster 2023-12-25T21:24:50.417232+0000 mon.smithi002 (mon.0) 694 : cluster [DBG] mds.? [v2:172.21.15.2:6834/4271453609,v1:172.21.15.2:6835/4271453609] up:boot 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: cluster 2023-12-25T21:24:50.418456+0000 mon.smithi002 (mon.0) 695 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 1 up:standby 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.418717+0000 mon.smithi002 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi002.yrazxf"}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.419201+0000 mon.smithi002 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: cluster 2023-12-25T21:24:50.428789+0000 mon.smithi002 (mon.0) 698 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 1 up:standby 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.433892+0000 mon.smithi002 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.435282+0000 mon.smithi002 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.439286+0000 mon.smithi002 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.440795+0000 mon.smithi002 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.500675+0000 mon.smithi002 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.506298+0000 mon.smithi002 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.638325+0000 mon.smithi002 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.643568+0000 mon.smithi002 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:24:51.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:50 smithi002 bash[24825]: audit 2023-12-25T21:24:50.650761+0000 mon.smithi002 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: cluster 2023-12-25T21:24:49.981902+0000 mgr.smithi002.hmjpwx (mgr.14180) 296 : cluster [DBG] pgmap v272: 97 pgs: 7 creating+peering, 25 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.2 KiB/s wr, 20 op/s 2023-12-25T21:24:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.409875+0000 mon.smithi002 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-12-25T21:24:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: cluster 2023-12-25T21:24:50.410444+0000 mon.smithi002 (mon.0) 693 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: cluster 2023-12-25T21:24:50.417232+0000 mon.smithi002 (mon.0) 694 : cluster [DBG] mds.? [v2:172.21.15.2:6834/4271453609,v1:172.21.15.2:6835/4271453609] up:boot 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: cluster 2023-12-25T21:24:50.418456+0000 mon.smithi002 (mon.0) 695 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 1 up:standby 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.418717+0000 mon.smithi002 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi002.yrazxf"}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.419201+0000 mon.smithi002 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: cluster 2023-12-25T21:24:50.428789+0000 mon.smithi002 (mon.0) 698 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.jbrtpw=up:active} 1 up:standby 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.433892+0000 mon.smithi002 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.435282+0000 mon.smithi002 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.439286+0000 mon.smithi002 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.440795+0000 mon.smithi002 (mon.0) 702 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.500675+0000 mon.smithi002 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.506298+0000 mon.smithi002 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.638325+0000 mon.smithi002 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.643568+0000 mon.smithi002 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi002.bdtrjp-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:24:51.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:50 smithi153 bash[28368]: audit 2023-12-25T21:24:50.650761+0000 mon.smithi002 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cephadm 2023-12-25T21:24:50.414361+0000 mgr.smithi002.hmjpwx (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.bdtrjp 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cephadm 2023-12-25T21:24:50.434818+0000 mgr.smithi002.hmjpwx (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cephadm 2023-12-25T21:24:50.574964+0000 mgr.smithi002.hmjpwx (mgr.14180) 299 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cephadm 2023-12-25T21:24:50.637517+0000 mgr.smithi002.hmjpwx (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.bdtrjp-rgw 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cephadm 2023-12-25T21:24:50.652071+0000 mgr.smithi002.hmjpwx (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi002.bdtrjp on smithi002 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: audit 2023-12-25T21:24:51.086156+0000 mon.smithi002 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:52.339 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:52 smithi002 bash[24825]: cluster 2023-12-25T21:24:51.418315+0000 mon.smithi002 (mon.0) 709 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cephadm 2023-12-25T21:24:50.414361+0000 mgr.smithi002.hmjpwx (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.bdtrjp 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cephadm 2023-12-25T21:24:50.434818+0000 mgr.smithi002.hmjpwx (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cephadm 2023-12-25T21:24:50.574964+0000 mgr.smithi002.hmjpwx (mgr.14180) 299 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cephadm 2023-12-25T21:24:50.637517+0000 mgr.smithi002.hmjpwx (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi002.bdtrjp-rgw 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cephadm 2023-12-25T21:24:50.652071+0000 mgr.smithi002.hmjpwx (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi002.bdtrjp on smithi002 2023-12-25T21:24:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: audit 2023-12-25T21:24:51.086156+0000 mon.smithi002 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:52 smithi153 bash[28368]: cluster 2023-12-25T21:24:51.418315+0000 mon.smithi002 (mon.0) 709 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2023-12-25T21:24:52.760 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:24:52.760 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [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.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:24:53.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:53 smithi153 bash[28368]: cluster 2023-12-25T21:24:51.982826+0000 mgr.smithi002.hmjpwx (mgr.14180) 302 : cluster [DBG] pgmap v275: 97 pgs: 7 creating+peering, 17 unknown, 73 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 8 op/s 2023-12-25T21:24:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:53 smithi002 bash[24825]: cluster 2023-12-25T21:24:51.982826+0000 mgr.smithi002.hmjpwx (mgr.14180) 302 : cluster [DBG] pgmap v275: 97 pgs: 7 creating+peering, 17 unknown, 73 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s wr, 8 op/s 2023-12-25T21:24:53.984 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:24:54.204 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:54 smithi002 bash[24825]: audit 2023-12-25T21:24:52.750114+0000 mgr.smithi002.hmjpwx (mgr.14180) 303 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:54 smithi153 bash[28368]: audit 2023-12-25T21:24:52.750114+0000 mgr.smithi002.hmjpwx (mgr.14180) 303 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:24:54.985 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:24:55.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: cluster 2023-12-25T21:24:53.984039+0000 mgr.smithi002.hmjpwx (mgr.14180) 304 : cluster [DBG] pgmap v276: 97 pgs: 7 creating+peering, 9 unknown, 81 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-25T21:24:55.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.496280+0000 mon.smithi002 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:55.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.498585+0000 mon.smithi002 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.504212+0000 mon.smithi002 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.505718+0000 mon.smithi002 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.510934+0000 mon.smithi002 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.513027+0000 mon.smithi002 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.571047+0000 mon.smithi002 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.575551+0000 mon.smithi002 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.637495+0000 mon.smithi002 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.642190+0000 mon.smithi002 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:24:55.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:55 smithi153 bash[28368]: audit 2023-12-25T21:24:54.643761+0000 mon.smithi002 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: cluster 2023-12-25T21:24:53.984039+0000 mgr.smithi002.hmjpwx (mgr.14180) 304 : cluster [DBG] pgmap v276: 97 pgs: 7 creating+peering, 9 unknown, 81 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 223 B/s rd, 1.5 KiB/s wr, 5 op/s 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.496280+0000 mon.smithi002 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.498585+0000 mon.smithi002 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.504212+0000 mon.smithi002 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.505718+0000 mon.smithi002 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.510934+0000 mon.smithi002 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.513027+0000 mon.smithi002 (mon.0) 715 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.571047+0000 mon.smithi002 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-12-25T21:24:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.575551+0000 mon.smithi002 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-12-25T21:24:55.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.637495+0000 mon.smithi002 (mon.0) 718 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-25T21:24:55.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.642190+0000 mon.smithi002 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.ppstri-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-25T21:24:55.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:55 smithi002 bash[24825]: audit 2023-12-25T21:24:54.643761+0000 mon.smithi002 (mon.0) 720 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:24:56.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:56 smithi153 bash[28368]: cephadm 2023-12-25T21:24:54.498178+0000 mgr.smithi002.hmjpwx (mgr.14180) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.ppstri 2023-12-25T21:24:56.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:56 smithi153 bash[28368]: cephadm 2023-12-25T21:24:54.505284+0000 mgr.smithi002.hmjpwx (mgr.14180) 306 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-25T21:24:56.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:56 smithi153 bash[28368]: cephadm 2023-12-25T21:24:54.636831+0000 mgr.smithi002.hmjpwx (mgr.14180) 307 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:24:56.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:56 smithi153 bash[28368]: cephadm 2023-12-25T21:24:54.636993+0000 mgr.smithi002.hmjpwx (mgr.14180) 308 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.ppstri-rgw 2023-12-25T21:24:56.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:56 smithi153 bash[28368]: cephadm 2023-12-25T21:24:54.644767+0000 mgr.smithi002.hmjpwx (mgr.14180) 309 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi153.ppstri on smithi153 2023-12-25T21:24:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:56 smithi002 bash[24825]: cephadm 2023-12-25T21:24:54.498178+0000 mgr.smithi002.hmjpwx (mgr.14180) 305 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.ppstri 2023-12-25T21:24:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:56 smithi002 bash[24825]: cephadm 2023-12-25T21:24:54.505284+0000 mgr.smithi002.hmjpwx (mgr.14180) 306 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-12-25T21:24:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:56 smithi002 bash[24825]: cephadm 2023-12-25T21:24:54.636831+0000 mgr.smithi002.hmjpwx (mgr.14180) 307 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-12-25T21:24:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:56 smithi002 bash[24825]: cephadm 2023-12-25T21:24:54.636993+0000 mgr.smithi002.hmjpwx (mgr.14180) 308 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.ppstri-rgw 2023-12-25T21:24:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:56 smithi002 bash[24825]: cephadm 2023-12-25T21:24:54.644767+0000 mgr.smithi002.hmjpwx (mgr.14180) 309 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi153.ppstri on smithi153 2023-12-25T21:24:57.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:57 smithi153 bash[28368]: cluster 2023-12-25T21:24:55.985410+0000 mgr.smithi002.hmjpwx (mgr.14180) 310 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 155 B/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-25T21:24:57.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:57 smithi002 bash[24825]: cluster 2023-12-25T21:24:55.985410+0000 mgr.smithi002.hmjpwx (mgr.14180) 310 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 155 B/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-25T21:24:58.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:58 smithi002 bash[24825]: audit 2023-12-25T21:24:57.429079+0000 mon.smithi002 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:58.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:58 smithi002 bash[24825]: audit 2023-12-25T21:24:57.441941+0000 mon.smithi002 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:58.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:58 smithi002 bash[24825]: cephadm 2023-12-25T21:24:57.458687+0000 mgr.smithi002.hmjpwx (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.artilm on smithi153 2023-12-25T21:24:58.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:24:58 smithi002 bash[24825]: cluster 2023-12-25T21:24:57.986318+0000 mgr.smithi002.hmjpwx (mgr.14180) 312 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 1 op/s 2023-12-25T21:24:58.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:58 smithi153 bash[28368]: audit 2023-12-25T21:24:57.429079+0000 mon.smithi002 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:58.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:58 smithi153 bash[28368]: audit 2023-12-25T21:24:57.441941+0000 mon.smithi002 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:24:58.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:58 smithi153 bash[28368]: cephadm 2023-12-25T21:24:57.458687+0000 mgr.smithi002.hmjpwx (mgr.14180) 311 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.artilm on smithi153 2023-12-25T21:24:58.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:24:58 smithi153 bash[28368]: cluster 2023-12-25T21:24:57.986318+0000 mgr.smithi002.hmjpwx (mgr.14180) 312 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 1 op/s 2023-12-25T21:24:58.948 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:24:58.948 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [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.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:24:59.710 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:25:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:00 smithi002 bash[24825]: audit 2023-12-25T21:24:58.942117+0000 mgr.smithi002.hmjpwx (mgr.14180) 313 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:00.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:00 smithi002 bash[24825]: audit 2023-12-25T21:24:59.101425+0000 mon.smithi002 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:00 smithi153 bash[28368]: audit 2023-12-25T21:24:58.942117+0000 mgr.smithi002.hmjpwx (mgr.14180) 313 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:00 smithi153 bash[28368]: audit 2023-12-25T21:24:59.101425+0000 mon.smithi002 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:00.711 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:01 smithi002 bash[24825]: cluster 2023-12-25T21:24:59.987457+0000 mgr.smithi002.hmjpwx (mgr.14180) 314 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-25T21:25:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:01 smithi153 bash[28368]: cluster 2023-12-25T21:24:59.987457+0000 mgr.smithi002.hmjpwx (mgr.14180) 314 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.1 KiB/s wr, 3 op/s 2023-12-25T21:25:02.388 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: cephadm 2023-12-25T21:25:01.266151+0000 mgr.smithi002.hmjpwx (mgr.14180) 315 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.388 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:02.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: cephadm 2023-12-25T21:25:01.266429+0000 mgr.smithi002.hmjpwx (mgr.14180) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: audit 2023-12-25T21:25:01.266982+0000 mon.smithi002 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.artilm"}]: dispatch 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: cephadm 2023-12-25T21:25:01.268262+0000 mgr.smithi002.hmjpwx (mgr.14180) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.392 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.392 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.392 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.392 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: cephadm 2023-12-25T21:25:01.273800+0000 mgr.smithi002.hmjpwx (mgr.14180) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.kzjuas on smithi002 2023-12-25T21:25:02.392 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:02 smithi002 bash[24825]: cluster 2023-12-25T21:25:01.988022+0000 mgr.smithi002.hmjpwx (mgr.14180) 319 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: cephadm 2023-12-25T21:25:01.266151+0000 mgr.smithi002.hmjpwx (mgr.14180) 315 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: cephadm 2023-12-25T21:25:01.266429+0000 mgr.smithi002.hmjpwx (mgr.14180) 316 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: audit 2023-12-25T21:25:01.266982+0000 mon.smithi002 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.artilm"}]: dispatch 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: cephadm 2023-12-25T21:25:01.268262+0000 mgr.smithi002.hmjpwx (mgr.14180) 317 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.artilm ... 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:02.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:02.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:02.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:02.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: cephadm 2023-12-25T21:25:01.273800+0000 mgr.smithi002.hmjpwx (mgr.14180) 318 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.kzjuas on smithi002 2023-12-25T21:25:02.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:02 smithi153 bash[28368]: cluster 2023-12-25T21:25:01.988022+0000 mgr.smithi002.hmjpwx (mgr.14180) 319 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1.0 KiB/s wr, 2 op/s 2023-12-25T21:25:04.261 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:04.261 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:25:01.268147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\nDeploy daemon haproxy.nfs.foo.smithi153.artilm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:04.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:04 smithi002 bash[24825]: cluster 2023-12-25T21:25:03.988610+0000 mgr.smithi002.hmjpwx (mgr.14180) 320 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-25T21:25:05.156 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:25:05.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:04 smithi153 bash[28368]: cluster 2023-12-25T21:25:03.988610+0000 mgr.smithi002.hmjpwx (mgr.14180) 320 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.7 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-12-25T21:25:06.157 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:06.169 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:05 smithi002 bash[24825]: audit 2023-12-25T21:25:04.249284+0000 mgr.smithi002.hmjpwx (mgr.14180) 321 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:06.170 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:05 smithi002 bash[24825]: audit 2023-12-25T21:25:05.266760+0000 mon.smithi002 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.kzjuas"}]: dispatch 2023-12-25T21:25:06.170 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:05 smithi002 bash[24825]: audit 2023-12-25T21:25:05.277924+0000 mon.smithi002 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:06.170 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:05 smithi002 bash[24825]: audit 2023-12-25T21:25:05.282295+0000 mon.smithi002 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:06.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:05 smithi153 bash[28368]: audit 2023-12-25T21:25:04.249284+0000 mgr.smithi002.hmjpwx (mgr.14180) 321 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:06.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:05 smithi153 bash[28368]: audit 2023-12-25T21:25:05.266760+0000 mon.smithi002 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.kzjuas"}]: dispatch 2023-12-25T21:25:06.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:05 smithi153 bash[28368]: audit 2023-12-25T21:25:05.277924+0000 mon.smithi002 (mon.0) 726 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:06.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:05 smithi153 bash[28368]: audit 2023-12-25T21:25:05.282295+0000 mon.smithi002 (mon.0) 727 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:07.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cephadm 2023-12-25T21:25:05.265572+0000 mgr.smithi002.hmjpwx (mgr.14180) 322 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:07.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cephadm 2023-12-25T21:25:05.266157+0000 mgr.smithi002.hmjpwx (mgr.14180) 323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cephadm 2023-12-25T21:25:05.268107+0000 mgr.smithi002.hmjpwx (mgr.14180) 324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.kzjuas on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cephadm 2023-12-25T21:25:05.278545+0000 mgr.smithi002.hmjpwx (mgr.14180) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.eszzww on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cephadm 2023-12-25T21:25:05.280851+0000 mgr.smithi002.hmjpwx (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cluster 2023-12-25T21:25:05.282083+0000 mgr.smithi002.hmjpwx (mgr.14180) 327 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:07.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:06 smithi002 bash[24825]: cluster 2023-12-25T21:25:06.274121+0000 mon.smithi002 (mon.0) 728 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:07.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cephadm 2023-12-25T21:25:05.265572+0000 mgr.smithi002.hmjpwx (mgr.14180) 322 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:07.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cephadm 2023-12-25T21:25:05.266157+0000 mgr.smithi002.hmjpwx (mgr.14180) 323 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cephadm 2023-12-25T21:25:05.268107+0000 mgr.smithi002.hmjpwx (mgr.14180) 324 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.kzjuas on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kzjuas ... 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cephadm 2023-12-25T21:25:05.278545+0000 mgr.smithi002.hmjpwx (mgr.14180) 325 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.eszzww on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cephadm 2023-12-25T21:25:05.280851+0000 mgr.smithi002.hmjpwx (mgr.14180) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cluster 2023-12-25T21:25:05.282083+0000 mgr.smithi002.hmjpwx (mgr.14180) 327 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:07.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:06 smithi153 bash[28368]: cluster 2023-12-25T21:25:06.274121+0000 mon.smithi002 (mon.0) 728 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:09.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:08 smithi002 bash[24825]: cluster 2023-12-25T21:25:07.283232+0000 mgr.smithi002.hmjpwx (mgr.14180) 328 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:09.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:08 smithi153 bash[28368]: cluster 2023-12-25T21:25:07.283232+0000 mgr.smithi002.hmjpwx (mgr.14180) 328 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:09.720 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:09.720 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:24:28.492111Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:24:28.158222Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:24:28.492603Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:25:01.268147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\nDeploy daemon haproxy.nfs.foo.smithi153.artilm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.267909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kzjuas on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\nDeploy daemon haproxy.nfs.foo.smithi002.kzjuas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.278387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.eszzww on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:05.280718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:24:28.158564Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:24:28.158809Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:24:28.159041Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:24:28.159266Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:24:28.493056Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:10 smithi002 bash[24825]: audit 2023-12-25T21:25:09.118832+0000 mon.smithi002 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:10 smithi002 bash[24825]: cluster 2023-12-25T21:25:09.284482+0000 mgr.smithi002.hmjpwx (mgr.14180) 329 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:10 smithi002 bash[24825]: audit 2023-12-25T21:25:09.715310+0000 mgr.smithi002.hmjpwx (mgr.14180) 330 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:10.520 INFO:tasks.cephadm:nfs.foo has 0/2 2023-12-25T21:25:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:10 smithi153 bash[28368]: audit 2023-12-25T21:25:09.118832+0000 mon.smithi002 (mon.0) 729 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:10 smithi153 bash[28368]: cluster 2023-12-25T21:25:09.284482+0000 mgr.smithi002.hmjpwx (mgr.14180) 329 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.4 KiB/s wr, 4 op/s 2023-12-25T21:25:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:10 smithi153 bash[28368]: audit 2023-12-25T21:25:09.715310+0000 mgr.smithi002.hmjpwx (mgr.14180) 330 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:11.521 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:11.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:11 smithi002 bash[24825]: audit 2023-12-25T21:25:10.885809+0000 mon.smithi002 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:12.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:11 smithi153 bash[28368]: audit 2023-12-25T21:25:10.885809+0000 mon.smithi002 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: cluster 2023-12-25T21:25:11.285218+0000 mgr.smithi002.hmjpwx (mgr.14180) 331 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 815 B/s wr, 2 op/s 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.399696+0000 mon.smithi002 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.402084+0000 mon.smithi002 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.403444+0000 mon.smithi002 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.409504+0000 mon.smithi002 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.416194+0000 mon.smithi002 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:13.217 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:12 smithi002 bash[24825]: audit 2023-12-25T21:25:12.431532+0000 mon.smithi002 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: cluster 2023-12-25T21:25:11.285218+0000 mgr.smithi002.hmjpwx (mgr.14180) 331 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 815 B/s wr, 2 op/s 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.399696+0000 mon.smithi002 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.402084+0000 mon.smithi002 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.403444+0000 mon.smithi002 (mon.0) 733 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.409504+0000 mon.smithi002 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.416194+0000 mon.smithi002 (mon.0) 735 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:13.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:12 smithi153 bash[28368]: audit 2023-12-25T21:25:12.431532+0000 mon.smithi002 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:13 smithi002 bash[24825]: cluster 2023-12-25T21:25:12.410416+0000 mgr.smithi002.hmjpwx (mgr.14180) 332 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 786 B/s wr, 2 op/s 2023-12-25T21:25:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:13 smithi002 bash[24825]: cephadm 2023-12-25T21:25:12.434683+0000 mgr.smithi002.hmjpwx (mgr.14180) 333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nkqmgl on smithi153 2023-12-25T21:25:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:13 smithi002 bash[24825]: cluster 2023-12-25T21:25:13.407406+0000 mon.smithi002 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:14.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:13 smithi002 bash[24825]: cluster 2023-12-25T21:25:13.407492+0000 mon.smithi002 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:14.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:13 smithi153 bash[28368]: cluster 2023-12-25T21:25:12.410416+0000 mgr.smithi002.hmjpwx (mgr.14180) 332 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 786 B/s wr, 2 op/s 2023-12-25T21:25:14.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:13 smithi153 bash[28368]: cephadm 2023-12-25T21:25:12.434683+0000 mgr.smithi002.hmjpwx (mgr.14180) 333 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nkqmgl on smithi153 2023-12-25T21:25:14.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:13 smithi153 bash[28368]: cluster 2023-12-25T21:25:13.407406+0000 mon.smithi002 (mon.0) 737 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:14.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:13 smithi153 bash[28368]: cluster 2023-12-25T21:25:13.407492+0000 mon.smithi002 (mon.0) 738 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:15.197 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:15.197 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:12.387076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:10.872264Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:12.387355Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:24:33.501955Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-12-25T21:25:01.268147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\nDeploy daemon haproxy.nfs.foo.smithi153.artilm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.267909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kzjuas on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\nDeploy daemon haproxy.nfs.foo.smithi002.kzjuas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.278387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.eszzww on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:05.280718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:10.874583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:10.872700Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:10.872981Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:10.874840Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:10.873291Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:10.873556Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:12.387634Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:16.058 INFO:tasks.cephadm:nfs.foo has 2/2 2023-12-25T21:25:16.058 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-25T21:25:16.068 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-12-25T21:25:16.068 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:16.176 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:15 smithi153 bash[28368]: cluster 2023-12-25T21:25:14.411084+0000 mgr.smithi002.hmjpwx (mgr.14180) 334 : cluster [DBG] pgmap v287: 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-12-25T21:25:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:15 smithi002 bash[24825]: cluster 2023-12-25T21:25:14.411084+0000 mgr.smithi002.hmjpwx (mgr.14180) 334 : cluster [DBG] pgmap v287: 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-12-25T21:25:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:16 smithi002 bash[24825]: audit 2023-12-25T21:25:15.187130+0000 mgr.smithi002.hmjpwx (mgr.14180) 335 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:16 smithi002 bash[24825]: audit 2023-12-25T21:25:16.259318+0000 mon.smithi002 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nkqmgl"}]: dispatch 2023-12-25T21:25:17.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:16 smithi153 bash[28368]: audit 2023-12-25T21:25:15.187130+0000 mgr.smithi002.hmjpwx (mgr.14180) 335 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:17.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:16 smithi153 bash[28368]: audit 2023-12-25T21:25:16.259318+0000 mon.smithi002 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nkqmgl"}]: dispatch 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: cephadm 2023-12-25T21:25:16.258645+0000 mgr.smithi002.hmjpwx (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:17.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:17.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: cephadm 2023-12-25T21:25:16.258934+0000 mgr.smithi002.hmjpwx (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: cephadm 2023-12-25T21:25:16.260226+0000 mgr.smithi002.hmjpwx (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nkqmgl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: cephadm 2023-12-25T21:25:16.262543+0000 mgr.smithi002.hmjpwx (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.ogjeyf on smithi002 2023-12-25T21:25:17.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:17 smithi002 bash[24825]: cluster 2023-12-25T21:25:16.411955+0000 mgr.smithi002.hmjpwx (mgr.14180) 340 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: cephadm 2023-12-25T21:25:16.258645+0000 mgr.smithi002.hmjpwx (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:18.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:18.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: cephadm 2023-12-25T21:25:16.258934+0000 mgr.smithi002.hmjpwx (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: cephadm 2023-12-25T21:25:16.260226+0000 mgr.smithi002.hmjpwx (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nkqmgl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkqmgl ... 2023-12-25T21:25:18.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: cephadm 2023-12-25T21:25:16.262543+0000 mgr.smithi002.hmjpwx (mgr.14180) 339 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.ogjeyf on smithi002 2023-12-25T21:25:18.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:17 smithi153 bash[28368]: cluster 2023-12-25T21:25:16.411955+0000 mgr.smithi002.hmjpwx (mgr.14180) 340 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:19.620 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:19.620 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:12.387076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:10.872264Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:12.387355Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:01.268147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.artilm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-artilm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.artilm\nDeploy daemon haproxy.nfs.foo.smithi153.artilm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.267909Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kzjuas on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kzjuas\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kzjuas\nDeploy daemon haproxy.nfs.foo.smithi002.kzjuas ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:05.278387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.eszzww on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:05.280718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:16.260126Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkqmgl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\nDeploy daemon haproxy.nfs.foo.smithi153.nkqmgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:10.874583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:10.872700Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:10.872981Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:10.874840Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:10.873291Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:10.873556Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:12.387634Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:20.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:19 smithi002 bash[24825]: cluster 2023-12-25T21:25:18.412690+0000 mgr.smithi002.hmjpwx (mgr.14180) 341 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:19 smithi153 bash[28368]: cluster 2023-12-25T21:25:18.412690+0000 mgr.smithi002.hmjpwx (mgr.14180) 341 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:20.687 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:20 smithi002 bash[24825]: audit 2023-12-25T21:25:19.614182+0000 mgr.smithi002.hmjpwx (mgr.14180) 342 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:20 smithi002 bash[24825]: audit 2023-12-25T21:25:20.691002+0000 mon.smithi002 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.ogjeyf"}]: dispatch 2023-12-25T21:25:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:20 smithi002 bash[24825]: audit 2023-12-25T21:25:20.701821+0000 mon.smithi002 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:21.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:20 smithi153 bash[28368]: audit 2023-12-25T21:25:19.614182+0000 mgr.smithi002.hmjpwx (mgr.14180) 342 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:21.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:20 smithi153 bash[28368]: audit 2023-12-25T21:25:20.691002+0000 mon.smithi002 (mon.0) 740 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.ogjeyf"}]: dispatch 2023-12-25T21:25:21.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:20 smithi153 bash[28368]: audit 2023-12-25T21:25:20.701821+0000 mon.smithi002 (mon.0) 741 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:25:21.688 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cluster 2023-12-25T21:25:20.413671+0000 mgr.smithi002.hmjpwx (mgr.14180) 343 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cephadm 2023-12-25T21:25:20.689863+0000 mgr.smithi002.hmjpwx (mgr.14180) 344 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:21.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cephadm 2023-12-25T21:25:20.690394+0000 mgr.smithi002.hmjpwx (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cephadm 2023-12-25T21:25:20.692270+0000 mgr.smithi002.hmjpwx (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.ogjeyf on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:21.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cephadm 2023-12-25T21:25:20.695759+0000 mgr.smithi002.hmjpwx (mgr.14180) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.bidceh on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cephadm 2023-12-25T21:25:20.697783+0000 mgr.smithi002.hmjpwx (mgr.14180) 348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cluster 2023-12-25T21:25:20.698849+0000 mgr.smithi002.hmjpwx (mgr.14180) 349 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: cluster 2023-12-25T21:25:20.928177+0000 mon.smithi002 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:21.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:21 smithi002 bash[24825]: audit 2023-12-25T21:25:21.092012+0000 mon.smithi002 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cluster 2023-12-25T21:25:20.413671+0000 mgr.smithi002.hmjpwx (mgr.14180) 343 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cephadm 2023-12-25T21:25:20.689863+0000 mgr.smithi002.hmjpwx (mgr.14180) 344 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cephadm 2023-12-25T21:25:20.690394+0000 mgr.smithi002.hmjpwx (mgr.14180) 345 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cephadm 2023-12-25T21:25:20.692270+0000 mgr.smithi002.hmjpwx (mgr.14180) 346 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.ogjeyf on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.ogjeyf ... 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cephadm 2023-12-25T21:25:20.695759+0000 mgr.smithi002.hmjpwx (mgr.14180) 347 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.bidceh on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cephadm 2023-12-25T21:25:20.697783+0000 mgr.smithi002.hmjpwx (mgr.14180) 348 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cluster 2023-12-25T21:25:20.698849+0000 mgr.smithi002.hmjpwx (mgr.14180) 349 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 B/s rd, 0 op/s 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: cluster 2023-12-25T21:25:20.928177+0000 mon.smithi002 (mon.0) 742 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:22.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:21 smithi153 bash[28368]: audit 2023-12-25T21:25:21.092012+0000 mon.smithi002 (mon.0) 743 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:24.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:23 smithi002 bash[24825]: cluster 2023-12-25T21:25:22.699917+0000 mgr.smithi002.hmjpwx (mgr.14180) 350 : cluster [DBG] pgmap v292: 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-12-25T21:25:24.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:23 smithi153 bash[28368]: cluster 2023-12-25T21:25:22.699917+0000 mgr.smithi002.hmjpwx (mgr.14180) 350 : cluster [DBG] pgmap v292: 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-12-25T21:25:25.491 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:25.492 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:12.387076Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:10.872264Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:12.387355Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:05.280718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:16.260126Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkqmgl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\nDeploy daemon haproxy.nfs.foo.smithi153.nkqmgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:20.692048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.ogjeyf on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf\nDeploy daemon haproxy.nfs.foo.smithi002.ogjeyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:20.695593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.bidceh on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:10.874583Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:10.872700Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:10.872981Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:10.874840Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:10.873291Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:10.873556Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:12.387634Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:25 smithi002 bash[24825]: audit 2023-12-25T21:25:24.134344+0000 mon.smithi002 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:25 smithi002 bash[24825]: cluster 2023-12-25T21:25:24.701431+0000 mgr.smithi002.hmjpwx (mgr.14180) 351 : cluster [DBG] pgmap v293: 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-12-25T21:25:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:25 smithi153 bash[28368]: audit 2023-12-25T21:25:24.134344+0000 mon.smithi002 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:25 smithi153 bash[28368]: cluster 2023-12-25T21:25:24.701431+0000 mgr.smithi002.hmjpwx (mgr.14180) 351 : cluster [DBG] pgmap v293: 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-12-25T21:25:26.338 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:26.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:26 smithi002 bash[24825]: audit 2023-12-25T21:25:25.480073+0000 mgr.smithi002.hmjpwx (mgr.14180) 352 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:26 smithi153 bash[28368]: audit 2023-12-25T21:25:25.480073+0000 mgr.smithi002.hmjpwx (mgr.14180) 352 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:27.340 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:26.368864+0000 mon.smithi002 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: cluster 2023-12-25T21:25:26.702543+0000 mgr.smithi002.hmjpwx (mgr.14180) 353 : cluster [DBG] pgmap v294: 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-12-25T21:25:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:26.751887+0000 mon.smithi002 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:27.059554+0000 mon.smithi002 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:27.061166+0000 mon.smithi002 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:27.068436+0000 mon.smithi002 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: cluster 2023-12-25T21:25:27.069198+0000 mgr.smithi002.hmjpwx (mgr.14180) 354 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:27.076553+0000 mon.smithi002 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: audit 2023-12-25T21:25:27.090760+0000 mon.smithi002 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:27 smithi002 bash[24825]: cephadm 2023-12-25T21:25:27.095250+0000 mgr.smithi002.hmjpwx (mgr.14180) 355 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.okjufl on smithi153 2023-12-25T21:25:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:26.368864+0000 mon.smithi002 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: cluster 2023-12-25T21:25:26.702543+0000 mgr.smithi002.hmjpwx (mgr.14180) 353 : cluster [DBG] pgmap v294: 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-12-25T21:25:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:26.751887+0000 mon.smithi002 (mon.0) 746 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:27.059554+0000 mon.smithi002 (mon.0) 747 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:27.061166+0000 mon.smithi002 (mon.0) 748 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:27.068436+0000 mon.smithi002 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: cluster 2023-12-25T21:25:27.069198+0000 mgr.smithi002.hmjpwx (mgr.14180) 354 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:27.076553+0000 mon.smithi002 (mon.0) 750 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: audit 2023-12-25T21:25:27.090760+0000 mon.smithi002 (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:27.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:27 smithi153 bash[28368]: cephadm 2023-12-25T21:25:27.095250+0000 mgr.smithi002.hmjpwx (mgr.14180) 355 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.okjufl on smithi153 2023-12-25T21:25:28.624 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:28 smithi002 bash[24825]: cluster 2023-12-25T21:25:27.365889+0000 mon.smithi002 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:28.624 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:28 smithi002 bash[24825]: cluster 2023-12-25T21:25:27.365943+0000 mon.smithi002 (mon.0) 753 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:28.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:28 smithi153 bash[28368]: cluster 2023-12-25T21:25:27.365889+0000 mon.smithi002 (mon.0) 752 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:25:28.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:28 smithi153 bash[28368]: cluster 2023-12-25T21:25:27.365943+0000 mon.smithi002 (mon.0) 753 : cluster [INF] Cluster is now healthy 2023-12-25T21:25:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:29 smithi002 bash[24825]: cluster 2023-12-25T21:25:29.070145+0000 mgr.smithi002.hmjpwx (mgr.14180) 356 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:25:30.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:29 smithi153 bash[28368]: cluster 2023-12-25T21:25:29.070145+0000 mgr.smithi002.hmjpwx (mgr.14180) 356 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:25:30.716 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:30.716 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:05.280718Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pkvjit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:16.260126Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkqmgl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkqmgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkqmgl\nDeploy daemon haproxy.nfs.foo.smithi153.nkqmgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:20.692048Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.ogjeyf on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-ogjeyf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.ogjeyf\nDeploy daemon haproxy.nfs.foo.smithi002.ogjeyf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:20.695593Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.bidceh on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:31.004 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:30 smithi002 bash[24825]: audit 2023-12-25T21:25:30.889742+0000 mon.smithi002 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.okjufl"}]: dispatch 2023-12-25T21:25:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:30 smithi153 bash[28368]: audit 2023-12-25T21:25:30.889742+0000 mon.smithi002 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.okjufl"}]: dispatch 2023-12-25T21:25:31.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: audit 2023-12-25T21:25:30.705768+0000 mgr.smithi002.hmjpwx (mgr.14180) 357 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: cephadm 2023-12-25T21:25:30.888358+0000 mgr.smithi002.hmjpwx (mgr.14180) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: cephadm 2023-12-25T21:25:30.888900+0000 mgr.smithi002.hmjpwx (mgr.14180) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: cephadm 2023-12-25T21:25:30.891515+0000 mgr.smithi002.hmjpwx (mgr.14180) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: cephadm 2023-12-25T21:25:30.896534+0000 mgr.smithi002.hmjpwx (mgr.14180) 361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.nrmfva on smithi002 2023-12-25T21:25:32.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:31 smithi002 bash[24825]: cluster 2023-12-25T21:25:31.070661+0000 mgr.smithi002.hmjpwx (mgr.14180) 362 : cluster [DBG] pgmap v297: 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-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: audit 2023-12-25T21:25:30.705768+0000 mgr.smithi002.hmjpwx (mgr.14180) 357 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: cephadm 2023-12-25T21:25:30.888358+0000 mgr.smithi002.hmjpwx (mgr.14180) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: cephadm 2023-12-25T21:25:30.888900+0000 mgr.smithi002.hmjpwx (mgr.14180) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: cephadm 2023-12-25T21:25:30.891515+0000 mgr.smithi002.hmjpwx (mgr.14180) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.okjufl ... 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:32.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:32.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:32.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:32.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: cephadm 2023-12-25T21:25:30.896534+0000 mgr.smithi002.hmjpwx (mgr.14180) 361 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.nrmfva on smithi002 2023-12-25T21:25:32.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:31 smithi153 bash[28368]: cluster 2023-12-25T21:25:31.070661+0000 mgr.smithi002.hmjpwx (mgr.14180) 362 : cluster [DBG] pgmap v297: 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-12-25T21:25:32.623 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:33 smithi002 bash[24825]: cluster 2023-12-25T21:25:33.071103+0000 mgr.smithi002.hmjpwx (mgr.14180) 363 : cluster [DBG] pgmap v298: 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-12-25T21:25:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:33 smithi153 bash[28368]: cluster 2023-12-25T21:25:33.071103+0000 mgr.smithi002.hmjpwx (mgr.14180) 363 : cluster [DBG] pgmap v298: 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-12-25T21:25:35.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:35 smithi002 bash[24825]: cluster 2023-12-25T21:25:35.071757+0000 mgr.smithi002.hmjpwx (mgr.14180) 364 : cluster [DBG] pgmap v299: 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-12-25T21:25:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:35 smithi153 bash[28368]: cluster 2023-12-25T21:25:35.071757+0000 mgr.smithi002.hmjpwx (mgr.14180) 364 : cluster [DBG] pgmap v299: 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-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cephadm 2023-12-25T21:25:35.206276+0000 mgr.smithi002.hmjpwx (mgr.14180) 365 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cephadm 2023-12-25T21:25:35.206771+0000 mgr.smithi002.hmjpwx (mgr.14180) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: audit 2023-12-25T21:25:35.207481+0000 mon.smithi002 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.nrmfva"}]: dispatch 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cephadm 2023-12-25T21:25:35.208903+0000 mgr.smithi002.hmjpwx (mgr.14180) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cephadm 2023-12-25T21:25:35.212777+0000 mgr.smithi002.hmjpwx (mgr.14180) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:36.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cephadm 2023-12-25T21:25:35.215638+0000 mgr.smithi002.hmjpwx (mgr.14180) 369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:36.500 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: cluster 2023-12-25T21:25:35.216985+0000 mgr.smithi002.hmjpwx (mgr.14180) 370 : cluster [DBG] pgmap v300: 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-12-25T21:25:36.501 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:36 smithi002 bash[24825]: audit 2023-12-25T21:25:36.091693+0000 mon.smithi002 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cephadm 2023-12-25T21:25:35.206276+0000 mgr.smithi002.hmjpwx (mgr.14180) 365 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cephadm 2023-12-25T21:25:35.206771+0000 mgr.smithi002.hmjpwx (mgr.14180) 366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: audit 2023-12-25T21:25:35.207481+0000 mon.smithi002 (mon.0) 755 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.nrmfva"}]: dispatch 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cephadm 2023-12-25T21:25:35.208903+0000 mgr.smithi002.hmjpwx (mgr.14180) 367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nrmfva ... 2023-12-25T21:25:36.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cephadm 2023-12-25T21:25:35.212777+0000 mgr.smithi002.hmjpwx (mgr.14180) 368 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cephadm 2023-12-25T21:25:35.215638+0000 mgr.smithi002.hmjpwx (mgr.14180) 369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: cluster 2023-12-25T21:25:35.216985+0000 mgr.smithi002.hmjpwx (mgr.14180) 370 : cluster [DBG] pgmap v300: 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-12-25T21:25:36.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:36 smithi153 bash[28368]: audit 2023-12-25T21:25:36.091693+0000 mon.smithi002 (mon.0) 756 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:36.560 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:36.560 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:37.443 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:37 smithi002 bash[24825]: cluster 2023-12-25T21:25:36.164410+0000 mon.smithi002 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:37.443 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:37 smithi002 bash[24825]: audit 2023-12-25T21:25:36.548907+0000 mgr.smithi002.hmjpwx (mgr.14180) 371 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:37.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:37 smithi153 bash[28368]: cluster 2023-12-25T21:25:36.164410+0000 mon.smithi002 (mon.0) 757 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:25:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:37 smithi153 bash[28368]: audit 2023-12-25T21:25:36.548907+0000 mgr.smithi002.hmjpwx (mgr.14180) 371 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:38.445 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:38.458 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:38 smithi002 bash[24825]: cluster 2023-12-25T21:25:37.218286+0000 mgr.smithi002.hmjpwx (mgr.14180) 372 : cluster [DBG] pgmap v301: 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-12-25T21:25:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:38 smithi153 bash[28368]: cluster 2023-12-25T21:25:37.218286+0000 mgr.smithi002.hmjpwx (mgr.14180) 372 : cluster [DBG] pgmap v301: 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-12-25T21:25:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:40 smithi002 bash[24825]: audit 2023-12-25T21:25:39.152353+0000 mon.smithi002 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:40 smithi002 bash[24825]: cluster 2023-12-25T21:25:39.219523+0000 mgr.smithi002.hmjpwx (mgr.14180) 373 : cluster [DBG] pgmap v302: 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-12-25T21:25:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:40 smithi153 bash[28368]: audit 2023-12-25T21:25:39.152353+0000 mon.smithi002 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:40 smithi153 bash[28368]: cluster 2023-12-25T21:25:39.219523+0000 mgr.smithi002.hmjpwx (mgr.14180) 373 : cluster [DBG] pgmap v302: 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-12-25T21:25:42.073 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:42.074 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:42 smithi002 bash[24825]: cluster 2023-12-25T21:25:41.220750+0000 mgr.smithi002.hmjpwx (mgr.14180) 374 : cluster [DBG] pgmap v303: 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-12-25T21:25:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:42 smithi002 bash[24825]: audit 2023-12-25T21:25:42.061227+0000 mgr.smithi002.hmjpwx (mgr.14180) 375 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:42 smithi153 bash[28368]: cluster 2023-12-25T21:25:41.220750+0000 mgr.smithi002.hmjpwx (mgr.14180) 374 : cluster [DBG] pgmap v303: 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-12-25T21:25:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:42 smithi153 bash[28368]: audit 2023-12-25T21:25:42.061227+0000 mgr.smithi002.hmjpwx (mgr.14180) 375 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:42.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:43.878 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:44 smithi002 bash[24825]: cluster 2023-12-25T21:25:43.221725+0000 mgr.smithi002.hmjpwx (mgr.14180) 376 : cluster [DBG] pgmap v304: 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-12-25T21:25:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:44 smithi153 bash[28368]: cluster 2023-12-25T21:25:43.221725+0000 mgr.smithi002.hmjpwx (mgr.14180) 376 : cluster [DBG] pgmap v304: 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-12-25T21:25:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:46 smithi002 bash[24825]: cluster 2023-12-25T21:25:45.223164+0000 mgr.smithi002.hmjpwx (mgr.14180) 377 : cluster [DBG] pgmap v305: 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-12-25T21:25:47.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:46 smithi153 bash[28368]: cluster 2023-12-25T21:25:45.223164+0000 mgr.smithi002.hmjpwx (mgr.14180) 377 : cluster [DBG] pgmap v305: 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-12-25T21:25:47.344 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:47.344 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:48.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:48 smithi002 bash[24825]: cluster 2023-12-25T21:25:47.223900+0000 mgr.smithi002.hmjpwx (mgr.14180) 378 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:48 smithi002 bash[24825]: audit 2023-12-25T21:25:47.336936+0000 mgr.smithi002.hmjpwx (mgr.14180) 379 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:49.250 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:48 smithi153 bash[28368]: cluster 2023-12-25T21:25:47.223900+0000 mgr.smithi002.hmjpwx (mgr.14180) 378 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:48 smithi153 bash[28368]: audit 2023-12-25T21:25:47.336936+0000 mgr.smithi002.hmjpwx (mgr.14180) 379 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:50 smithi002 bash[24825]: cluster 2023-12-25T21:25:49.225139+0000 mgr.smithi002.hmjpwx (mgr.14180) 380 : 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-12-25T21:25:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:50 smithi153 bash[28368]: cluster 2023-12-25T21:25:49.225139+0000 mgr.smithi002.hmjpwx (mgr.14180) 380 : 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-12-25T21:25:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:52 smithi002 bash[24825]: audit 2023-12-25T21:25:51.091783+0000 mon.smithi002 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:52 smithi153 bash[28368]: audit 2023-12-25T21:25:51.091783+0000 mon.smithi002 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:25:52.602 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:52.603 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:53.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:53 smithi002 bash[24825]: cluster 2023-12-25T21:25:51.226307+0000 mgr.smithi002.hmjpwx (mgr.14180) 381 : 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-12-25T21:25:53.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:53 smithi153 bash[28368]: cluster 2023-12-25T21:25:51.226307+0000 mgr.smithi002.hmjpwx (mgr.14180) 381 : 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-12-25T21:25:53.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:54 smithi002 bash[24825]: audit 2023-12-25T21:25:52.591368+0000 mgr.smithi002.hmjpwx (mgr.14180) 382 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:54.527 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:25:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:54 smithi153 bash[28368]: audit 2023-12-25T21:25:52.591368+0000 mgr.smithi002.hmjpwx (mgr.14180) 382 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:25:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:55 smithi002 bash[24825]: cluster 2023-12-25T21:25:53.227343+0000 mgr.smithi002.hmjpwx (mgr.14180) 383 : 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-12-25T21:25:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:55 smithi153 bash[28368]: cluster 2023-12-25T21:25:53.227343+0000 mgr.smithi002.hmjpwx (mgr.14180) 383 : 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-12-25T21:25:57.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:57 smithi002 bash[24825]: cluster 2023-12-25T21:25:55.228703+0000 mgr.smithi002.hmjpwx (mgr.14180) 384 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:25:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:57 smithi153 bash[28368]: cluster 2023-12-25T21:25:55.228703+0000 mgr.smithi002.hmjpwx (mgr.14180) 384 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:25:58.127 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:25:58.127 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:25:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:58 smithi002 bash[24825]: cluster 2023-12-25T21:25:57.229524+0000 mgr.smithi002.hmjpwx (mgr.14180) 385 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:58 smithi153 bash[28368]: cluster 2023-12-25T21:25:57.229524+0000 mgr.smithi002.hmjpwx (mgr.14180) 385 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:25:58.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:25:59.988 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:25:59 smithi002 bash[24825]: audit 2023-12-25T21:25:58.121040+0000 mgr.smithi002.hmjpwx (mgr.14180) 386 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:00.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:25:59 smithi153 bash[28368]: audit 2023-12-25T21:25:58.121040+0000 mgr.smithi002.hmjpwx (mgr.14180) 386 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:01.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:00 smithi002 bash[24825]: cluster 2023-12-25T21:25:59.230642+0000 mgr.smithi002.hmjpwx (mgr.14180) 387 : 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-12-25T21:26:01.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:00 smithi153 bash[28368]: cluster 2023-12-25T21:25:59.230642+0000 mgr.smithi002.hmjpwx (mgr.14180) 387 : 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-12-25T21:26:03.169 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:03.169 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:03.223 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:02 smithi002 bash[24825]: cluster 2023-12-25T21:26:01.231815+0000 mgr.smithi002.hmjpwx (mgr.14180) 388 : 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-12-25T21:26:03.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:02 smithi153 bash[28368]: cluster 2023-12-25T21:26:01.231815+0000 mgr.smithi002.hmjpwx (mgr.14180) 388 : 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-12-25T21:26:04.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:05.020 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:05.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:04 smithi002 bash[24825]: audit 2023-12-25T21:26:03.157244+0000 mgr.smithi002.hmjpwx (mgr.14180) 389 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:05.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:04 smithi002 bash[24825]: cluster 2023-12-25T21:26:03.232572+0000 mgr.smithi002.hmjpwx (mgr.14180) 390 : 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-12-25T21:26:05.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:04 smithi153 bash[28368]: audit 2023-12-25T21:26:03.157244+0000 mgr.smithi002.hmjpwx (mgr.14180) 389 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:05.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:04 smithi153 bash[28368]: cluster 2023-12-25T21:26:03.232572+0000 mgr.smithi002.hmjpwx (mgr.14180) 390 : 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-12-25T21:26:07.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:06 smithi002 bash[24825]: cluster 2023-12-25T21:26:05.233299+0000 mgr.smithi002.hmjpwx (mgr.14180) 391 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:07.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:06 smithi153 bash[28368]: cluster 2023-12-25T21:26:05.233299+0000 mgr.smithi002.hmjpwx (mgr.14180) 391 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:08.432 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:08.432 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:08.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:08 smithi002 bash[24825]: cluster 2023-12-25T21:26:07.234420+0000 mgr.smithi002.hmjpwx (mgr.14180) 392 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:09.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:09.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:08 smithi153 bash[28368]: cluster 2023-12-25T21:26:07.234420+0000 mgr.smithi002.hmjpwx (mgr.14180) 392 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:10.235 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:09 smithi002 bash[24825]: audit 2023-12-25T21:26:08.421690+0000 mgr.smithi002.hmjpwx (mgr.14180) 393 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:10.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:09 smithi153 bash[28368]: audit 2023-12-25T21:26:08.421690+0000 mgr.smithi002.hmjpwx (mgr.14180) 393 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:10 smithi002 bash[24825]: cluster 2023-12-25T21:26:09.235713+0000 mgr.smithi002.hmjpwx (mgr.14180) 394 : 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-12-25T21:26:11.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:10 smithi153 bash[28368]: cluster 2023-12-25T21:26:09.235713+0000 mgr.smithi002.hmjpwx (mgr.14180) 394 : 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-12-25T21:26:13.218 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:12 smithi002 bash[24825]: cluster 2023-12-25T21:26:11.237071+0000 mgr.smithi002.hmjpwx (mgr.14180) 395 : 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-12-25T21:26:13.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:12 smithi153 bash[28368]: cluster 2023-12-25T21:26:11.237071+0000 mgr.smithi002.hmjpwx (mgr.14180) 395 : 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-12-25T21:26:13.613 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:13.613 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:14.504 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:14 smithi002 bash[24825]: cluster 2023-12-25T21:26:13.238078+0000 mgr.smithi002.hmjpwx (mgr.14180) 396 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:14 smithi002 bash[24825]: audit 2023-12-25T21:26:13.603511+0000 mgr.smithi002.hmjpwx (mgr.14180) 397 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:15.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:14 smithi153 bash[28368]: cluster 2023-12-25T21:26:13.238078+0000 mgr.smithi002.hmjpwx (mgr.14180) 396 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:15.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:14 smithi153 bash[28368]: audit 2023-12-25T21:26:13.603511+0000 mgr.smithi002.hmjpwx (mgr.14180) 397 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:15.505 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:17.173 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:16 smithi002 bash[24825]: cluster 2023-12-25T21:26:15.239629+0000 mgr.smithi002.hmjpwx (mgr.14180) 398 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:17.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:16 smithi153 bash[28368]: cluster 2023-12-25T21:26:15.239629+0000 mgr.smithi002.hmjpwx (mgr.14180) 398 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:18.940 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:18.940 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:18 smithi002 bash[24825]: cluster 2023-12-25T21:26:17.240665+0000 mgr.smithi002.hmjpwx (mgr.14180) 399 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:19.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:18 smithi153 bash[28368]: cluster 2023-12-25T21:26:17.240665+0000 mgr.smithi002.hmjpwx (mgr.14180) 399 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:19.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:20.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:19 smithi002 bash[24825]: audit 2023-12-25T21:26:18.930004+0000 mgr.smithi002.hmjpwx (mgr.14180) 400 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:19 smithi153 bash[28368]: audit 2023-12-25T21:26:18.930004+0000 mgr.smithi002.hmjpwx (mgr.14180) 400 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:20.765 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:20 smithi002 bash[24825]: cluster 2023-12-25T21:26:19.242051+0000 mgr.smithi002.hmjpwx (mgr.14180) 401 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:21.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:20 smithi153 bash[28368]: cluster 2023-12-25T21:26:19.242051+0000 mgr.smithi002.hmjpwx (mgr.14180) 401 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:23.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:22 smithi153 bash[28368]: cluster 2023-12-25T21:26:21.243187+0000 mgr.smithi002.hmjpwx (mgr.14180) 402 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:22 smithi002 bash[24825]: cluster 2023-12-25T21:26:21.243187+0000 mgr.smithi002.hmjpwx (mgr.14180) 402 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:24.396 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:24.396 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:25.200 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:25.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:25 smithi153 bash[28368]: cluster 2023-12-25T21:26:23.244216+0000 mgr.smithi002.hmjpwx (mgr.14180) 403 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:25.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:25 smithi002 bash[24825]: cluster 2023-12-25T21:26:23.244216+0000 mgr.smithi002.hmjpwx (mgr.14180) 403 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:26.201 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:26.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:26 smithi153 bash[28368]: audit 2023-12-25T21:26:24.385499+0000 mgr.smithi002.hmjpwx (mgr.14180) 404 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:26.404 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:26 smithi002 bash[24825]: audit 2023-12-25T21:26:24.385499+0000 mgr.smithi002.hmjpwx (mgr.14180) 404 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:27 smithi153 bash[28368]: cluster 2023-12-25T21:26:25.245672+0000 mgr.smithi002.hmjpwx (mgr.14180) 405 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:27.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:27 smithi002 bash[24825]: cluster 2023-12-25T21:26:25.245672+0000 mgr.smithi002.hmjpwx (mgr.14180) 405 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:29.274 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:29 smithi002 bash[24825]: cluster 2023-12-25T21:26:27.246834+0000 mgr.smithi002.hmjpwx (mgr.14180) 406 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:29 smithi153 bash[28368]: cluster 2023-12-25T21:26:27.246834+0000 mgr.smithi002.hmjpwx (mgr.14180) 406 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:29.704 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:29.704 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:30.584 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:31 smithi153 bash[28368]: cluster 2023-12-25T21:26:29.247936+0000 mgr.smithi002.hmjpwx (mgr.14180) 407 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:31 smithi153 bash[28368]: audit 2023-12-25T21:26:29.698185+0000 mgr.smithi002.hmjpwx (mgr.14180) 408 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:31 smithi002 bash[24825]: cluster 2023-12-25T21:26:29.247936+0000 mgr.smithi002.hmjpwx (mgr.14180) 407 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:31 smithi002 bash[24825]: audit 2023-12-25T21:26:29.698185+0000 mgr.smithi002.hmjpwx (mgr.14180) 408 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:31.584 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:33.171 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:33 smithi002 bash[24825]: cluster 2023-12-25T21:26:31.249124+0000 mgr.smithi002.hmjpwx (mgr.14180) 409 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:33.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:33 smithi153 bash[28368]: cluster 2023-12-25T21:26:31.249124+0000 mgr.smithi002.hmjpwx (mgr.14180) 409 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:34.959 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:34.959 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:35.270 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:35 smithi002 bash[24825]: cluster 2023-12-25T21:26:33.250171+0000 mgr.smithi002.hmjpwx (mgr.14180) 410 : 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-12-25T21:26:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:35 smithi153 bash[28368]: cluster 2023-12-25T21:26:33.250171+0000 mgr.smithi002.hmjpwx (mgr.14180) 410 : 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-12-25T21:26:35.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:36.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:36 smithi002 bash[24825]: audit 2023-12-25T21:26:34.947254+0000 mgr.smithi002.hmjpwx (mgr.14180) 411 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:36.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:36 smithi002 bash[24825]: audit 2023-12-25T21:26:35.221838+0000 mon.smithi002 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:36.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:36 smithi002 bash[24825]: audit 2023-12-25T21:26:35.474450+0000 mon.smithi002 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:36.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:36 smithi153 bash[28368]: audit 2023-12-25T21:26:34.947254+0000 mgr.smithi002.hmjpwx (mgr.14180) 411 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:36 smithi153 bash[28368]: audit 2023-12-25T21:26:35.221838+0000 mon.smithi002 (mon.0) 760 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:26:36.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:36 smithi153 bash[28368]: audit 2023-12-25T21:26:35.474450+0000 mon.smithi002 (mon.0) 761 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:36.876 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:37.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:37 smithi002 bash[24825]: cluster 2023-12-25T21:26:35.251110+0000 mgr.smithi002.hmjpwx (mgr.14180) 412 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:37 smithi153 bash[28368]: cluster 2023-12-25T21:26:35.251110+0000 mgr.smithi002.hmjpwx (mgr.14180) 412 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:26:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:39 smithi002 bash[24825]: cluster 2023-12-25T21:26:37.252202+0000 mgr.smithi002.hmjpwx (mgr.14180) 413 : 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-12-25T21:26:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:39 smithi153 bash[28368]: cluster 2023-12-25T21:26:37.252202+0000 mgr.smithi002.hmjpwx (mgr.14180) 413 : 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-12-25T21:26:40.251 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:40.251 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:25:26.738398Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:25:26.357210Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:25:26.738877Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:25:26.358174Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:25:26.357410Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:25:26.357530Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:25:26.358281Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:25:26.357639Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:25:26.357746Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:25:26.739349Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:41.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:41 smithi002 bash[24825]: cluster 2023-12-25T21:26:39.253455+0000 mgr.smithi002.hmjpwx (mgr.14180) 414 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:41 smithi002 bash[24825]: audit 2023-12-25T21:26:40.793121+0000 mon.smithi002 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:41 smithi153 bash[28368]: cluster 2023-12-25T21:26:39.253455+0000 mgr.smithi002.hmjpwx (mgr.14180) 414 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:26:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:41 smithi153 bash[28368]: audit 2023-12-25T21:26:40.793121+0000 mon.smithi002 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.083 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:40.245096+0000 mgr.smithi002.hmjpwx (mgr.14180) 415 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.493050+0000 mon.smithi002 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.772001+0000 mon.smithi002 (mon.0) 764 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:26:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.773624+0000 mon.smithi002 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:26:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.781928+0000 mon.smithi002 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.789960+0000 mon.smithi002 (mon.0) 767 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:26:42.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:42 smithi002 bash[24825]: audit 2023-12-25T21:26:41.803017+0000 mon.smithi002 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:40.245096+0000 mgr.smithi002.hmjpwx (mgr.14180) 415 : audit [DBG] from='client.24499 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.493050+0000 mon.smithi002 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.772001+0000 mon.smithi002 (mon.0) 764 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.773624+0000 mon.smithi002 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.781928+0000 mon.smithi002 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.789960+0000 mon.smithi002 (mon.0) 767 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:26:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:42 smithi153 bash[28368]: audit 2023-12-25T21:26:41.803017+0000 mon.smithi002 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:43.324 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:43 smithi002 bash[24825]: cluster 2023-12-25T21:26:41.254249+0000 mgr.smithi002.hmjpwx (mgr.14180) 416 : 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-12-25T21:26:43.324 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:43 smithi002 bash[24825]: cluster 2023-12-25T21:26:41.782860+0000 mgr.smithi002.hmjpwx (mgr.14180) 417 : cluster [DBG] pgmap v334: 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-12-25T21:26:43.324 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:43 smithi002 bash[24825]: cephadm 2023-12-25T21:26:41.807525+0000 mgr.smithi002.hmjpwx (mgr.14180) 418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.sulecm on smithi153 2023-12-25T21:26:43.324 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:43 smithi002 bash[24825]: cluster 2023-12-25T21:26:42.058019+0000 mon.smithi002 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:26:43.324 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:43 smithi002 bash[24825]: cluster 2023-12-25T21:26:42.058073+0000 mon.smithi002 (mon.0) 770 : cluster [INF] Cluster is now healthy 2023-12-25T21:26:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:43 smithi153 bash[28368]: cluster 2023-12-25T21:26:41.254249+0000 mgr.smithi002.hmjpwx (mgr.14180) 416 : 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-12-25T21:26:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:43 smithi153 bash[28368]: cluster 2023-12-25T21:26:41.782860+0000 mgr.smithi002.hmjpwx (mgr.14180) 417 : cluster [DBG] pgmap v334: 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-12-25T21:26:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:43 smithi153 bash[28368]: cephadm 2023-12-25T21:26:41.807525+0000 mgr.smithi002.hmjpwx (mgr.14180) 418 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.sulecm on smithi153 2023-12-25T21:26:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:43 smithi153 bash[28368]: cluster 2023-12-25T21:26:42.058019+0000 mon.smithi002 (mon.0) 769 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:26:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:43 smithi153 bash[28368]: cluster 2023-12-25T21:26:42.058073+0000 mon.smithi002 (mon.0) 770 : cluster [INF] Cluster is now healthy 2023-12-25T21:26:45.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:45 smithi002 bash[24825]: cluster 2023-12-25T21:26:43.783781+0000 mgr.smithi002.hmjpwx (mgr.14180) 419 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-25T21:26:45.417 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:45.418 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:20.697669Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dsgtbx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:30.891252Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.okjufl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-okjufl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.okjufl\nDeploy daemon haproxy.nfs.foo.smithi153.okjufl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.208648Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nrmfva on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nrmfva\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nrmfva\nDeploy daemon haproxy.nfs.foo.smithi002.nrmfva ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:25:35.212611Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.wynmdn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:45.439 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:45 smithi153 bash[28368]: cluster 2023-12-25T21:26:43.783781+0000 mgr.smithi002.hmjpwx (mgr.14180) 419 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-25T21:26:46.273 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:46.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:46 smithi153 bash[28368]: audit 2023-12-25T21:26:46.068137+0000 mon.smithi002 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.sulecm"}]: dispatch 2023-12-25T21:26:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:46 smithi002 bash[24825]: audit 2023-12-25T21:26:46.068137+0000 mon.smithi002 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.sulecm"}]: dispatch 2023-12-25T21:26:47.273 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:47.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: audit 2023-12-25T21:26:45.405474+0000 mgr.smithi002.hmjpwx (mgr.14180) 420 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:47.473 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: cluster 2023-12-25T21:26:45.784516+0000 mgr.smithi002.hmjpwx (mgr.14180) 421 : cluster [DBG] pgmap v336: 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-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: cephadm 2023-12-25T21:26:46.066956+0000 mgr.smithi002.hmjpwx (mgr.14180) 422 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:47.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: cephadm 2023-12-25T21:26:46.067488+0000 mgr.smithi002.hmjpwx (mgr.14180) 423 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: cephadm 2023-12-25T21:26:46.069665+0000 mgr.smithi002.hmjpwx (mgr.14180) 424 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.475 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:47 smithi002 bash[24825]: cephadm 2023-12-25T21:26:46.072970+0000 mgr.smithi002.hmjpwx (mgr.14180) 425 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zfdeyq on smithi002 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: audit 2023-12-25T21:26:45.405474+0000 mgr.smithi002.hmjpwx (mgr.14180) 420 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: cluster 2023-12-25T21:26:45.784516+0000 mgr.smithi002.hmjpwx (mgr.14180) 421 : cluster [DBG] pgmap v336: 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-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: cephadm 2023-12-25T21:26:46.066956+0000 mgr.smithi002.hmjpwx (mgr.14180) 422 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: cephadm 2023-12-25T21:26:46.067488+0000 mgr.smithi002.hmjpwx (mgr.14180) 423 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: cephadm 2023-12-25T21:26:46.069665+0000 mgr.smithi002.hmjpwx (mgr.14180) 424 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.sulecm ... 2023-12-25T21:26:47.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:47.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:47.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:47.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:47.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:47 smithi153 bash[28368]: cephadm 2023-12-25T21:26:46.072970+0000 mgr.smithi002.hmjpwx (mgr.14180) 425 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zfdeyq on smithi002 2023-12-25T21:26:49.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:49 smithi002 bash[24825]: cluster 2023-12-25T21:26:47.785199+0000 mgr.smithi002.hmjpwx (mgr.14180) 426 : cluster [DBG] pgmap v337: 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-12-25T21:26:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:49 smithi153 bash[28368]: cluster 2023-12-25T21:26:47.785199+0000 mgr.smithi002.hmjpwx (mgr.14180) 426 : cluster [DBG] pgmap v337: 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-12-25T21:26:51.098 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:51.098 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:51.417 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:51 smithi002 bash[24825]: cluster 2023-12-25T21:26:49.786176+0000 mgr.smithi002.hmjpwx (mgr.14180) 427 : cluster [DBG] pgmap v338: 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-12-25T21:26:51.417 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:51 smithi002 bash[24825]: audit 2023-12-25T21:26:50.338283+0000 mon.smithi002 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zfdeyq"}]: dispatch 2023-12-25T21:26:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:51 smithi153 bash[28368]: cluster 2023-12-25T21:26:49.786176+0000 mgr.smithi002.hmjpwx (mgr.14180) 427 : cluster [DBG] pgmap v338: 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-12-25T21:26:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:51 smithi153 bash[28368]: audit 2023-12-25T21:26:50.338283+0000 mon.smithi002 (mon.0) 772 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zfdeyq"}]: dispatch 2023-12-25T21:26:51.983 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cephadm 2023-12-25T21:26:50.336920+0000 mgr.smithi002.hmjpwx (mgr.14180) 428 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cephadm 2023-12-25T21:26:50.337573+0000 mgr.smithi002.hmjpwx (mgr.14180) 429 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cephadm 2023-12-25T21:26:50.339707+0000 mgr.smithi002.hmjpwx (mgr.14180) 430 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cephadm 2023-12-25T21:26:50.344498+0000 mgr.smithi002.hmjpwx (mgr.14180) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cephadm 2023-12-25T21:26:50.346223+0000 mgr.smithi002.hmjpwx (mgr.14180) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cluster 2023-12-25T21:26:50.347595+0000 mgr.smithi002.hmjpwx (mgr.14180) 433 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: audit 2023-12-25T21:26:51.086884+0000 mgr.smithi002.hmjpwx (mgr.14180) 434 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: audit 2023-12-25T21:26:51.094483+0000 mon.smithi002 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:52.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:52 smithi002 bash[24825]: cluster 2023-12-25T21:26:51.094744+0000 mon.smithi002 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:26:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cephadm 2023-12-25T21:26:50.336920+0000 mgr.smithi002.hmjpwx (mgr.14180) 428 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:26:52.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cephadm 2023-12-25T21:26:50.337573+0000 mgr.smithi002.hmjpwx (mgr.14180) 429 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cephadm 2023-12-25T21:26:50.339707+0000 mgr.smithi002.hmjpwx (mgr.14180) 430 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zfdeyq ... 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cephadm 2023-12-25T21:26:50.344498+0000 mgr.smithi002.hmjpwx (mgr.14180) 431 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cephadm 2023-12-25T21:26:50.346223+0000 mgr.smithi002.hmjpwx (mgr.14180) 432 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cluster 2023-12-25T21:26:50.347595+0000 mgr.smithi002.hmjpwx (mgr.14180) 433 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 225 B/s rd, 0 op/s 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: audit 2023-12-25T21:26:51.086884+0000 mgr.smithi002.hmjpwx (mgr.14180) 434 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: audit 2023-12-25T21:26:51.094483+0000 mon.smithi002 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:52.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:52 smithi153 bash[28368]: cluster 2023-12-25T21:26:51.094744+0000 mon.smithi002 (mon.0) 774 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:26:52.984 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:26:54.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:54 smithi002 bash[24825]: cluster 2023-12-25T21:26:52.348771+0000 mgr.smithi002.hmjpwx (mgr.14180) 435 : cluster [DBG] pgmap v340: 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-12-25T21:26:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:54 smithi153 bash[28368]: cluster 2023-12-25T21:26:52.348771+0000 mgr.smithi002.hmjpwx (mgr.14180) 435 : cluster [DBG] pgmap v340: 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-12-25T21:26:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:55 smithi002 bash[24825]: audit 2023-12-25T21:26:54.204171+0000 mon.smithi002 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:55 smithi002 bash[24825]: cluster 2023-12-25T21:26:54.350040+0000 mgr.smithi002.hmjpwx (mgr.14180) 436 : cluster [DBG] pgmap v341: 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-12-25T21:26:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:55 smithi153 bash[28368]: audit 2023-12-25T21:26:54.204171+0000 mon.smithi002 (mon.0) 775 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:26:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:55 smithi153 bash[28368]: cluster 2023-12-25T21:26:54.350040+0000 mgr.smithi002.hmjpwx (mgr.14180) 436 : cluster [DBG] pgmap v341: 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-12-25T21:26:56.657 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:26:56.657 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:26:57.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:26:57.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:57 smithi002 bash[24825]: cluster 2023-12-25T21:26:56.351309+0000 mgr.smithi002.hmjpwx (mgr.14180) 437 : cluster [DBG] pgmap v342: 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-12-25T21:26:57.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:57 smithi002 bash[24825]: audit 2023-12-25T21:26:56.645766+0000 mgr.smithi002.hmjpwx (mgr.14180) 438 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:57 smithi153 bash[28368]: cluster 2023-12-25T21:26:56.351309+0000 mgr.smithi002.hmjpwx (mgr.14180) 437 : cluster [DBG] pgmap v342: 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-12-25T21:26:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:57 smithi153 bash[28368]: audit 2023-12-25T21:26:56.645766+0000 mgr.smithi002.hmjpwx (mgr.14180) 438 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:26:58.429 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:26:59 smithi002 bash[24825]: cluster 2023-12-25T21:26:58.352376+0000 mgr.smithi002.hmjpwx (mgr.14180) 439 : cluster [DBG] pgmap v343: 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-12-25T21:27:00.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:26:59 smithi153 bash[28368]: cluster 2023-12-25T21:26:58.352376+0000 mgr.smithi002.hmjpwx (mgr.14180) 439 : cluster [DBG] pgmap v343: 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-12-25T21:27:01.785 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:01.785 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:02.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:01 smithi002 bash[24825]: cluster 2023-12-25T21:27:00.353682+0000 mgr.smithi002.hmjpwx (mgr.14180) 440 : cluster [DBG] pgmap v344: 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-12-25T21:27:02.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:01 smithi153 bash[28368]: cluster 2023-12-25T21:27:00.353682+0000 mgr.smithi002.hmjpwx (mgr.14180) 440 : cluster [DBG] pgmap v344: 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-12-25T21:27:02.657 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:02 smithi002 bash[24825]: audit 2023-12-25T21:27:01.779574+0000 mgr.smithi002.hmjpwx (mgr.14180) 441 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:03.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:02 smithi153 bash[28368]: audit 2023-12-25T21:27:01.779574+0000 mgr.smithi002.hmjpwx (mgr.14180) 441 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:03.658 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:04.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:03 smithi002 bash[24825]: cluster 2023-12-25T21:27:02.354575+0000 mgr.smithi002.hmjpwx (mgr.14180) 442 : 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-12-25T21:27:04.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:03 smithi153 bash[28368]: cluster 2023-12-25T21:27:02.354575+0000 mgr.smithi002.hmjpwx (mgr.14180) 442 : 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-12-25T21:27:06.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:05 smithi002 bash[24825]: cluster 2023-12-25T21:27:04.355377+0000 mgr.smithi002.hmjpwx (mgr.14180) 443 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:06.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:05 smithi153 bash[28368]: cluster 2023-12-25T21:27:04.355377+0000 mgr.smithi002.hmjpwx (mgr.14180) 443 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:07.217 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:07.217 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:07.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:07 smithi002 bash[24825]: audit 2023-12-25T21:27:06.094531+0000 mon.smithi002 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:07 smithi153 bash[28368]: audit 2023-12-25T21:27:06.094531+0000 mon.smithi002 (mon.0) 776 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:08.041 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:08 smithi002 bash[24825]: cluster 2023-12-25T21:27:06.356516+0000 mgr.smithi002.hmjpwx (mgr.14180) 444 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:08 smithi153 bash[28368]: cluster 2023-12-25T21:27:06.356516+0000 mgr.smithi002.hmjpwx (mgr.14180) 444 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:09.042 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:09 smithi002 bash[24825]: audit 2023-12-25T21:27:07.206533+0000 mgr.smithi002.hmjpwx (mgr.14180) 445 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:09 smithi153 bash[28368]: audit 2023-12-25T21:27:07.206533+0000 mgr.smithi002.hmjpwx (mgr.14180) 445 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:10.426 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:10 smithi002 bash[24825]: cluster 2023-12-25T21:27:08.357500+0000 mgr.smithi002.hmjpwx (mgr.14180) 446 : 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-12-25T21:27:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:10 smithi153 bash[28368]: cluster 2023-12-25T21:27:08.357500+0000 mgr.smithi002.hmjpwx (mgr.14180) 446 : 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-12-25T21:27:12.465 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:12.465 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:12.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:12 smithi002 bash[24825]: cluster 2023-12-25T21:27:10.358860+0000 mgr.smithi002.hmjpwx (mgr.14180) 447 : 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-12-25T21:27:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:12 smithi153 bash[28368]: cluster 2023-12-25T21:27:10.358860+0000 mgr.smithi002.hmjpwx (mgr.14180) 447 : 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-12-25T21:27:13.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:14.297 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:14 smithi002 bash[24825]: cluster 2023-12-25T21:27:12.360163+0000 mgr.smithi002.hmjpwx (mgr.14180) 448 : 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-12-25T21:27:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:14 smithi002 bash[24825]: audit 2023-12-25T21:27:12.454763+0000 mgr.smithi002.hmjpwx (mgr.14180) 449 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:14 smithi153 bash[28368]: cluster 2023-12-25T21:27:12.360163+0000 mgr.smithi002.hmjpwx (mgr.14180) 448 : 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-12-25T21:27:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:14 smithi153 bash[28368]: audit 2023-12-25T21:27:12.454763+0000 mgr.smithi002.hmjpwx (mgr.14180) 449 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:16.431 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:16 smithi002 bash[24825]: cluster 2023-12-25T21:27:14.361406+0000 mgr.smithi002.hmjpwx (mgr.14180) 450 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:16 smithi153 bash[28368]: cluster 2023-12-25T21:27:14.361406+0000 mgr.smithi002.hmjpwx (mgr.14180) 450 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:17.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:17 smithi002 bash[24825]: cluster 2023-12-25T21:27:16.362591+0000 mgr.smithi002.hmjpwx (mgr.14180) 451 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:17 smithi153 bash[28368]: cluster 2023-12-25T21:27:16.362591+0000 mgr.smithi002.hmjpwx (mgr.14180) 451 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:17.799 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:17.799 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:18.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:18 smithi002 bash[24825]: audit 2023-12-25T21:27:17.787663+0000 mgr.smithi002.hmjpwx (mgr.14180) 452 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:18 smithi153 bash[28368]: audit 2023-12-25T21:27:17.787663+0000 mgr.smithi002.hmjpwx (mgr.14180) 452 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:18.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:19.673 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:20.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:19 smithi002 bash[24825]: cluster 2023-12-25T21:27:18.363667+0000 mgr.smithi002.hmjpwx (mgr.14180) 453 : 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-12-25T21:27:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:19 smithi153 bash[28368]: cluster 2023-12-25T21:27:18.363667+0000 mgr.smithi002.hmjpwx (mgr.14180) 453 : 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-12-25T21:27:22.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:21 smithi002 bash[24825]: cluster 2023-12-25T21:27:20.365136+0000 mgr.smithi002.hmjpwx (mgr.14180) 454 : 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-12-25T21:27:22.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:21 smithi153 bash[28368]: cluster 2023-12-25T21:27:20.365136+0000 mgr.smithi002.hmjpwx (mgr.14180) 454 : 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-12-25T21:27:23.480 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:23.480 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:24.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:23 smithi002 bash[24825]: cluster 2023-12-25T21:27:22.366147+0000 mgr.smithi002.hmjpwx (mgr.14180) 455 : 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-12-25T21:27:24.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:23 smithi153 bash[28368]: cluster 2023-12-25T21:27:22.366147+0000 mgr.smithi002.hmjpwx (mgr.14180) 455 : 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-12-25T21:27:24.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:25.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:24 smithi002 bash[24825]: audit 2023-12-25T21:27:23.470109+0000 mgr.smithi002.hmjpwx (mgr.14180) 456 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:25.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:24 smithi153 bash[28368]: audit 2023-12-25T21:27:23.470109+0000 mgr.smithi002.hmjpwx (mgr.14180) 456 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:25.379 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:26.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:25 smithi002 bash[24825]: cluster 2023-12-25T21:27:24.367364+0000 mgr.smithi002.hmjpwx (mgr.14180) 457 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:26.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:25 smithi153 bash[28368]: cluster 2023-12-25T21:27:24.367364+0000 mgr.smithi002.hmjpwx (mgr.14180) 457 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:28.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:27 smithi002 bash[24825]: cluster 2023-12-25T21:27:26.368018+0000 mgr.smithi002.hmjpwx (mgr.14180) 458 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:28.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:27 smithi153 bash[28368]: cluster 2023-12-25T21:27:26.368018+0000 mgr.smithi002.hmjpwx (mgr.14180) 458 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:28.731 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:28.731 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:29.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:29 smithi002 bash[24825]: cluster 2023-12-25T21:27:28.368610+0000 mgr.smithi002.hmjpwx (mgr.14180) 459 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:29 smithi002 bash[24825]: audit 2023-12-25T21:27:28.719728+0000 mgr.smithi002.hmjpwx (mgr.14180) 460 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:30.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:29 smithi153 bash[28368]: cluster 2023-12-25T21:27:28.368610+0000 mgr.smithi002.hmjpwx (mgr.14180) 459 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:30.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:29 smithi153 bash[28368]: audit 2023-12-25T21:27:28.719728+0000 mgr.smithi002.hmjpwx (mgr.14180) 460 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:30.569 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:32.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:31 smithi002 bash[24825]: cluster 2023-12-25T21:27:30.369895+0000 mgr.smithi002.hmjpwx (mgr.14180) 461 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:32.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:31 smithi153 bash[28368]: cluster 2023-12-25T21:27:30.369895+0000 mgr.smithi002.hmjpwx (mgr.14180) 461 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:33.802 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:33.803 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:33 smithi002 bash[24825]: cluster 2023-12-25T21:27:32.370963+0000 mgr.smithi002.hmjpwx (mgr.14180) 462 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:34.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:33 smithi153 bash[28368]: cluster 2023-12-25T21:27:32.370963+0000 mgr.smithi002.hmjpwx (mgr.14180) 462 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:34.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:35.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:34 smithi002 bash[24825]: audit 2023-12-25T21:27:33.791736+0000 mgr.smithi002.hmjpwx (mgr.14180) 463 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:35.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:34 smithi153 bash[28368]: audit 2023-12-25T21:27:33.791736+0000 mgr.smithi002.hmjpwx (mgr.14180) 463 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:35.657 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:36.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:35 smithi002 bash[24825]: cluster 2023-12-25T21:27:34.372209+0000 mgr.smithi002.hmjpwx (mgr.14180) 464 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:36.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:35 smithi153 bash[28368]: cluster 2023-12-25T21:27:34.372209+0000 mgr.smithi002.hmjpwx (mgr.14180) 464 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:38.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:38 smithi002 bash[24825]: cluster 2023-12-25T21:27:36.373514+0000 mgr.smithi002.hmjpwx (mgr.14180) 465 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:38.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:38 smithi153 bash[28368]: cluster 2023-12-25T21:27:36.373514+0000 mgr.smithi002.hmjpwx (mgr.14180) 465 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:39.049 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:39.049 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:39.836 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:40 smithi002 bash[24825]: cluster 2023-12-25T21:27:38.374598+0000 mgr.smithi002.hmjpwx (mgr.14180) 466 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:40.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:40 smithi002 bash[24825]: audit 2023-12-25T21:27:39.038504+0000 mgr.smithi002.hmjpwx (mgr.14180) 467 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:40.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:40 smithi153 bash[28368]: cluster 2023-12-25T21:27:38.374598+0000 mgr.smithi002.hmjpwx (mgr.14180) 466 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:40.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:40 smithi153 bash[28368]: audit 2023-12-25T21:27:39.038504+0000 mgr.smithi002.hmjpwx (mgr.14180) 467 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:40.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:42.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:42 smithi002 bash[24825]: cluster 2023-12-25T21:27:40.376014+0000 mgr.smithi002.hmjpwx (mgr.14180) 468 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:42.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:42 smithi153 bash[28368]: cluster 2023-12-25T21:27:40.376014+0000 mgr.smithi002.hmjpwx (mgr.14180) 468 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:44.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:44 smithi002 bash[24825]: cluster 2023-12-25T21:27:42.377002+0000 mgr.smithi002.hmjpwx (mgr.14180) 469 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:44.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:44 smithi153 bash[28368]: cluster 2023-12-25T21:27:42.377002+0000 mgr.smithi002.hmjpwx (mgr.14180) 469 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:44.313 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:44.313 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:45.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:46.190 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:46.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:46 smithi153 bash[28368]: audit 2023-12-25T21:27:44.300505+0000 mgr.smithi002.hmjpwx (mgr.14180) 470 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:46.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:46 smithi153 bash[28368]: cluster 2023-12-25T21:27:44.377846+0000 mgr.smithi002.hmjpwx (mgr.14180) 471 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:46.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:46 smithi002 bash[24825]: audit 2023-12-25T21:27:44.300505+0000 mgr.smithi002.hmjpwx (mgr.14180) 470 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:46.395 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:46 smithi002 bash[24825]: cluster 2023-12-25T21:27:44.377846+0000 mgr.smithi002.hmjpwx (mgr.14180) 471 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:27:48.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:48 smithi153 bash[28368]: cluster 2023-12-25T21:27:46.378731+0000 mgr.smithi002.hmjpwx (mgr.14180) 472 : 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-12-25T21:27:48.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:48 smithi002 bash[24825]: cluster 2023-12-25T21:27:46.378731+0000 mgr.smithi002.hmjpwx (mgr.14180) 472 : 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-12-25T21:27:49.546 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:49.546 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:50.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:50 smithi002 bash[24825]: cluster 2023-12-25T21:27:48.379405+0000 mgr.smithi002.hmjpwx (mgr.14180) 473 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:50 smithi153 bash[28368]: cluster 2023-12-25T21:27:48.379405+0000 mgr.smithi002.hmjpwx (mgr.14180) 473 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:27:50.423 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:51.424 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:51.437 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:49.535902+0000 mgr.smithi002.hmjpwx (mgr.14180) 474 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:51.437 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.350400+0000 mon.smithi002 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:51.437 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.629957+0000 mon.smithi002 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:51.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.926954+0000 mon.smithi002 (mon.0) 779 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:51.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.928679+0000 mon.smithi002 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:51.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.937772+0000 mon.smithi002 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:51.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.946197+0000 mon.smithi002 (mon.0) 782 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:51.438 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:51 smithi002 bash[24825]: audit 2023-12-25T21:27:50.960341+0000 mon.smithi002 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:49.535902+0000 mgr.smithi002.hmjpwx (mgr.14180) 474 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.350400+0000 mon.smithi002 (mon.0) 777 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.629957+0000 mon.smithi002 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.926954+0000 mon.smithi002 (mon.0) 779 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.928679+0000 mon.smithi002 (mon.0) 780 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.937772+0000 mon.smithi002 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.946197+0000 mon.smithi002 (mon.0) 782 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:27:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:51 smithi153 bash[28368]: audit 2023-12-25T21:27:50.960341+0000 mon.smithi002 (mon.0) 783 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: cluster 2023-12-25T21:27:50.380475+0000 mgr.smithi002.hmjpwx (mgr.14180) 475 : 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-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: cluster 2023-12-25T21:27:50.938802+0000 mgr.smithi002.hmjpwx (mgr.14180) 476 : cluster [DBG] pgmap v370: 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-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: cephadm 2023-12-25T21:27:50.965535+0000 mgr.smithi002.hmjpwx (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.heobpc on smithi153 2023-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: cluster 2023-12-25T21:27:51.035031+0000 mon.smithi002 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: cluster 2023-12-25T21:27:51.035085+0000 mon.smithi002 (mon.0) 785 : cluster [INF] Cluster is now healthy 2023-12-25T21:27:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:52 smithi002 bash[24825]: audit 2023-12-25T21:27:51.095762+0000 mon.smithi002 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: cluster 2023-12-25T21:27:50.380475+0000 mgr.smithi002.hmjpwx (mgr.14180) 475 : 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-12-25T21:27:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: cluster 2023-12-25T21:27:50.938802+0000 mgr.smithi002.hmjpwx (mgr.14180) 476 : cluster [DBG] pgmap v370: 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-12-25T21:27:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: cephadm 2023-12-25T21:27:50.965535+0000 mgr.smithi002.hmjpwx (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.heobpc on smithi153 2023-12-25T21:27:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: cluster 2023-12-25T21:27:51.035031+0000 mon.smithi002 (mon.0) 784 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:27:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: cluster 2023-12-25T21:27:51.035085+0000 mon.smithi002 (mon.0) 785 : cluster [INF] Cluster is now healthy 2023-12-25T21:27:52.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:52 smithi153 bash[28368]: audit 2023-12-25T21:27:51.095762+0000 mon.smithi002 (mon.0) 786 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:27:54.394 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:54 smithi002 bash[24825]: cluster 2023-12-25T21:27:52.939634+0000 mgr.smithi002.hmjpwx (mgr.14180) 478 : cluster [DBG] pgmap v371: 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-12-25T21:27:54.399 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:54 smithi153 bash[28368]: cluster 2023-12-25T21:27:52.939634+0000 mgr.smithi002.hmjpwx (mgr.14180) 478 : cluster [DBG] pgmap v371: 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-12-25T21:27:54.795 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:27:54.795 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:25:35.215480Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.usnpit on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:46.069487Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.sulecm on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-sulecm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.sulecm\nDeploy daemon haproxy.nfs.foo.smithi153.sulecm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.339379Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zfdeyq on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zfdeyq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zfdeyq\nDeploy daemon haproxy.nfs.foo.smithi002.zfdeyq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:26:50.344387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.jmvywa on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:27:55.078 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:55 smithi002 bash[24825]: audit 2023-12-25T21:27:54.822683+0000 mon.smithi002 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.heobpc"}]: dispatch 2023-12-25T21:27:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:55 smithi153 bash[28368]: audit 2023-12-25T21:27:54.822683+0000 mon.smithi002 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.heobpc"}]: dispatch 2023-12-25T21:27:55.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: audit 2023-12-25T21:27:54.783608+0000 mgr.smithi002.hmjpwx (mgr.14180) 479 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: cephadm 2023-12-25T21:27:54.821508+0000 mgr.smithi002.hmjpwx (mgr.14180) 480 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: cephadm 2023-12-25T21:27:54.822066+0000 mgr.smithi002.hmjpwx (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: cephadm 2023-12-25T21:27:54.824182+0000 mgr.smithi002.hmjpwx (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: cephadm 2023-12-25T21:27:54.828451+0000 mgr.smithi002.hmjpwx (mgr.14180) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.mxbrdd on smithi002 2023-12-25T21:27:56.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:56 smithi002 bash[24825]: cluster 2023-12-25T21:27:54.940260+0000 mgr.smithi002.hmjpwx (mgr.14180) 484 : cluster [DBG] pgmap v372: 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-12-25T21:27:56.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: audit 2023-12-25T21:27:54.783608+0000 mgr.smithi002.hmjpwx (mgr.14180) 479 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:27:56.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: cephadm 2023-12-25T21:27:54.821508+0000 mgr.smithi002.hmjpwx (mgr.14180) 480 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:27:56.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: cephadm 2023-12-25T21:27:54.822066+0000 mgr.smithi002.hmjpwx (mgr.14180) 481 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: cephadm 2023-12-25T21:27:54.824182+0000 mgr.smithi002.hmjpwx (mgr.14180) 482 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.heobpc ... 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:27:56.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: cephadm 2023-12-25T21:27:54.828451+0000 mgr.smithi002.hmjpwx (mgr.14180) 483 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.mxbrdd on smithi002 2023-12-25T21:27:56.541 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:56 smithi153 bash[28368]: cluster 2023-12-25T21:27:54.940260+0000 mgr.smithi002.hmjpwx (mgr.14180) 484 : cluster [DBG] pgmap v372: 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-12-25T21:27:56.769 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:27:58.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:27:58 smithi002 bash[24825]: cluster 2023-12-25T21:27:56.941002+0000 mgr.smithi002.hmjpwx (mgr.14180) 485 : cluster [DBG] pgmap v373: 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-12-25T21:27:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:27:58 smithi153 bash[28368]: cluster 2023-12-25T21:27:56.941002+0000 mgr.smithi002.hmjpwx (mgr.14180) 485 : cluster [DBG] pgmap v373: 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-12-25T21:28:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:00 smithi002 bash[24825]: cluster 2023-12-25T21:27:58.941805+0000 mgr.smithi002.hmjpwx (mgr.14180) 486 : cluster [DBG] pgmap v374: 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-12-25T21:28:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:00 smithi002 bash[24825]: audit 2023-12-25T21:27:59.232976+0000 mon.smithi002 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.mxbrdd"}]: dispatch 2023-12-25T21:28:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:00 smithi002 bash[24825]: audit 2023-12-25T21:27:59.244702+0000 mon.smithi002 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:28:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:00 smithi153 bash[28368]: cluster 2023-12-25T21:27:58.941805+0000 mgr.smithi002.hmjpwx (mgr.14180) 486 : cluster [DBG] pgmap v374: 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-12-25T21:28:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:00 smithi153 bash[28368]: audit 2023-12-25T21:27:59.232976+0000 mon.smithi002 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.mxbrdd"}]: dispatch 2023-12-25T21:28:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:00 smithi153 bash[28368]: audit 2023-12-25T21:27:59.244702+0000 mon.smithi002 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:28:00.622 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:00.622 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cephadm 2023-12-25T21:27:59.231792+0000 mgr.smithi002.hmjpwx (mgr.14180) 487 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cephadm 2023-12-25T21:27:59.232345+0000 mgr.smithi002.hmjpwx (mgr.14180) 488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cephadm 2023-12-25T21:27:59.234365+0000 mgr.smithi002.hmjpwx (mgr.14180) 489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cephadm 2023-12-25T21:27:59.236373+0000 mgr.smithi002.hmjpwx (mgr.14180) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cephadm 2023-12-25T21:27:59.237946+0000 mgr.smithi002.hmjpwx (mgr.14180) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cluster 2023-12-25T21:27:59.238926+0000 mgr.smithi002.hmjpwx (mgr.14180) 492 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-25T21:28:01.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:01 smithi002 bash[24825]: cluster 2023-12-25T21:28:00.070331+0000 mon.smithi002 (mon.0) 790 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:28:01.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cephadm 2023-12-25T21:27:59.231792+0000 mgr.smithi002.hmjpwx (mgr.14180) 487 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cephadm 2023-12-25T21:27:59.232345+0000 mgr.smithi002.hmjpwx (mgr.14180) 488 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cephadm 2023-12-25T21:27:59.234365+0000 mgr.smithi002.hmjpwx (mgr.14180) 489 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd 2023-12-25T21:28:01.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.mxbrdd ... 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cephadm 2023-12-25T21:27:59.236373+0000 mgr.smithi002.hmjpwx (mgr.14180) 490 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cephadm 2023-12-25T21:27:59.237946+0000 mgr.smithi002.hmjpwx (mgr.14180) 491 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cluster 2023-12-25T21:27:59.238926+0000 mgr.smithi002.hmjpwx (mgr.14180) 492 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-12-25T21:28:01.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:01 smithi153 bash[28368]: cluster 2023-12-25T21:28:00.070331+0000 mon.smithi002 (mon.0) 790 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:28:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:02 smithi002 bash[24825]: audit 2023-12-25T21:28:00.608891+0000 mgr.smithi002.hmjpwx (mgr.14180) 493 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:02.530 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:02.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:02 smithi153 bash[28368]: audit 2023-12-25T21:28:00.608891+0000 mgr.smithi002.hmjpwx (mgr.14180) 493 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:03.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:03 smithi153 bash[28368]: cluster 2023-12-25T21:28:01.240161+0000 mgr.smithi002.hmjpwx (mgr.14180) 494 : cluster [DBG] pgmap v376: 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-12-25T21:28:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:03 smithi002 bash[24825]: cluster 2023-12-25T21:28:01.240161+0000 mgr.smithi002.hmjpwx (mgr.14180) 494 : cluster [DBG] pgmap v376: 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-12-25T21:28:05.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:05 smithi002 bash[24825]: cluster 2023-12-25T21:28:03.240981+0000 mgr.smithi002.hmjpwx (mgr.14180) 495 : cluster [DBG] pgmap v377: 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-12-25T21:28:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:05 smithi153 bash[28368]: cluster 2023-12-25T21:28:03.240981+0000 mgr.smithi002.hmjpwx (mgr.14180) 495 : cluster [DBG] pgmap v377: 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-12-25T21:28:06.177 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:06.177 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:07.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:07.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:07 smithi002 bash[24825]: cluster 2023-12-25T21:28:05.242352+0000 mgr.smithi002.hmjpwx (mgr.14180) 496 : cluster [DBG] pgmap v378: 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-12-25T21:28:07.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:07 smithi002 bash[24825]: audit 2023-12-25T21:28:06.095891+0000 mon.smithi002 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:28:07.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:07 smithi153 bash[28368]: cluster 2023-12-25T21:28:05.242352+0000 mgr.smithi002.hmjpwx (mgr.14180) 496 : cluster [DBG] pgmap v378: 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-12-25T21:28:07.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:07 smithi153 bash[28368]: audit 2023-12-25T21:28:06.095891+0000 mon.smithi002 (mon.0) 791 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:28:08.075 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:08 smithi002 bash[24825]: audit 2023-12-25T21:28:06.164414+0000 mgr.smithi002.hmjpwx (mgr.14180) 497 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:08 smithi153 bash[28368]: audit 2023-12-25T21:28:06.164414+0000 mgr.smithi002.hmjpwx (mgr.14180) 497 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:09.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:09 smithi002 bash[24825]: cluster 2023-12-25T21:28:07.243470+0000 mgr.smithi002.hmjpwx (mgr.14180) 498 : cluster [DBG] pgmap v379: 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-12-25T21:28:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:09 smithi153 bash[28368]: cluster 2023-12-25T21:28:07.243470+0000 mgr.smithi002.hmjpwx (mgr.14180) 498 : cluster [DBG] pgmap v379: 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-12-25T21:28:11.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:11 smithi002 bash[24825]: cluster 2023-12-25T21:28:09.244809+0000 mgr.smithi002.hmjpwx (mgr.14180) 499 : cluster [DBG] pgmap v380: 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-12-25T21:28:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:11 smithi153 bash[28368]: cluster 2023-12-25T21:28:09.244809+0000 mgr.smithi002.hmjpwx (mgr.14180) 499 : cluster [DBG] pgmap v380: 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-12-25T21:28:11.559 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:11.559 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:12.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:13 smithi153 bash[28368]: cluster 2023-12-25T21:28:11.245689+0000 mgr.smithi002.hmjpwx (mgr.14180) 500 : 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-12-25T21:28:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:13 smithi153 bash[28368]: audit 2023-12-25T21:28:11.547555+0000 mgr.smithi002.hmjpwx (mgr.14180) 501 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:13.408 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:13.421 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:13 smithi002 bash[24825]: cluster 2023-12-25T21:28:11.245689+0000 mgr.smithi002.hmjpwx (mgr.14180) 500 : 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-12-25T21:28:13.421 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:13 smithi002 bash[24825]: audit 2023-12-25T21:28:11.547555+0000 mgr.smithi002.hmjpwx (mgr.14180) 501 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:15 smithi002 bash[24825]: cluster 2023-12-25T21:28:13.246534+0000 mgr.smithi002.hmjpwx (mgr.14180) 502 : 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-12-25T21:28:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:15 smithi153 bash[28368]: cluster 2023-12-25T21:28:13.246534+0000 mgr.smithi002.hmjpwx (mgr.14180) 502 : 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-12-25T21:28:16.882 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:16.882 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:17 smithi002 bash[24825]: cluster 2023-12-25T21:28:15.247886+0000 mgr.smithi002.hmjpwx (mgr.14180) 503 : 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-12-25T21:28:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:17 smithi153 bash[28368]: cluster 2023-12-25T21:28:15.247886+0000 mgr.smithi002.hmjpwx (mgr.14180) 503 : 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-12-25T21:28:17.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:18.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:18 smithi002 bash[24825]: audit 2023-12-25T21:28:16.872906+0000 mgr.smithi002.hmjpwx (mgr.14180) 504 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:18.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:18 smithi153 bash[28368]: audit 2023-12-25T21:28:16.872906+0000 mgr.smithi002.hmjpwx (mgr.14180) 504 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:18.773 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:19 smithi002 bash[24825]: cluster 2023-12-25T21:28:17.248786+0000 mgr.smithi002.hmjpwx (mgr.14180) 505 : 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-12-25T21:28:19.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:19 smithi153 bash[28368]: cluster 2023-12-25T21:28:17.248786+0000 mgr.smithi002.hmjpwx (mgr.14180) 505 : 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-12-25T21:28:20.420 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:20 smithi002 bash[24825]: cluster 2023-12-25T21:28:19.249937+0000 mgr.smithi002.hmjpwx (mgr.14180) 506 : 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-12-25T21:28:20.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:20 smithi153 bash[28368]: cluster 2023-12-25T21:28:19.249937+0000 mgr.smithi002.hmjpwx (mgr.14180) 506 : 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-12-25T21:28:22.296 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:22.296 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:22.562 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:22 smithi002 bash[24825]: cluster 2023-12-25T21:28:21.251172+0000 mgr.smithi002.hmjpwx (mgr.14180) 507 : 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-12-25T21:28:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:22 smithi153 bash[28368]: cluster 2023-12-25T21:28:21.251172+0000 mgr.smithi002.hmjpwx (mgr.14180) 507 : 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-12-25T21:28:23.119 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:23 smithi002 bash[24825]: audit 2023-12-25T21:28:22.285454+0000 mgr.smithi002.hmjpwx (mgr.14180) 508 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:23.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:23 smithi153 bash[28368]: audit 2023-12-25T21:28:22.285454+0000 mgr.smithi002.hmjpwx (mgr.14180) 508 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:24.120 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:25.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:24 smithi002 bash[24825]: cluster 2023-12-25T21:28:23.252155+0000 mgr.smithi002.hmjpwx (mgr.14180) 509 : 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-12-25T21:28:25.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:24 smithi153 bash[28368]: cluster 2023-12-25T21:28:23.252155+0000 mgr.smithi002.hmjpwx (mgr.14180) 509 : 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-12-25T21:28:27.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:26 smithi002 bash[24825]: cluster 2023-12-25T21:28:25.253657+0000 mgr.smithi002.hmjpwx (mgr.14180) 510 : 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-12-25T21:28:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:26 smithi153 bash[28368]: cluster 2023-12-25T21:28:25.253657+0000 mgr.smithi002.hmjpwx (mgr.14180) 510 : 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-12-25T21:28:27.484 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:27.484 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:28.274 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:29.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:28 smithi002 bash[24825]: cluster 2023-12-25T21:28:27.254920+0000 mgr.smithi002.hmjpwx (mgr.14180) 511 : 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-12-25T21:28:29.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:28 smithi002 bash[24825]: audit 2023-12-25T21:28:27.473571+0000 mgr.smithi002.hmjpwx (mgr.14180) 512 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:29.275 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:29.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:28 smithi153 bash[28368]: cluster 2023-12-25T21:28:27.254920+0000 mgr.smithi002.hmjpwx (mgr.14180) 511 : 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-12-25T21:28:29.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:28 smithi153 bash[28368]: audit 2023-12-25T21:28:27.473571+0000 mgr.smithi002.hmjpwx (mgr.14180) 512 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:31.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:30 smithi002 bash[24825]: cluster 2023-12-25T21:28:29.256122+0000 mgr.smithi002.hmjpwx (mgr.14180) 513 : 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-12-25T21:28:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:30 smithi153 bash[28368]: cluster 2023-12-25T21:28:29.256122+0000 mgr.smithi002.hmjpwx (mgr.14180) 513 : 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-12-25T21:28:32.831 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:32.831 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:33.119 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:32 smithi002 bash[24825]: cluster 2023-12-25T21:28:31.257410+0000 mgr.smithi002.hmjpwx (mgr.14180) 514 : 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-12-25T21:28:33.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:32 smithi153 bash[28368]: cluster 2023-12-25T21:28:31.257410+0000 mgr.smithi002.hmjpwx (mgr.14180) 514 : 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-12-25T21:28:33.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:33.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:33 smithi002 bash[24825]: audit 2023-12-25T21:28:32.820208+0000 mgr.smithi002.hmjpwx (mgr.14180) 515 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:34.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:33 smithi153 bash[28368]: audit 2023-12-25T21:28:32.820208+0000 mgr.smithi002.hmjpwx (mgr.14180) 515 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:34.745 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:35.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:34 smithi002 bash[24825]: cluster 2023-12-25T21:28:33.258194+0000 mgr.smithi002.hmjpwx (mgr.14180) 516 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:35.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:34 smithi153 bash[28368]: cluster 2023-12-25T21:28:33.258194+0000 mgr.smithi002.hmjpwx (mgr.14180) 516 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:37.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:36 smithi153 bash[28368]: cluster 2023-12-25T21:28:35.259512+0000 mgr.smithi002.hmjpwx (mgr.14180) 517 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:36 smithi002 bash[24825]: cluster 2023-12-25T21:28:35.259512+0000 mgr.smithi002.hmjpwx (mgr.14180) 517 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:38.378 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:38.378 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:39.211 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:39.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:39 smithi153 bash[28368]: cluster 2023-12-25T21:28:37.260343+0000 mgr.smithi002.hmjpwx (mgr.14180) 518 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:39.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:39 smithi002 bash[24825]: cluster 2023-12-25T21:28:37.260343+0000 mgr.smithi002.hmjpwx (mgr.14180) 518 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:40.212 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:40.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:40 smithi153 bash[28368]: audit 2023-12-25T21:28:38.366792+0000 mgr.smithi002.hmjpwx (mgr.14180) 519 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:40.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:40 smithi002 bash[24825]: audit 2023-12-25T21:28:38.366792+0000 mgr.smithi002.hmjpwx (mgr.14180) 519 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:41.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:41 smithi153 bash[28368]: cluster 2023-12-25T21:28:39.261714+0000 mgr.smithi002.hmjpwx (mgr.14180) 520 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:41.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:41 smithi002 bash[24825]: cluster 2023-12-25T21:28:39.261714+0000 mgr.smithi002.hmjpwx (mgr.14180) 520 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:43.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:43 smithi153 bash[28368]: cluster 2023-12-25T21:28:41.262848+0000 mgr.smithi002.hmjpwx (mgr.14180) 521 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:43.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:43 smithi002 bash[24825]: cluster 2023-12-25T21:28:41.262848+0000 mgr.smithi002.hmjpwx (mgr.14180) 521 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:43.556 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:43.556 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:44.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:45 smithi153 bash[28368]: cluster 2023-12-25T21:28:43.263964+0000 mgr.smithi002.hmjpwx (mgr.14180) 522 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:45 smithi153 bash[28368]: audit 2023-12-25T21:28:43.550846+0000 mgr.smithi002.hmjpwx (mgr.14180) 523 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:45.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:45 smithi002 bash[24825]: cluster 2023-12-25T21:28:43.263964+0000 mgr.smithi002.hmjpwx (mgr.14180) 522 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:45.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:45 smithi002 bash[24825]: audit 2023-12-25T21:28:43.550846+0000 mgr.smithi002.hmjpwx (mgr.14180) 523 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:45.422 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:47.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:47 smithi153 bash[28368]: cluster 2023-12-25T21:28:45.265431+0000 mgr.smithi002.hmjpwx (mgr.14180) 524 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:47.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:47 smithi002 bash[24825]: cluster 2023-12-25T21:28:45.265431+0000 mgr.smithi002.hmjpwx (mgr.14180) 524 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:48.921 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:48.921 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:49 smithi002 bash[24825]: cluster 2023-12-25T21:28:47.266597+0000 mgr.smithi002.hmjpwx (mgr.14180) 525 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:49.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:49 smithi153 bash[28368]: cluster 2023-12-25T21:28:47.266597+0000 mgr.smithi002.hmjpwx (mgr.14180) 525 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:49.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:50 smithi002 bash[24825]: audit 2023-12-25T21:28:48.908658+0000 mgr.smithi002.hmjpwx (mgr.14180) 526 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:50 smithi153 bash[28368]: audit 2023-12-25T21:28:48.908658+0000 mgr.smithi002.hmjpwx (mgr.14180) 526 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:50.725 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:51.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:51 smithi002 bash[24825]: cluster 2023-12-25T21:28:49.267860+0000 mgr.smithi002.hmjpwx (mgr.14180) 527 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:51.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:51 smithi153 bash[28368]: cluster 2023-12-25T21:28:49.267860+0000 mgr.smithi002.hmjpwx (mgr.14180) 527 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:53.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:53 smithi153 bash[28368]: cluster 2023-12-25T21:28:51.269099+0000 mgr.smithi002.hmjpwx (mgr.14180) 528 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:53 smithi002 bash[24825]: cluster 2023-12-25T21:28:51.269099+0000 mgr.smithi002.hmjpwx (mgr.14180) 528 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:54.354 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:54.354 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:28:55.181 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:28:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:55 smithi002 bash[24825]: cluster 2023-12-25T21:28:53.269853+0000 mgr.smithi002.hmjpwx (mgr.14180) 529 : 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-12-25T21:28:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:55 smithi153 bash[28368]: cluster 2023-12-25T21:28:53.269853+0000 mgr.smithi002.hmjpwx (mgr.14180) 529 : 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-12-25T21:28:56.181 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:28:56.378 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:56 smithi002 bash[24825]: audit 2023-12-25T21:28:54.343501+0000 mgr.smithi002.hmjpwx (mgr.14180) 530 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:56 smithi153 bash[28368]: audit 2023-12-25T21:28:54.343501+0000 mgr.smithi002.hmjpwx (mgr.14180) 530 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:28:57.424 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:57 smithi002 bash[24825]: cluster 2023-12-25T21:28:55.271216+0000 mgr.smithi002.hmjpwx (mgr.14180) 531 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:57 smithi153 bash[28368]: cluster 2023-12-25T21:28:55.271216+0000 mgr.smithi002.hmjpwx (mgr.14180) 531 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:28:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:28:59 smithi002 bash[24825]: cluster 2023-12-25T21:28:57.272414+0000 mgr.smithi002.hmjpwx (mgr.14180) 532 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:28:59 smithi153 bash[28368]: cluster 2023-12-25T21:28:57.272414+0000 mgr.smithi002.hmjpwx (mgr.14180) 532 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:28:59.674 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:28:59.674 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:26:50.346117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xezobj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.242206+0000 mon.smithi002 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.549059+0000 mon.smithi002 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.550423+0000 mon.smithi002 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.556856+0000 mon.smithi002 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.565591+0000 mon.smithi002 (mon.0) 796 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:00 smithi002 bash[24825]: audit 2023-12-25T21:28:59.580731+0000 mon.smithi002 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:00.495 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.242206+0000 mon.smithi002 (mon.0) 792 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.549059+0000 mon.smithi002 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.550423+0000 mon.smithi002 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.556856+0000 mon.smithi002 (mon.0) 795 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.565591+0000 mon.smithi002 (mon.0) 796 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:29:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:00 smithi153 bash[28368]: audit 2023-12-25T21:28:59.580731+0000 mon.smithi002 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: cluster 2023-12-25T21:28:59.273595+0000 mgr.smithi002.hmjpwx (mgr.14180) 533 : 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-12-25T21:29:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: cluster 2023-12-25T21:28:59.557578+0000 mgr.smithi002.hmjpwx (mgr.14180) 534 : cluster [DBG] pgmap v406: 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-12-25T21:29:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: cephadm 2023-12-25T21:28:59.585158+0000 mgr.smithi002.hmjpwx (mgr.14180) 535 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.lvyurr on smithi153 2023-12-25T21:29:01.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: audit 2023-12-25T21:28:59.663993+0000 mgr.smithi002.hmjpwx (mgr.14180) 536 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:01.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: cluster 2023-12-25T21:29:00.080442+0000 mon.smithi002 (mon.0) 798 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:29:01.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:01 smithi002 bash[24825]: cluster 2023-12-25T21:29:00.080480+0000 mon.smithi002 (mon.0) 799 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:01.496 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: cluster 2023-12-25T21:28:59.273595+0000 mgr.smithi002.hmjpwx (mgr.14180) 533 : 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-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: cluster 2023-12-25T21:28:59.557578+0000 mgr.smithi002.hmjpwx (mgr.14180) 534 : cluster [DBG] pgmap v406: 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-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: cephadm 2023-12-25T21:28:59.585158+0000 mgr.smithi002.hmjpwx (mgr.14180) 535 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.lvyurr on smithi153 2023-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: audit 2023-12-25T21:28:59.663993+0000 mgr.smithi002.hmjpwx (mgr.14180) 536 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: cluster 2023-12-25T21:29:00.080442+0000 mon.smithi002 (mon.0) 798 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:29:01.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:01 smithi153 bash[28368]: cluster 2023-12-25T21:29:00.080480+0000 mon.smithi002 (mon.0) 799 : cluster [INF] Cluster is now healthy 2023-12-25T21:29:03.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:03 smithi153 bash[28368]: cluster 2023-12-25T21:29:01.558547+0000 mgr.smithi002.hmjpwx (mgr.14180) 537 : cluster [DBG] pgmap v407: 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-12-25T21:29:03.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:03 smithi002 bash[24825]: cluster 2023-12-25T21:29:01.558547+0000 mgr.smithi002.hmjpwx (mgr.14180) 537 : cluster [DBG] pgmap v407: 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-12-25T21:29:04.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:04 smithi002 bash[24825]: audit 2023-12-25T21:29:03.360802+0000 mon.smithi002 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.lvyurr"}]: dispatch 2023-12-25T21:29:04.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:04 smithi153 bash[28368]: audit 2023-12-25T21:29:03.360802+0000 mon.smithi002 (mon.0) 800 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.lvyurr"}]: dispatch 2023-12-25T21:29:05.018 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:05.018 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:54.823956Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.heobpc on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-heobpc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.heobpc\nDeploy daemon haproxy.nfs.foo.smithi153.heobpc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.234196Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.mxbrdd on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-mxbrdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.mxbrdd\nDeploy daemon haproxy.nfs.foo.smithi002.mxbrdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:27:59.236233Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ffvnjp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: cephadm 2023-12-25T21:29:03.359651+0000 mgr.smithi002.hmjpwx (mgr.14180) 538 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.300 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.301 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: cephadm 2023-12-25T21:29:03.360189+0000 mgr.smithi002.hmjpwx (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: cephadm 2023-12-25T21:29:03.362047+0000 mgr.smithi002.hmjpwx (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: cephadm 2023-12-25T21:29:03.367209+0000 mgr.smithi002.hmjpwx (mgr.14180) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.krilpi on smithi002 2023-12-25T21:29:05.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:05 smithi002 bash[24825]: cluster 2023-12-25T21:29:03.559348+0000 mgr.smithi002.hmjpwx (mgr.14180) 542 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:29:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: cephadm 2023-12-25T21:29:03.359651+0000 mgr.smithi002.hmjpwx (mgr.14180) 538 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: cephadm 2023-12-25T21:29:03.360189+0000 mgr.smithi002.hmjpwx (mgr.14180) 539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: cephadm 2023-12-25T21:29:03.362047+0000 mgr.smithi002.hmjpwx (mgr.14180) 540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: cephadm 2023-12-25T21:29:03.367209+0000 mgr.smithi002.hmjpwx (mgr.14180) 541 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.krilpi on smithi002 2023-12-25T21:29:05.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:05 smithi153 bash[28368]: cluster 2023-12-25T21:29:03.559348+0000 mgr.smithi002.hmjpwx (mgr.14180) 542 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:29:05.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:06.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:06 smithi002 bash[24825]: audit 2023-12-25T21:29:05.006165+0000 mgr.smithi002.hmjpwx (mgr.14180) 543 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:06.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:06 smithi002 bash[24825]: audit 2023-12-25T21:29:06.098178+0000 mon.smithi002 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:06.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:06 smithi153 bash[28368]: audit 2023-12-25T21:29:05.006165+0000 mgr.smithi002.hmjpwx (mgr.14180) 543 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:06.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:06 smithi153 bash[28368]: audit 2023-12-25T21:29:06.098178+0000 mon.smithi002 (mon.0) 801 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:06.915 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:07.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:07 smithi002 bash[24825]: cluster 2023-12-25T21:29:05.560110+0000 mgr.smithi002.hmjpwx (mgr.14180) 544 : cluster [DBG] pgmap v409: 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-12-25T21:29:07.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:07 smithi153 bash[28368]: cluster 2023-12-25T21:29:05.560110+0000 mgr.smithi002.hmjpwx (mgr.14180) 544 : cluster [DBG] pgmap v409: 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-12-25T21:29:08.390 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:08 smithi002 bash[24825]: audit 2023-12-25T21:29:07.464475+0000 mon.smithi002 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.krilpi"}]: dispatch 2023-12-25T21:29:08.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:08 smithi153 bash[28368]: audit 2023-12-25T21:29:07.464475+0000 mon.smithi002 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.krilpi"}]: dispatch 2023-12-25T21:29:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cephadm 2023-12-25T21:29:07.463577+0000 mgr.smithi002.hmjpwx (mgr.14180) 545 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:29:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cephadm 2023-12-25T21:29:07.463959+0000 mgr.smithi002.hmjpwx (mgr.14180) 546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cephadm 2023-12-25T21:29:07.465524+0000 mgr.smithi002.hmjpwx (mgr.14180) 547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cephadm 2023-12-25T21:29:07.468932+0000 mgr.smithi002.hmjpwx (mgr.14180) 548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:29:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cephadm 2023-12-25T21:29:07.471865+0000 mgr.smithi002.hmjpwx (mgr.14180) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:29:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cluster 2023-12-25T21:29:07.473076+0000 mgr.smithi002.hmjpwx (mgr.14180) 550 : cluster [DBG] pgmap v410: 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-12-25T21:29:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:09 smithi002 bash[24825]: cluster 2023-12-25T21:29:08.115702+0000 mon.smithi002 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cephadm 2023-12-25T21:29:07.463577+0000 mgr.smithi002.hmjpwx (mgr.14180) 545 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cephadm 2023-12-25T21:29:07.463959+0000 mgr.smithi002.hmjpwx (mgr.14180) 546 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cephadm 2023-12-25T21:29:07.465524+0000 mgr.smithi002.hmjpwx (mgr.14180) 547 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cephadm 2023-12-25T21:29:07.468932+0000 mgr.smithi002.hmjpwx (mgr.14180) 548 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cephadm 2023-12-25T21:29:07.471865+0000 mgr.smithi002.hmjpwx (mgr.14180) 549 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cluster 2023-12-25T21:29:07.473076+0000 mgr.smithi002.hmjpwx (mgr.14180) 550 : cluster [DBG] pgmap v410: 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-12-25T21:29:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:09 smithi153 bash[28368]: cluster 2023-12-25T21:29:08.115702+0000 mon.smithi002 (mon.0) 803 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:29:10.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:10 smithi002 bash[24825]: audit 2023-12-25T21:29:09.290596+0000 mon.smithi002 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:10.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:10 smithi002 bash[24825]: cluster 2023-12-25T21:29:09.473831+0000 mgr.smithi002.hmjpwx (mgr.14180) 551 : cluster [DBG] pgmap v411: 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-12-25T21:29:10.771 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:10.772 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:10.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:10 smithi153 bash[28368]: audit 2023-12-25T21:29:09.290596+0000 mon.smithi002 (mon.0) 804 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:10.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:10 smithi153 bash[28368]: cluster 2023-12-25T21:29:09.473831+0000 mgr.smithi002.hmjpwx (mgr.14180) 551 : cluster [DBG] pgmap v411: 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-12-25T21:29:11.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:11 smithi002 bash[24825]: audit 2023-12-25T21:29:10.761448+0000 mgr.smithi002.hmjpwx (mgr.14180) 552 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:11.594 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:11.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:11 smithi153 bash[28368]: audit 2023-12-25T21:29:10.761448+0000 mgr.smithi002.hmjpwx (mgr.14180) 552 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:12.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:12.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:12 smithi002 bash[24825]: cluster 2023-12-25T21:29:11.474622+0000 mgr.smithi002.hmjpwx (mgr.14180) 553 : cluster [DBG] pgmap v412: 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-12-25T21:29:12.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:12 smithi153 bash[28368]: cluster 2023-12-25T21:29:11.474622+0000 mgr.smithi002.hmjpwx (mgr.14180) 553 : cluster [DBG] pgmap v412: 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-12-25T21:29:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:14 smithi002 bash[24825]: cluster 2023-12-25T21:29:13.475617+0000 mgr.smithi002.hmjpwx (mgr.14180) 554 : cluster [DBG] pgmap v413: 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-12-25T21:29:15.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:14 smithi153 bash[28368]: cluster 2023-12-25T21:29:13.475617+0000 mgr.smithi002.hmjpwx (mgr.14180) 554 : cluster [DBG] pgmap v413: 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-12-25T21:29:15.931 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:15.931 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:16.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:16 smithi002 bash[24825]: cluster 2023-12-25T21:29:15.477020+0000 mgr.smithi002.hmjpwx (mgr.14180) 555 : cluster [DBG] pgmap v414: 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-12-25T21:29:17.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:16 smithi002 bash[24825]: audit 2023-12-25T21:29:15.920630+0000 mgr.smithi002.hmjpwx (mgr.14180) 556 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:17.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:16 smithi153 bash[28368]: cluster 2023-12-25T21:29:15.477020+0000 mgr.smithi002.hmjpwx (mgr.14180) 555 : cluster [DBG] pgmap v414: 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-12-25T21:29:17.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:16 smithi153 bash[28368]: audit 2023-12-25T21:29:15.920630+0000 mgr.smithi002.hmjpwx (mgr.14180) 556 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:17.785 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:19.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:18 smithi002 bash[24825]: cluster 2023-12-25T21:29:17.478131+0000 mgr.smithi002.hmjpwx (mgr.14180) 557 : cluster [DBG] pgmap v415: 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-12-25T21:29:19.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:18 smithi153 bash[28368]: cluster 2023-12-25T21:29:17.478131+0000 mgr.smithi002.hmjpwx (mgr.14180) 557 : cluster [DBG] pgmap v415: 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-12-25T21:29:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:20 smithi002 bash[24825]: cluster 2023-12-25T21:29:19.478877+0000 mgr.smithi002.hmjpwx (mgr.14180) 558 : 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-12-25T21:29:21.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:20 smithi153 bash[28368]: cluster 2023-12-25T21:29:19.478877+0000 mgr.smithi002.hmjpwx (mgr.14180) 558 : 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-12-25T21:29:21.397 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:21.397 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:22.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:22 smithi002 bash[24825]: audit 2023-12-25T21:29:21.098083+0000 mon.smithi002 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:22 smithi153 bash[28368]: audit 2023-12-25T21:29:21.098083+0000 mon.smithi002 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:29:23.251 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:23.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:23 smithi153 bash[28368]: audit 2023-12-25T21:29:21.386951+0000 mgr.smithi002.hmjpwx (mgr.14180) 559 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:23.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:23 smithi153 bash[28368]: cluster 2023-12-25T21:29:21.480130+0000 mgr.smithi002.hmjpwx (mgr.14180) 560 : 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-12-25T21:29:23.450 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:23 smithi002 bash[24825]: audit 2023-12-25T21:29:21.386951+0000 mgr.smithi002.hmjpwx (mgr.14180) 559 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:23.450 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:23 smithi002 bash[24825]: cluster 2023-12-25T21:29:21.480130+0000 mgr.smithi002.hmjpwx (mgr.14180) 560 : 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-12-25T21:29:25.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:25 smithi002 bash[24825]: cluster 2023-12-25T21:29:23.480799+0000 mgr.smithi002.hmjpwx (mgr.14180) 561 : 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-12-25T21:29:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:25 smithi153 bash[28368]: cluster 2023-12-25T21:29:23.480799+0000 mgr.smithi002.hmjpwx (mgr.14180) 561 : 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-12-25T21:29:26.958 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:26.959 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:27.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:27 smithi002 bash[24825]: cluster 2023-12-25T21:29:25.482047+0000 mgr.smithi002.hmjpwx (mgr.14180) 562 : 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-12-25T21:29:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:27 smithi153 bash[28368]: cluster 2023-12-25T21:29:25.482047+0000 mgr.smithi002.hmjpwx (mgr.14180) 562 : 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-12-25T21:29:27.805 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:28 smithi002 bash[24825]: audit 2023-12-25T21:29:26.948081+0000 mgr.smithi002.hmjpwx (mgr.14180) 563 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:28.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:28 smithi153 bash[28368]: audit 2023-12-25T21:29:26.948081+0000 mgr.smithi002.hmjpwx (mgr.14180) 563 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:28.805 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:29.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:29 smithi002 bash[24825]: cluster 2023-12-25T21:29:27.483122+0000 mgr.smithi002.hmjpwx (mgr.14180) 564 : 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-12-25T21:29:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:29 smithi153 bash[28368]: cluster 2023-12-25T21:29:27.483122+0000 mgr.smithi002.hmjpwx (mgr.14180) 564 : 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-12-25T21:29:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:31 smithi002 bash[24825]: cluster 2023-12-25T21:29:29.484465+0000 mgr.smithi002.hmjpwx (mgr.14180) 565 : 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-12-25T21:29:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:31 smithi153 bash[28368]: cluster 2023-12-25T21:29:29.484465+0000 mgr.smithi002.hmjpwx (mgr.14180) 565 : 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-12-25T21:29:32.380 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:32.380 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:33.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:33 smithi002 bash[24825]: cluster 2023-12-25T21:29:31.485633+0000 mgr.smithi002.hmjpwx (mgr.14180) 566 : 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-12-25T21:29:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:33 smithi153 bash[28368]: cluster 2023-12-25T21:29:31.485633+0000 mgr.smithi002.hmjpwx (mgr.14180) 566 : 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-12-25T21:29:34.243 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:34.450 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:34 smithi002 bash[24825]: audit 2023-12-25T21:29:32.369493+0000 mgr.smithi002.hmjpwx (mgr.14180) 567 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:34 smithi153 bash[28368]: audit 2023-12-25T21:29:32.369493+0000 mgr.smithi002.hmjpwx (mgr.14180) 567 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:35.446 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:35 smithi002 bash[24825]: cluster 2023-12-25T21:29:33.486678+0000 mgr.smithi002.hmjpwx (mgr.14180) 568 : 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-12-25T21:29:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:35 smithi153 bash[28368]: cluster 2023-12-25T21:29:33.486678+0000 mgr.smithi002.hmjpwx (mgr.14180) 568 : 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-12-25T21:29:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:37 smithi002 bash[24825]: cluster 2023-12-25T21:29:35.487990+0000 mgr.smithi002.hmjpwx (mgr.14180) 569 : 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-12-25T21:29:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:37 smithi153 bash[28368]: cluster 2023-12-25T21:29:35.487990+0000 mgr.smithi002.hmjpwx (mgr.14180) 569 : 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-12-25T21:29:37.703 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:37.703 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:38.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:38 smithi002 bash[24825]: cluster 2023-12-25T21:29:37.488889+0000 mgr.smithi002.hmjpwx (mgr.14180) 570 : 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-12-25T21:29:38.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:38 smithi002 bash[24825]: audit 2023-12-25T21:29:37.691999+0000 mgr.smithi002.hmjpwx (mgr.14180) 571 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:38 smithi153 bash[28368]: cluster 2023-12-25T21:29:37.488889+0000 mgr.smithi002.hmjpwx (mgr.14180) 570 : 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-12-25T21:29:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:38 smithi153 bash[28368]: audit 2023-12-25T21:29:37.691999+0000 mgr.smithi002.hmjpwx (mgr.14180) 571 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:38.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:39.583 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:41.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:40 smithi002 bash[24825]: cluster 2023-12-25T21:29:39.490172+0000 mgr.smithi002.hmjpwx (mgr.14180) 572 : 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-12-25T21:29:41.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:40 smithi153 bash[28368]: cluster 2023-12-25T21:29:39.490172+0000 mgr.smithi002.hmjpwx (mgr.14180) 572 : 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-12-25T21:29:43.113 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:43.113 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:43.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:42 smithi002 bash[24825]: cluster 2023-12-25T21:29:41.491461+0000 mgr.smithi002.hmjpwx (mgr.14180) 573 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:43.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:42 smithi153 bash[28368]: cluster 2023-12-25T21:29:41.491461+0000 mgr.smithi002.hmjpwx (mgr.14180) 573 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:43.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:44.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:43 smithi002 bash[24825]: audit 2023-12-25T21:29:43.102599+0000 mgr.smithi002.hmjpwx (mgr.14180) 574 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:44.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:43 smithi153 bash[28368]: audit 2023-12-25T21:29:43.102599+0000 mgr.smithi002.hmjpwx (mgr.14180) 574 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:44.976 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:45 smithi002 bash[24825]: cluster 2023-12-25T21:29:43.492574+0000 mgr.smithi002.hmjpwx (mgr.14180) 575 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:45 smithi153 bash[28368]: cluster 2023-12-25T21:29:43.492574+0000 mgr.smithi002.hmjpwx (mgr.14180) 575 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:47.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:47 smithi153 bash[28368]: cluster 2023-12-25T21:29:45.493916+0000 mgr.smithi002.hmjpwx (mgr.14180) 576 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:29:47.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:47 smithi002 bash[24825]: cluster 2023-12-25T21:29:45.493916+0000 mgr.smithi002.hmjpwx (mgr.14180) 576 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:29:48.616 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:48.616 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:49 smithi002 bash[24825]: cluster 2023-12-25T21:29:47.494789+0000 mgr.smithi002.hmjpwx (mgr.14180) 577 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:49.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:49 smithi153 bash[28368]: cluster 2023-12-25T21:29:47.494789+0000 mgr.smithi002.hmjpwx (mgr.14180) 577 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:49.466 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:50.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:50 smithi153 bash[28368]: audit 2023-12-25T21:29:48.609836+0000 mgr.smithi002.hmjpwx (mgr.14180) 578 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:50.468 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:50.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:50 smithi002 bash[24825]: audit 2023-12-25T21:29:48.609836+0000 mgr.smithi002.hmjpwx (mgr.14180) 578 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:51.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:51 smithi153 bash[28368]: cluster 2023-12-25T21:29:49.496095+0000 mgr.smithi002.hmjpwx (mgr.14180) 579 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:51.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:51 smithi002 bash[24825]: cluster 2023-12-25T21:29:49.496095+0000 mgr.smithi002.hmjpwx (mgr.14180) 579 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:53.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:53 smithi153 bash[28368]: cluster 2023-12-25T21:29:51.497306+0000 mgr.smithi002.hmjpwx (mgr.14180) 580 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:53 smithi002 bash[24825]: cluster 2023-12-25T21:29:51.497306+0000 mgr.smithi002.hmjpwx (mgr.14180) 580 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:53.941 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:53.942 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:54.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:29:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:55 smithi002 bash[24825]: cluster 2023-12-25T21:29:53.498106+0000 mgr.smithi002.hmjpwx (mgr.14180) 581 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:55.304 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:55 smithi002 bash[24825]: audit 2023-12-25T21:29:53.929723+0000 mgr.smithi002.hmjpwx (mgr.14180) 582 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:55 smithi153 bash[28368]: cluster 2023-12-25T21:29:53.498106+0000 mgr.smithi002.hmjpwx (mgr.14180) 581 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:55 smithi153 bash[28368]: audit 2023-12-25T21:29:53.929723+0000 mgr.smithi002.hmjpwx (mgr.14180) 582 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:29:55.768 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:29:57.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:57 smithi002 bash[24825]: cluster 2023-12-25T21:29:55.499424+0000 mgr.smithi002.hmjpwx (mgr.14180) 583 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:29:57.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:57 smithi153 bash[28368]: cluster 2023-12-25T21:29:55.499424+0000 mgr.smithi002.hmjpwx (mgr.14180) 583 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:29:59.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:29:59.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:29:59.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:29:59 smithi002 bash[24825]: cluster 2023-12-25T21:29:57.500053+0000 mgr.smithi002.hmjpwx (mgr.14180) 584 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:29:59 smithi153 bash[28368]: cluster 2023-12-25T21:29:57.500053+0000 mgr.smithi002.hmjpwx (mgr.14180) 584 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:29:59.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: audit 2023-12-25T21:29:59.108630+0000 mgr.smithi002.hmjpwx (mgr.14180) 585 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000183+0000 mon.smithi002 (mon.0) 806 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:30:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000221+0000 mon.smithi002 (mon.0) 807 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T21:30:00.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000234+0000 mon.smithi002 (mon.0) 808 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000245+0000 mon.smithi002 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000258+0000 mon.smithi002 (mon.0) 810 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000271+0000 mon.smithi002 (mon.0) 811 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000303+0000 mon.smithi002 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000322+0000 mon.smithi002 (mon.0) 813 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000355+0000 mon.smithi002 (mon.0) 814 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000369+0000 mon.smithi002 (mon.0) 815 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000402+0000 mon.smithi002 (mon.0) 816 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000415+0000 mon.smithi002 (mon.0) 817 : 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-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000432+0000 mon.smithi002 (mon.0) 818 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000446+0000 mon.smithi002 (mon.0) 819 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000467+0000 mon.smithi002 (mon.0) 820 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000480+0000 mon.smithi002 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000493+0000 mon.smithi002 (mon.0) 822 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000506+0000 mon.smithi002 (mon.0) 823 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000518+0000 mon.smithi002 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000532+0000 mon.smithi002 (mon.0) 825 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000545+0000 mon.smithi002 (mon.0) 826 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000558+0000 mon.smithi002 (mon.0) 827 : 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000573+0000 mon.smithi002 (mon.0) 828 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000586+0000 mon.smithi002 (mon.0) 829 : 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-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000604+0000 mon.smithi002 (mon.0) 830 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000619+0000 mon.smithi002 (mon.0) 831 : 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000633+0000 mon.smithi002 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:00 smithi002 bash[24825]: cluster 2023-12-25T21:30:00.000646+0000 mon.smithi002 (mon.0) 833 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: audit 2023-12-25T21:29:59.108630+0000 mgr.smithi002.hmjpwx (mgr.14180) 585 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000183+0000 mon.smithi002 (mon.0) 806 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000221+0000 mon.smithi002 (mon.0) 807 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000234+0000 mon.smithi002 (mon.0) 808 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000245+0000 mon.smithi002 (mon.0) 809 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000258+0000 mon.smithi002 (mon.0) 810 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000271+0000 mon.smithi002 (mon.0) 811 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:30:00.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000303+0000 mon.smithi002 (mon.0) 812 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000322+0000 mon.smithi002 (mon.0) 813 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000355+0000 mon.smithi002 (mon.0) 814 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.lvyurr ... 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000369+0000 mon.smithi002 (mon.0) 815 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000402+0000 mon.smithi002 (mon.0) 816 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000415+0000 mon.smithi002 (mon.0) 817 : 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-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000432+0000 mon.smithi002 (mon.0) 818 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000446+0000 mon.smithi002 (mon.0) 819 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000467+0000 mon.smithi002 (mon.0) 820 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000480+0000 mon.smithi002 (mon.0) 821 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000493+0000 mon.smithi002 (mon.0) 822 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000506+0000 mon.smithi002 (mon.0) 823 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000518+0000 mon.smithi002 (mon.0) 824 : cluster [WRN] /usr/bin/docker: stdout 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000532+0000 mon.smithi002 (mon.0) 825 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000545+0000 mon.smithi002 (mon.0) 826 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi002.krilpi ... 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000558+0000 mon.smithi002 (mon.0) 827 : 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000573+0000 mon.smithi002 (mon.0) 828 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000586+0000 mon.smithi002 (mon.0) 829 : 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-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000604+0000 mon.smithi002 (mon.0) 830 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000619+0000 mon.smithi002 (mon.0) 831 : 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=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000633+0000 mon.smithi002 (mon.0) 832 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:00 smithi153 bash[28368]: cluster 2023-12-25T21:30:00.000646+0000 mon.smithi002 (mon.0) 833 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:00.994 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:01.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:01 smithi002 bash[24825]: cluster 2023-12-25T21:29:59.501282+0000 mgr.smithi002.hmjpwx (mgr.14180) 586 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:01 smithi153 bash[28368]: cluster 2023-12-25T21:29:59.501282+0000 mgr.smithi002.hmjpwx (mgr.14180) 586 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:03.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:03 smithi153 bash[28368]: cluster 2023-12-25T21:30:01.502432+0000 mgr.smithi002.hmjpwx (mgr.14180) 587 : 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-12-25T21:30:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:03 smithi002 bash[24825]: cluster 2023-12-25T21:30:01.502432+0000 mgr.smithi002.hmjpwx (mgr.14180) 587 : 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-12-25T21:30:04.664 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:04.664 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:05.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:05 smithi002 bash[24825]: cluster 2023-12-25T21:30:03.503646+0000 mgr.smithi002.hmjpwx (mgr.14180) 588 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:05.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:05 smithi153 bash[28368]: cluster 2023-12-25T21:30:03.503646+0000 mgr.smithi002.hmjpwx (mgr.14180) 588 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:06.483 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:06 smithi002 bash[24825]: audit 2023-12-25T21:30:04.658046+0000 mgr.smithi002.hmjpwx (mgr.14180) 589 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:06 smithi153 bash[28368]: audit 2023-12-25T21:30:04.658046+0000 mgr.smithi002.hmjpwx (mgr.14180) 589 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:07 smithi002 bash[24825]: cluster 2023-12-25T21:30:05.504982+0000 mgr.smithi002.hmjpwx (mgr.14180) 590 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:07 smithi153 bash[28368]: cluster 2023-12-25T21:30:05.504982+0000 mgr.smithi002.hmjpwx (mgr.14180) 590 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.476623+0000 mon.smithi002 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.783534+0000 mon.smithi002 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.784860+0000 mon.smithi002 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.792617+0000 mon.smithi002 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.798143+0000 mon.smithi002 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:30:08.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:08 smithi002 bash[24825]: audit 2023-12-25T21:30:07.811642+0000 mon.smithi002 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:08.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.476623+0000 mon.smithi002 (mon.0) 834 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:30:08.604 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.783534+0000 mon.smithi002 (mon.0) 835 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:30:08.604 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.784860+0000 mon.smithi002 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:30:08.604 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.792617+0000 mon.smithi002 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:08.604 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.798143+0000 mon.smithi002 (mon.0) 838 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:30:08.604 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:08 smithi153 bash[28368]: audit 2023-12-25T21:30:07.811642+0000 mon.smithi002 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:09 smithi002 bash[24825]: cluster 2023-12-25T21:30:07.506026+0000 mgr.smithi002.hmjpwx (mgr.14180) 591 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:09 smithi002 bash[24825]: cluster 2023-12-25T21:30:07.793366+0000 mgr.smithi002.hmjpwx (mgr.14180) 592 : cluster [DBG] pgmap v441: 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-12-25T21:30:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:09 smithi002 bash[24825]: cephadm 2023-12-25T21:30:07.814672+0000 mgr.smithi002.hmjpwx (mgr.14180) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xjonyn on smithi153 2023-12-25T21:30:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:09 smithi002 bash[24825]: cluster 2023-12-25T21:30:08.088863+0000 mon.smithi002 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:30:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:09 smithi002 bash[24825]: cluster 2023-12-25T21:30:08.088918+0000 mon.smithi002 (mon.0) 841 : cluster [INF] Cluster is now healthy 2023-12-25T21:30:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:09 smithi153 bash[28368]: cluster 2023-12-25T21:30:07.506026+0000 mgr.smithi002.hmjpwx (mgr.14180) 591 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:09 smithi153 bash[28368]: cluster 2023-12-25T21:30:07.793366+0000 mgr.smithi002.hmjpwx (mgr.14180) 592 : cluster [DBG] pgmap v441: 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-12-25T21:30:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:09 smithi153 bash[28368]: cephadm 2023-12-25T21:30:07.814672+0000 mgr.smithi002.hmjpwx (mgr.14180) 593 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xjonyn on smithi153 2023-12-25T21:30:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:09 smithi153 bash[28368]: cluster 2023-12-25T21:30:08.088863+0000 mon.smithi002 (mon.0) 840 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:30:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:09 smithi153 bash[28368]: cluster 2023-12-25T21:30:08.088918+0000 mon.smithi002 (mon.0) 841 : cluster [INF] Cluster is now healthy 2023-12-25T21:30:09.999 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:09.999 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:27:59.237847Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dpitkn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:03.361808Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.lvyurr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-lvyurr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.lvyurr\nDeploy daemon haproxy.nfs.foo.smithi153.lvyurr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.465413Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.krilpi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-krilpi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.krilpi\nDeploy daemon haproxy.nfs.foo.smithi002.krilpi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:29:07.468756Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.khzpvf on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:10.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:11 smithi002 bash[24825]: cluster 2023-12-25T21:30:09.794206+0000 mgr.smithi002.hmjpwx (mgr.14180) 594 : cluster [DBG] pgmap v442: 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-12-25T21:30:11.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:11 smithi002 bash[24825]: audit 2023-12-25T21:30:09.989426+0000 mgr.smithi002.hmjpwx (mgr.14180) 595 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:11 smithi153 bash[28368]: cluster 2023-12-25T21:30:09.794206+0000 mgr.smithi002.hmjpwx (mgr.14180) 594 : cluster [DBG] pgmap v442: 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-12-25T21:30:11.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:11 smithi153 bash[28368]: audit 2023-12-25T21:30:09.989426+0000 mgr.smithi002.hmjpwx (mgr.14180) 595 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:11.904 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:12.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:12 smithi002 bash[24825]: audit 2023-12-25T21:30:11.683140+0000 mon.smithi002 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xjonyn"}]: dispatch 2023-12-25T21:30:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:12 smithi153 bash[28368]: audit 2023-12-25T21:30:11.683140+0000 mon.smithi002 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xjonyn"}]: dispatch 2023-12-25T21:30:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: cephadm 2023-12-25T21:30:11.681941+0000 mgr.smithi002.hmjpwx (mgr.14180) 596 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.388 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.389 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: cephadm 2023-12-25T21:30:11.682458+0000 mgr.smithi002.hmjpwx (mgr.14180) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: cephadm 2023-12-25T21:30:11.684922+0000 mgr.smithi002.hmjpwx (mgr.14180) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.390 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: cephadm 2023-12-25T21:30:11.690353+0000 mgr.smithi002.hmjpwx (mgr.14180) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.jqyinv on smithi002 2023-12-25T21:30:13.391 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:13 smithi153 bash[28368]: cluster 2023-12-25T21:30:11.795141+0000 mgr.smithi002.hmjpwx (mgr.14180) 600 : cluster [DBG] pgmap v443: 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-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: cephadm 2023-12-25T21:30:11.681941+0000 mgr.smithi002.hmjpwx (mgr.14180) 596 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: cephadm 2023-12-25T21:30:11.682458+0000 mgr.smithi002.hmjpwx (mgr.14180) 597 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: cephadm 2023-12-25T21:30:11.684922+0000 mgr.smithi002.hmjpwx (mgr.14180) 598 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xjonyn ... 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:13.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:13.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: cephadm 2023-12-25T21:30:11.690353+0000 mgr.smithi002.hmjpwx (mgr.14180) 599 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.jqyinv on smithi002 2023-12-25T21:30:13.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:13 smithi002 bash[24825]: cluster 2023-12-25T21:30:11.795141+0000 mgr.smithi002.hmjpwx (mgr.14180) 600 : cluster [DBG] pgmap v443: 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-12-25T21:30:15.377 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:15 smithi002 bash[24825]: cluster 2023-12-25T21:30:13.795932+0000 mgr.smithi002.hmjpwx (mgr.14180) 601 : cluster [DBG] pgmap v444: 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-12-25T21:30:15.493 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:15.493 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:15 smithi153 bash[28368]: cluster 2023-12-25T21:30:13.795932+0000 mgr.smithi002.hmjpwx (mgr.14180) 601 : cluster [DBG] pgmap v444: 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-12-25T21:30:16.417 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:16 smithi002 bash[24825]: audit 2023-12-25T21:30:15.442207+0000 mon.smithi002 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.jqyinv"}]: dispatch 2023-12-25T21:30:16.418 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:16 smithi153 bash[28368]: audit 2023-12-25T21:30:15.442207+0000 mon.smithi002 (mon.0) 843 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.jqyinv"}]: dispatch 2023-12-25T21:30:17.419 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:17.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cephadm 2023-12-25T21:30:15.441264+0000 mgr.smithi002.hmjpwx (mgr.14180) 602 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:30:17.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cephadm 2023-12-25T21:30:15.441696+0000 mgr.smithi002.hmjpwx (mgr.14180) 603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cephadm 2023-12-25T21:30:15.443262+0000 mgr.smithi002.hmjpwx (mgr.14180) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cephadm 2023-12-25T21:30:15.445007+0000 mgr.smithi002.hmjpwx (mgr.14180) 605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:17.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cephadm 2023-12-25T21:30:15.446539+0000 mgr.smithi002.hmjpwx (mgr.14180) 606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:17.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cluster 2023-12-25T21:30:15.447501+0000 mgr.smithi002.hmjpwx (mgr.14180) 607 : cluster [DBG] pgmap v445: 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-12-25T21:30:17.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: audit 2023-12-25T21:30:15.485730+0000 mgr.smithi002.hmjpwx (mgr.14180) 608 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:17.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:17 smithi002 bash[24825]: cluster 2023-12-25T21:30:16.123493+0000 mon.smithi002 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cephadm 2023-12-25T21:30:15.441264+0000 mgr.smithi002.hmjpwx (mgr.14180) 602 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cephadm 2023-12-25T21:30:15.441696+0000 mgr.smithi002.hmjpwx (mgr.14180) 603 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cephadm 2023-12-25T21:30:15.443262+0000 mgr.smithi002.hmjpwx (mgr.14180) 604 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.jqyinv ... 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cephadm 2023-12-25T21:30:15.445007+0000 mgr.smithi002.hmjpwx (mgr.14180) 605 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cephadm 2023-12-25T21:30:15.446539+0000 mgr.smithi002.hmjpwx (mgr.14180) 606 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cluster 2023-12-25T21:30:15.447501+0000 mgr.smithi002.hmjpwx (mgr.14180) 607 : cluster [DBG] pgmap v445: 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-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: audit 2023-12-25T21:30:15.485730+0000 mgr.smithi002.hmjpwx (mgr.14180) 608 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:17.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:17 smithi153 bash[28368]: cluster 2023-12-25T21:30:16.123493+0000 mon.smithi002 (mon.0) 844 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:30:19.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:19 smithi002 bash[24825]: cluster 2023-12-25T21:30:17.448671+0000 mgr.smithi002.hmjpwx (mgr.14180) 609 : cluster [DBG] pgmap v446: 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-12-25T21:30:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:19 smithi153 bash[28368]: cluster 2023-12-25T21:30:17.448671+0000 mgr.smithi002.hmjpwx (mgr.14180) 609 : cluster [DBG] pgmap v446: 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-12-25T21:30:20.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:20 smithi002 bash[24825]: audit 2023-12-25T21:30:19.340850+0000 mon.smithi002 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:20.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:20 smithi002 bash[24825]: cluster 2023-12-25T21:30:19.449951+0000 mgr.smithi002.hmjpwx (mgr.14180) 610 : cluster [DBG] pgmap v447: 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-12-25T21:30:20.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:20 smithi153 bash[28368]: audit 2023-12-25T21:30:19.340850+0000 mon.smithi002 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:30:20.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:20 smithi153 bash[28368]: cluster 2023-12-25T21:30:19.449951+0000 mgr.smithi002.hmjpwx (mgr.14180) 610 : cluster [DBG] pgmap v447: 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-12-25T21:30:20.898 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:20.898 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:21 smithi002 bash[24825]: audit 2023-12-25T21:30:20.892474+0000 mgr.smithi002.hmjpwx (mgr.14180) 611 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:21.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:21.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:21 smithi153 bash[28368]: audit 2023-12-25T21:30:20.892474+0000 mgr.smithi002.hmjpwx (mgr.14180) 611 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:22.729 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:22.742 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:22 smithi002 bash[24825]: cluster 2023-12-25T21:30:21.451159+0000 mgr.smithi002.hmjpwx (mgr.14180) 612 : cluster [DBG] pgmap v448: 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-12-25T21:30:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:22 smithi153 bash[28368]: cluster 2023-12-25T21:30:21.451159+0000 mgr.smithi002.hmjpwx (mgr.14180) 612 : cluster [DBG] pgmap v448: 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-12-25T21:30:25.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:24 smithi002 bash[24825]: cluster 2023-12-25T21:30:23.452219+0000 mgr.smithi002.hmjpwx (mgr.14180) 613 : cluster [DBG] pgmap v449: 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-12-25T21:30:25.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:24 smithi153 bash[28368]: cluster 2023-12-25T21:30:23.452219+0000 mgr.smithi002.hmjpwx (mgr.14180) 613 : cluster [DBG] pgmap v449: 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-12-25T21:30:26.336 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:26.336 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:27.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:27.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:27 smithi153 bash[28368]: cluster 2023-12-25T21:30:25.453631+0000 mgr.smithi002.hmjpwx (mgr.14180) 614 : cluster [DBG] pgmap v450: 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-12-25T21:30:27.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:27 smithi002 bash[24825]: cluster 2023-12-25T21:30:25.453631+0000 mgr.smithi002.hmjpwx (mgr.14180) 614 : cluster [DBG] pgmap v450: 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-12-25T21:30:28.218 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:28.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:28 smithi153 bash[28368]: audit 2023-12-25T21:30:26.324916+0000 mgr.smithi002.hmjpwx (mgr.14180) 615 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:28 smithi002 bash[24825]: audit 2023-12-25T21:30:26.324916+0000 mgr.smithi002.hmjpwx (mgr.14180) 615 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:29.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:29 smithi153 bash[28368]: cluster 2023-12-25T21:30:27.454769+0000 mgr.smithi002.hmjpwx (mgr.14180) 616 : 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-12-25T21:30:29.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:29 smithi002 bash[24825]: cluster 2023-12-25T21:30:27.454769+0000 mgr.smithi002.hmjpwx (mgr.14180) 616 : 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-12-25T21:30:31.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:31 smithi153 bash[28368]: cluster 2023-12-25T21:30:29.456064+0000 mgr.smithi002.hmjpwx (mgr.14180) 617 : 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-12-25T21:30:31.319 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:31 smithi002 bash[24825]: cluster 2023-12-25T21:30:29.456064+0000 mgr.smithi002.hmjpwx (mgr.14180) 617 : 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-12-25T21:30:31.699 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:31.699 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:32.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:33.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:33 smithi153 bash[28368]: cluster 2023-12-25T21:30:31.457214+0000 mgr.smithi002.hmjpwx (mgr.14180) 618 : 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-12-25T21:30:33.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:33 smithi153 bash[28368]: audit 2023-12-25T21:30:31.693817+0000 mgr.smithi002.hmjpwx (mgr.14180) 619 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:33 smithi002 bash[24825]: cluster 2023-12-25T21:30:31.457214+0000 mgr.smithi002.hmjpwx (mgr.14180) 618 : 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-12-25T21:30:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:33 smithi002 bash[24825]: audit 2023-12-25T21:30:31.693817+0000 mgr.smithi002.hmjpwx (mgr.14180) 619 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:33.566 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:35.302 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:35 smithi002 bash[24825]: cluster 2023-12-25T21:30:33.458293+0000 mgr.smithi002.hmjpwx (mgr.14180) 620 : 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-12-25T21:30:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:35 smithi153 bash[28368]: cluster 2023-12-25T21:30:33.458293+0000 mgr.smithi002.hmjpwx (mgr.14180) 620 : 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-12-25T21:30:37.190 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:37.190 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:37.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:37 smithi002 bash[24825]: cluster 2023-12-25T21:30:35.459579+0000 mgr.smithi002.hmjpwx (mgr.14180) 621 : 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-12-25T21:30:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:37 smithi153 bash[28368]: cluster 2023-12-25T21:30:35.459579+0000 mgr.smithi002.hmjpwx (mgr.14180) 621 : 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-12-25T21:30:37.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:38.966 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:39 smithi002 bash[24825]: audit 2023-12-25T21:30:37.178613+0000 mgr.smithi002.hmjpwx (mgr.14180) 622 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:39.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:39 smithi002 bash[24825]: cluster 2023-12-25T21:30:37.460829+0000 mgr.smithi002.hmjpwx (mgr.14180) 623 : 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-12-25T21:30:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:39 smithi153 bash[28368]: audit 2023-12-25T21:30:37.178613+0000 mgr.smithi002.hmjpwx (mgr.14180) 622 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:39 smithi153 bash[28368]: cluster 2023-12-25T21:30:37.460829+0000 mgr.smithi002.hmjpwx (mgr.14180) 623 : 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-12-25T21:30:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:41 smithi002 bash[24825]: cluster 2023-12-25T21:30:39.462076+0000 mgr.smithi002.hmjpwx (mgr.14180) 624 : 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-12-25T21:30:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:41 smithi153 bash[28368]: cluster 2023-12-25T21:30:39.462076+0000 mgr.smithi002.hmjpwx (mgr.14180) 624 : 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-12-25T21:30:42.521 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:42.521 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:43.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:43 smithi002 bash[24825]: cluster 2023-12-25T21:30:41.463286+0000 mgr.smithi002.hmjpwx (mgr.14180) 625 : 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-12-25T21:30:43.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:43 smithi153 bash[28368]: cluster 2023-12-25T21:30:41.463286+0000 mgr.smithi002.hmjpwx (mgr.14180) 625 : 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-12-25T21:30:43.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:44.404 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:44.417 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:44 smithi002 bash[24825]: audit 2023-12-25T21:30:42.510546+0000 mgr.smithi002.hmjpwx (mgr.14180) 626 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:44 smithi153 bash[28368]: audit 2023-12-25T21:30:42.510546+0000 mgr.smithi002.hmjpwx (mgr.14180) 626 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:45.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:45 smithi002 bash[24825]: cluster 2023-12-25T21:30:43.464495+0000 mgr.smithi002.hmjpwx (mgr.14180) 627 : 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-12-25T21:30:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:45 smithi153 bash[28368]: cluster 2023-12-25T21:30:43.464495+0000 mgr.smithi002.hmjpwx (mgr.14180) 627 : 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-12-25T21:30:47.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:47 smithi002 bash[24825]: cluster 2023-12-25T21:30:45.465806+0000 mgr.smithi002.hmjpwx (mgr.14180) 628 : 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-12-25T21:30:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:47 smithi153 bash[28368]: cluster 2023-12-25T21:30:45.465806+0000 mgr.smithi002.hmjpwx (mgr.14180) 628 : 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-12-25T21:30:47.842 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:47.842 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:48.658 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:49 smithi002 bash[24825]: cluster 2023-12-25T21:30:47.466679+0000 mgr.smithi002.hmjpwx (mgr.14180) 629 : 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-12-25T21:30:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:49 smithi002 bash[24825]: audit 2023-12-25T21:30:47.830520+0000 mgr.smithi002.hmjpwx (mgr.14180) 630 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:49 smithi153 bash[28368]: cluster 2023-12-25T21:30:47.466679+0000 mgr.smithi002.hmjpwx (mgr.14180) 629 : 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-12-25T21:30:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:49 smithi153 bash[28368]: audit 2023-12-25T21:30:47.830520+0000 mgr.smithi002.hmjpwx (mgr.14180) 630 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:49.658 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:51.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:51 smithi002 bash[24825]: cluster 2023-12-25T21:30:49.467922+0000 mgr.smithi002.hmjpwx (mgr.14180) 631 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:51 smithi153 bash[28368]: cluster 2023-12-25T21:30:49.467922+0000 mgr.smithi002.hmjpwx (mgr.14180) 631 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:52.774 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:52.774 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:53.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:53 smithi153 bash[28368]: cluster 2023-12-25T21:30:51.469183+0000 mgr.smithi002.hmjpwx (mgr.14180) 632 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:53 smithi002 bash[24825]: cluster 2023-12-25T21:30:51.469183+0000 mgr.smithi002.hmjpwx (mgr.14180) 632 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:53.622 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:54.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:54 smithi002 bash[24825]: audit 2023-12-25T21:30:52.767847+0000 mgr.smithi002.hmjpwx (mgr.14180) 633 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:54 smithi153 bash[28368]: audit 2023-12-25T21:30:52.767847+0000 mgr.smithi002.hmjpwx (mgr.14180) 633 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:54.623 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:30:55.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:55 smithi002 bash[24825]: cluster 2023-12-25T21:30:53.470267+0000 mgr.smithi002.hmjpwx (mgr.14180) 634 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:55 smithi153 bash[28368]: cluster 2023-12-25T21:30:53.470267+0000 mgr.smithi002.hmjpwx (mgr.14180) 634 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:57.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:57 smithi002 bash[24825]: cluster 2023-12-25T21:30:55.471553+0000 mgr.smithi002.hmjpwx (mgr.14180) 635 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:57 smithi153 bash[28368]: cluster 2023-12-25T21:30:55.471553+0000 mgr.smithi002.hmjpwx (mgr.14180) 635 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:30:58.048 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:30:58.048 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:30:58.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:30:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:59 smithi002 bash[24825]: cluster 2023-12-25T21:30:57.472787+0000 mgr.smithi002.hmjpwx (mgr.14180) 636 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:59.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:30:59 smithi002 bash[24825]: audit 2023-12-25T21:30:58.039390+0000 mgr.smithi002.hmjpwx (mgr.14180) 637 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:59 smithi153 bash[28368]: cluster 2023-12-25T21:30:57.472787+0000 mgr.smithi002.hmjpwx (mgr.14180) 636 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:30:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:30:59 smithi153 bash[28368]: audit 2023-12-25T21:30:58.039390+0000 mgr.smithi002.hmjpwx (mgr.14180) 637 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:30:59.897 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:01.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:01 smithi002 bash[24825]: cluster 2023-12-25T21:30:59.474050+0000 mgr.smithi002.hmjpwx (mgr.14180) 638 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:01 smithi153 bash[28368]: cluster 2023-12-25T21:30:59.474050+0000 mgr.smithi002.hmjpwx (mgr.14180) 638 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:03.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:03 smithi153 bash[28368]: cluster 2023-12-25T21:31:01.475088+0000 mgr.smithi002.hmjpwx (mgr.14180) 639 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:03.450 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:03.450 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:03 smithi002 bash[24825]: cluster 2023-12-25T21:31:01.475088+0000 mgr.smithi002.hmjpwx (mgr.14180) 639 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:04.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:05.263 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:05.467 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:05 smithi002 bash[24825]: audit 2023-12-25T21:31:03.439030+0000 mgr.smithi002.hmjpwx (mgr.14180) 640 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:05.467 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:05 smithi002 bash[24825]: cluster 2023-12-25T21:31:03.476090+0000 mgr.smithi002.hmjpwx (mgr.14180) 641 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:05 smithi153 bash[28368]: audit 2023-12-25T21:31:03.439030+0000 mgr.smithi002.hmjpwx (mgr.14180) 640 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:05 smithi153 bash[28368]: cluster 2023-12-25T21:31:03.476090+0000 mgr.smithi002.hmjpwx (mgr.14180) 641 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:07.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:07 smithi002 bash[24825]: cluster 2023-12-25T21:31:05.476937+0000 mgr.smithi002.hmjpwx (mgr.14180) 642 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:31:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:07 smithi153 bash[28368]: cluster 2023-12-25T21:31:05.476937+0000 mgr.smithi002.hmjpwx (mgr.14180) 642 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:31:08.762 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:08.762 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:09 smithi002 bash[24825]: cluster 2023-12-25T21:31:07.478161+0000 mgr.smithi002.hmjpwx (mgr.14180) 643 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:09 smithi153 bash[28368]: cluster 2023-12-25T21:31:07.478161+0000 mgr.smithi002.hmjpwx (mgr.14180) 643 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:09.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:10.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:10 smithi002 bash[24825]: audit 2023-12-25T21:31:08.751427+0000 mgr.smithi002.hmjpwx (mgr.14180) 644 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:10 smithi153 bash[28368]: audit 2023-12-25T21:31:08.751427+0000 mgr.smithi002.hmjpwx (mgr.14180) 644 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:10.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:11.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:11 smithi002 bash[24825]: cluster 2023-12-25T21:31:09.479467+0000 mgr.smithi002.hmjpwx (mgr.14180) 645 : 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-12-25T21:31:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:11 smithi153 bash[28368]: cluster 2023-12-25T21:31:09.479467+0000 mgr.smithi002.hmjpwx (mgr.14180) 645 : 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-12-25T21:31:13.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:13 smithi002 bash[24825]: cluster 2023-12-25T21:31:11.480716+0000 mgr.smithi002.hmjpwx (mgr.14180) 646 : 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-12-25T21:31:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:13 smithi153 bash[28368]: cluster 2023-12-25T21:31:11.480716+0000 mgr.smithi002.hmjpwx (mgr.14180) 646 : 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-12-25T21:31:14.005 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:14.005 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:14.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:15 smithi002 bash[24825]: cluster 2023-12-25T21:31:13.481767+0000 mgr.smithi002.hmjpwx (mgr.14180) 647 : 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-12-25T21:31:15.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:15 smithi002 bash[24825]: audit 2023-12-25T21:31:13.994277+0000 mgr.smithi002.hmjpwx (mgr.14180) 648 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:15 smithi153 bash[28368]: cluster 2023-12-25T21:31:13.481767+0000 mgr.smithi002.hmjpwx (mgr.14180) 647 : 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-12-25T21:31:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:15 smithi153 bash[28368]: audit 2023-12-25T21:31:13.994277+0000 mgr.smithi002.hmjpwx (mgr.14180) 648 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:15.939 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.451016+0000 mon.smithi002 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.732057+0000 mon.smithi002 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.733691+0000 mon.smithi002 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.734934+0000 mon.smithi002 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.736120+0000 mon.smithi002 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.744126+0000 mon.smithi002 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.754042+0000 mon.smithi002 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.755313+0000 mon.smithi002 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.756414+0000 mon.smithi002 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.757486+0000 mon.smithi002 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.765611+0000 mon.smithi002 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.767009+0000 mon.smithi002 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.767982+0000 mon.smithi002 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.773683+0000 mon.smithi002 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.780083+0000 mon.smithi002 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:31:16.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:16 smithi002 bash[24825]: audit 2023-12-25T21:31:15.792982+0000 mon.smithi002 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.451016+0000 mon.smithi002 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.732057+0000 mon.smithi002 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.733691+0000 mon.smithi002 (mon.0) 848 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.734934+0000 mon.smithi002 (mon.0) 849 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.736120+0000 mon.smithi002 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.744126+0000 mon.smithi002 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.754042+0000 mon.smithi002 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.755313+0000 mon.smithi002 (mon.0) 853 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.756414+0000 mon.smithi002 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.757486+0000 mon.smithi002 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-25T21:31:16.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.765611+0000 mon.smithi002 (mon.0) 856 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.767009+0000 mon.smithi002 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:31:16.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.767982+0000 mon.smithi002 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:31:16.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.773683+0000 mon.smithi002 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:16.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.780083+0000 mon.smithi002 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:31:16.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:16 smithi153 bash[28368]: audit 2023-12-25T21:31:15.792982+0000 mon.smithi002 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cluster 2023-12-25T21:31:15.483355+0000 mgr.smithi002.hmjpwx (mgr.14180) 649 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cephadm 2023-12-25T21:31:15.737202+0000 mgr.smithi002.hmjpwx (mgr.14180) 650 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2748M 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cephadm 2023-12-25T21:31:15.758352+0000 mgr.smithi002.hmjpwx (mgr.14180) 651 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 1981M 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cluster 2023-12-25T21:31:15.774426+0000 mgr.smithi002.hmjpwx (mgr.14180) 652 : cluster [DBG] pgmap v476: 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-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cephadm 2023-12-25T21:31:15.798185+0000 mgr.smithi002.hmjpwx (mgr.14180) 653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.mvfkyj on smithi153 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cluster 2023-12-25T21:31:16.167772+0000 mon.smithi002 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:31:17.447 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:17 smithi002 bash[24825]: cluster 2023-12-25T21:31:16.167829+0000 mon.smithi002 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-12-25T21:31:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cluster 2023-12-25T21:31:15.483355+0000 mgr.smithi002.hmjpwx (mgr.14180) 649 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:31:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cephadm 2023-12-25T21:31:15.737202+0000 mgr.smithi002.hmjpwx (mgr.14180) 650 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2748M 2023-12-25T21:31:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cephadm 2023-12-25T21:31:15.758352+0000 mgr.smithi002.hmjpwx (mgr.14180) 651 : cephadm [INF] Adjusting osd_memory_target on smithi002 to 1981M 2023-12-25T21:31:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cluster 2023-12-25T21:31:15.774426+0000 mgr.smithi002.hmjpwx (mgr.14180) 652 : cluster [DBG] pgmap v476: 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-12-25T21:31:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cephadm 2023-12-25T21:31:15.798185+0000 mgr.smithi002.hmjpwx (mgr.14180) 653 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.mvfkyj on smithi153 2023-12-25T21:31:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cluster 2023-12-25T21:31:16.167772+0000 mon.smithi002 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:31:17.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:17 smithi153 bash[28368]: cluster 2023-12-25T21:31:16.167829+0000 mon.smithi002 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-12-25T21:31:18.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:18 smithi002 bash[24825]: cluster 2023-12-25T21:31:17.775110+0000 mgr.smithi002.hmjpwx (mgr.14180) 654 : cluster [DBG] pgmap v477: 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-12-25T21:31:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:18 smithi153 bash[28368]: cluster 2023-12-25T21:31:17.775110+0000 mgr.smithi002.hmjpwx (mgr.14180) 654 : cluster [DBG] pgmap v477: 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-12-25T21:31:19.654 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:19.655 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:29:07.471698Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yankif on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:11.684698Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xjonyn on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xjonyn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xjonyn\nDeploy daemon haproxy.nfs.foo.smithi153.xjonyn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.443164Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.jqyinv on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-jqyinv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.jqyinv\nDeploy daemon haproxy.nfs.foo.smithi002.jqyinv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:30:15.444924Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zbyfrs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:20 smithi153 bash[28368]: audit 2023-12-25T21:31:19.703647+0000 mon.smithi002 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.mvfkyj"}]: dispatch 2023-12-25T21:31:20.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:20 smithi002 bash[24825]: audit 2023-12-25T21:31:19.703647+0000 mon.smithi002 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.mvfkyj"}]: dispatch 2023-12-25T21:31:20.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:21.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: audit 2023-12-25T21:31:19.649101+0000 mgr.smithi002.hmjpwx (mgr.14180) 655 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:21.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: cephadm 2023-12-25T21:31:19.702596+0000 mgr.smithi002.hmjpwx (mgr.14180) 656 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:21.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: cephadm 2023-12-25T21:31:19.703012+0000 mgr.smithi002.hmjpwx (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: cephadm 2023-12-25T21:31:19.705236+0000 mgr.smithi002.hmjpwx (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: cephadm 2023-12-25T21:31:19.709788+0000 mgr.smithi002.hmjpwx (mgr.14180) 659 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.pvepdw on smithi002 2023-12-25T21:31:21.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:21 smithi153 bash[28368]: cluster 2023-12-25T21:31:19.776230+0000 mgr.smithi002.hmjpwx (mgr.14180) 660 : cluster [DBG] pgmap v478: 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-12-25T21:31:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: audit 2023-12-25T21:31:19.649101+0000 mgr.smithi002.hmjpwx (mgr.14180) 655 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: cephadm 2023-12-25T21:31:19.702596+0000 mgr.smithi002.hmjpwx (mgr.14180) 656 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:31:21.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: cephadm 2023-12-25T21:31:19.703012+0000 mgr.smithi002.hmjpwx (mgr.14180) 657 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: cephadm 2023-12-25T21:31:19.705236+0000 mgr.smithi002.hmjpwx (mgr.14180) 658 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mvfkyj ... 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:21.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: cephadm 2023-12-25T21:31:19.709788+0000 mgr.smithi002.hmjpwx (mgr.14180) 659 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.pvepdw on smithi002 2023-12-25T21:31:21.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:21 smithi002 bash[24825]: cluster 2023-12-25T21:31:19.776230+0000 mgr.smithi002.hmjpwx (mgr.14180) 660 : cluster [DBG] pgmap v478: 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-12-25T21:31:21.635 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:22 smithi002 bash[24825]: audit 2023-12-25T21:31:21.101245+0000 mon.smithi002 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:22 smithi153 bash[28368]: audit 2023-12-25T21:31:21.101245+0000 mon.smithi002 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:23.208 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:23 smithi002 bash[24825]: cluster 2023-12-25T21:31:21.777242+0000 mgr.smithi002.hmjpwx (mgr.14180) 661 : cluster [DBG] pgmap v479: 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-12-25T21:31:23.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:23 smithi153 bash[28368]: cluster 2023-12-25T21:31:21.777242+0000 mgr.smithi002.hmjpwx (mgr.14180) 661 : cluster [DBG] pgmap v479: 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-12-25T21:31:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cluster 2023-12-25T21:31:23.777893+0000 mgr.smithi002.hmjpwx (mgr.14180) 662 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:31:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cephadm 2023-12-25T21:31:24.135400+0000 mgr.smithi002.hmjpwx (mgr.14180) 663 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:31:25.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cephadm 2023-12-25T21:31:24.135661+0000 mgr.smithi002.hmjpwx (mgr.14180) 664 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: audit 2023-12-25T21:31:24.136240+0000 mon.smithi002 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.pvepdw"}]: dispatch 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cephadm 2023-12-25T21:31:24.137510+0000 mgr.smithi002.hmjpwx (mgr.14180) 665 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cephadm 2023-12-25T21:31:24.139329+0000 mgr.smithi002.hmjpwx (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cephadm 2023-12-25T21:31:24.140911+0000 mgr.smithi002.hmjpwx (mgr.14180) 667 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: cluster 2023-12-25T21:31:24.141748+0000 mgr.smithi002.hmjpwx (mgr.14180) 668 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:31:25.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:25 smithi002 bash[24825]: audit 2023-12-25T21:31:24.385427+0000 mon.smithi002 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cluster 2023-12-25T21:31:23.777893+0000 mgr.smithi002.hmjpwx (mgr.14180) 662 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cephadm 2023-12-25T21:31:24.135400+0000 mgr.smithi002.hmjpwx (mgr.14180) 663 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cephadm 2023-12-25T21:31:24.135661+0000 mgr.smithi002.hmjpwx (mgr.14180) 664 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: audit 2023-12-25T21:31:24.136240+0000 mon.smithi002 (mon.0) 866 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.pvepdw"}]: dispatch 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cephadm 2023-12-25T21:31:24.137510+0000 mgr.smithi002.hmjpwx (mgr.14180) 665 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.pvepdw ... 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cephadm 2023-12-25T21:31:24.139329+0000 mgr.smithi002.hmjpwx (mgr.14180) 666 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cephadm 2023-12-25T21:31:24.140911+0000 mgr.smithi002.hmjpwx (mgr.14180) 667 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: cluster 2023-12-25T21:31:24.141748+0000 mgr.smithi002.hmjpwx (mgr.14180) 668 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 236 B/s rd, 0 op/s 2023-12-25T21:31:25.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:25 smithi153 bash[28368]: audit 2023-12-25T21:31:24.385427+0000 mon.smithi002 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:25.560 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:25.560 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:26.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:26 smithi002 bash[24825]: cluster 2023-12-25T21:31:25.110184+0000 mon.smithi002 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:31:26.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:26 smithi153 bash[28368]: cluster 2023-12-25T21:31:25.110184+0000 mon.smithi002 (mon.0) 868 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:31:27.457 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:27.470 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:27 smithi002 bash[24825]: audit 2023-12-25T21:31:25.548905+0000 mgr.smithi002.hmjpwx (mgr.14180) 669 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:27.470 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:27 smithi002 bash[24825]: cluster 2023-12-25T21:31:26.142830+0000 mgr.smithi002.hmjpwx (mgr.14180) 670 : cluster [DBG] pgmap v482: 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-12-25T21:31:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:27 smithi153 bash[28368]: audit 2023-12-25T21:31:25.548905+0000 mgr.smithi002.hmjpwx (mgr.14180) 669 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:27 smithi153 bash[28368]: cluster 2023-12-25T21:31:26.142830+0000 mgr.smithi002.hmjpwx (mgr.14180) 670 : cluster [DBG] pgmap v482: 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-12-25T21:31:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:28 smithi002 bash[24825]: cluster 2023-12-25T21:31:28.143719+0000 mgr.smithi002.hmjpwx (mgr.14180) 671 : cluster [DBG] pgmap v483: 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-12-25T21:31:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:28 smithi153 bash[28368]: cluster 2023-12-25T21:31:28.143719+0000 mgr.smithi002.hmjpwx (mgr.14180) 671 : cluster [DBG] pgmap v483: 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-12-25T21:31:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:30 smithi002 bash[24825]: cluster 2023-12-25T21:31:30.144586+0000 mgr.smithi002.hmjpwx (mgr.14180) 672 : cluster [DBG] pgmap v484: 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-12-25T21:31:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:30 smithi153 bash[28368]: cluster 2023-12-25T21:31:30.144586+0000 mgr.smithi002.hmjpwx (mgr.14180) 672 : cluster [DBG] pgmap v484: 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-12-25T21:31:30.890 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:30.890 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:31 smithi002 bash[24825]: audit 2023-12-25T21:31:30.878374+0000 mgr.smithi002.hmjpwx (mgr.14180) 673 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:31 smithi153 bash[28368]: audit 2023-12-25T21:31:30.878374+0000 mgr.smithi002.hmjpwx (mgr.14180) 673 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:31.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:32 smithi153 bash[28368]: cluster 2023-12-25T21:31:32.145647+0000 mgr.smithi002.hmjpwx (mgr.14180) 674 : cluster [DBG] pgmap v485: 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-12-25T21:31:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:32 smithi002 bash[24825]: cluster 2023-12-25T21:31:32.145647+0000 mgr.smithi002.hmjpwx (mgr.14180) 674 : cluster [DBG] pgmap v485: 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-12-25T21:31:32.790 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:35.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:35 smithi002 bash[24825]: cluster 2023-12-25T21:31:34.146302+0000 mgr.smithi002.hmjpwx (mgr.14180) 675 : cluster [DBG] pgmap v486: 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-12-25T21:31:35.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:35 smithi153 bash[28368]: cluster 2023-12-25T21:31:34.146302+0000 mgr.smithi002.hmjpwx (mgr.14180) 675 : cluster [DBG] pgmap v486: 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-12-25T21:31:36.319 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:36.320 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:37.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:37 smithi002 bash[24825]: audit 2023-12-25T21:31:36.099827+0000 mon.smithi002 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:37 smithi002 bash[24825]: cluster 2023-12-25T21:31:36.147341+0000 mgr.smithi002.hmjpwx (mgr.14180) 676 : 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-12-25T21:31:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:37 smithi153 bash[28368]: audit 2023-12-25T21:31:36.099827+0000 mon.smithi002 (mon.0) 869 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:31:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:37 smithi153 bash[28368]: cluster 2023-12-25T21:31:36.147341+0000 mgr.smithi002.hmjpwx (mgr.14180) 676 : 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-12-25T21:31:38.174 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:38.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:38 smithi002 bash[24825]: audit 2023-12-25T21:31:36.309926+0000 mgr.smithi002.hmjpwx (mgr.14180) 677 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:38 smithi153 bash[28368]: audit 2023-12-25T21:31:36.309926+0000 mgr.smithi002.hmjpwx (mgr.14180) 677 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:39.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:39 smithi002 bash[24825]: cluster 2023-12-25T21:31:38.148402+0000 mgr.smithi002.hmjpwx (mgr.14180) 678 : 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-12-25T21:31:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:39 smithi153 bash[28368]: cluster 2023-12-25T21:31:38.148402+0000 mgr.smithi002.hmjpwx (mgr.14180) 678 : 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-12-25T21:31:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:40 smithi002 bash[24825]: cluster 2023-12-25T21:31:40.149178+0000 mgr.smithi002.hmjpwx (mgr.14180) 679 : 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-12-25T21:31:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:40 smithi153 bash[28368]: cluster 2023-12-25T21:31:40.149178+0000 mgr.smithi002.hmjpwx (mgr.14180) 679 : 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-12-25T21:31:41.834 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:41.835 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:42 smithi002 bash[24825]: audit 2023-12-25T21:31:41.824372+0000 mgr.smithi002.hmjpwx (mgr.14180) 680 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:42 smithi002 bash[24825]: cluster 2023-12-25T21:31:42.150068+0000 mgr.smithi002.hmjpwx (mgr.14180) 681 : 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-12-25T21:31:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:42 smithi153 bash[28368]: audit 2023-12-25T21:31:41.824372+0000 mgr.smithi002.hmjpwx (mgr.14180) 680 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:42 smithi153 bash[28368]: cluster 2023-12-25T21:31:42.150068+0000 mgr.smithi002.hmjpwx (mgr.14180) 681 : 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-12-25T21:31:42.726 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:43.727 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:45 smithi002 bash[24825]: cluster 2023-12-25T21:31:44.151235+0000 mgr.smithi002.hmjpwx (mgr.14180) 682 : 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-12-25T21:31:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:45 smithi153 bash[28368]: cluster 2023-12-25T21:31:44.151235+0000 mgr.smithi002.hmjpwx (mgr.14180) 682 : 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-12-25T21:31:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:46 smithi002 bash[24825]: cluster 2023-12-25T21:31:46.152449+0000 mgr.smithi002.hmjpwx (mgr.14180) 683 : 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-12-25T21:31:46.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:46 smithi153 bash[28368]: cluster 2023-12-25T21:31:46.152449+0000 mgr.smithi002.hmjpwx (mgr.14180) 683 : 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-12-25T21:31:47.174 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:47.175 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:47 smithi002 bash[24825]: audit 2023-12-25T21:31:47.164881+0000 mgr.smithi002.hmjpwx (mgr.14180) 684 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:47 smithi153 bash[28368]: audit 2023-12-25T21:31:47.164881+0000 mgr.smithi002.hmjpwx (mgr.14180) 684 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:48.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:48.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:48 smithi002 bash[24825]: cluster 2023-12-25T21:31:48.153436+0000 mgr.smithi002.hmjpwx (mgr.14180) 685 : 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-12-25T21:31:48.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:48 smithi153 bash[28368]: cluster 2023-12-25T21:31:48.153436+0000 mgr.smithi002.hmjpwx (mgr.14180) 685 : 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-12-25T21:31:49.016 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:50 smithi002 bash[24825]: cluster 2023-12-25T21:31:50.154363+0000 mgr.smithi002.hmjpwx (mgr.14180) 686 : 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-12-25T21:31:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:50 smithi153 bash[28368]: cluster 2023-12-25T21:31:50.154363+0000 mgr.smithi002.hmjpwx (mgr.14180) 686 : 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-12-25T21:31:52.468 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:52.468 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:52.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:52 smithi002 bash[24825]: cluster 2023-12-25T21:31:52.155600+0000 mgr.smithi002.hmjpwx (mgr.14180) 687 : 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-12-25T21:31:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:52 smithi153 bash[28368]: cluster 2023-12-25T21:31:52.155600+0000 mgr.smithi002.hmjpwx (mgr.14180) 687 : 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-12-25T21:31:53.334 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:53 smithi002 bash[24825]: audit 2023-12-25T21:31:52.458182+0000 mgr.smithi002.hmjpwx (mgr.14180) 688 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:53 smithi153 bash[28368]: audit 2023-12-25T21:31:52.458182+0000 mgr.smithi002.hmjpwx (mgr.14180) 688 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:54.335 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:31:55.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:55 smithi153 bash[28368]: cluster 2023-12-25T21:31:54.157048+0000 mgr.smithi002.hmjpwx (mgr.14180) 689 : 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-12-25T21:31:55.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:55 smithi002 bash[24825]: cluster 2023-12-25T21:31:54.157048+0000 mgr.smithi002.hmjpwx (mgr.14180) 689 : 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-12-25T21:31:56.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:56 smithi002 bash[24825]: cluster 2023-12-25T21:31:56.158225+0000 mgr.smithi002.hmjpwx (mgr.14180) 690 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:56 smithi153 bash[28368]: cluster 2023-12-25T21:31:56.158225+0000 mgr.smithi002.hmjpwx (mgr.14180) 690 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:57.753 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:31:57.753 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:31:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:58 smithi002 bash[24825]: audit 2023-12-25T21:31:57.741075+0000 mgr.smithi002.hmjpwx (mgr.14180) 691 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:31:58 smithi002 bash[24825]: cluster 2023-12-25T21:31:58.159080+0000 mgr.smithi002.hmjpwx (mgr.14180) 692 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:58 smithi153 bash[28368]: audit 2023-12-25T21:31:57.741075+0000 mgr.smithi002.hmjpwx (mgr.14180) 691 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:31:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:31:58 smithi153 bash[28368]: cluster 2023-12-25T21:31:58.159080+0000 mgr.smithi002.hmjpwx (mgr.14180) 692 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:31:58.656 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:31:59.657 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:00 smithi002 bash[24825]: cluster 2023-12-25T21:32:00.160545+0000 mgr.smithi002.hmjpwx (mgr.14180) 693 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:00 smithi153 bash[28368]: cluster 2023-12-25T21:32:00.160545+0000 mgr.smithi002.hmjpwx (mgr.14180) 693 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:02 smithi002 bash[24825]: cluster 2023-12-25T21:32:02.161700+0000 mgr.smithi002.hmjpwx (mgr.14180) 694 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:02 smithi153 bash[28368]: cluster 2023-12-25T21:32:02.161700+0000 mgr.smithi002.hmjpwx (mgr.14180) 694 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:03.113 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:03.113 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:03.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:03 smithi002 bash[24825]: audit 2023-12-25T21:32:03.103043+0000 mgr.smithi002.hmjpwx (mgr.14180) 695 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:03.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:03 smithi153 bash[28368]: audit 2023-12-25T21:32:03.103043+0000 mgr.smithi002.hmjpwx (mgr.14180) 695 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:03.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:04.900 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:05.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:05 smithi002 bash[24825]: cluster 2023-12-25T21:32:04.163002+0000 mgr.smithi002.hmjpwx (mgr.14180) 696 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:05.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:05 smithi153 bash[28368]: cluster 2023-12-25T21:32:04.163002+0000 mgr.smithi002.hmjpwx (mgr.14180) 696 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:06 smithi002 bash[24825]: cluster 2023-12-25T21:32:06.164117+0000 mgr.smithi002.hmjpwx (mgr.14180) 697 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:06 smithi153 bash[28368]: cluster 2023-12-25T21:32:06.164117+0000 mgr.smithi002.hmjpwx (mgr.14180) 697 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:08.318 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:08.318 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:08.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:08 smithi002 bash[24825]: cluster 2023-12-25T21:32:08.165066+0000 mgr.smithi002.hmjpwx (mgr.14180) 698 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:08 smithi153 bash[28368]: cluster 2023-12-25T21:32:08.165066+0000 mgr.smithi002.hmjpwx (mgr.14180) 698 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:09.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:10.153 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:10.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:10 smithi153 bash[28368]: audit 2023-12-25T21:32:08.308839+0000 mgr.smithi002.hmjpwx (mgr.14180) 699 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:10.355 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:10 smithi002 bash[24825]: audit 2023-12-25T21:32:08.308839+0000 mgr.smithi002.hmjpwx (mgr.14180) 699 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:11.311 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:11 smithi002 bash[24825]: cluster 2023-12-25T21:32:10.166486+0000 mgr.smithi002.hmjpwx (mgr.14180) 700 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:11 smithi153 bash[28368]: cluster 2023-12-25T21:32:10.166486+0000 mgr.smithi002.hmjpwx (mgr.14180) 700 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:12.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:12 smithi002 bash[24825]: cluster 2023-12-25T21:32:12.167149+0000 mgr.smithi002.hmjpwx (mgr.14180) 701 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:12 smithi153 bash[28368]: cluster 2023-12-25T21:32:12.167149+0000 mgr.smithi002.hmjpwx (mgr.14180) 701 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:13.629 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:13.629 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:14.513 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:15.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:15 smithi002 bash[24825]: audit 2023-12-25T21:32:13.620172+0000 mgr.smithi002.hmjpwx (mgr.14180) 702 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:15.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:15 smithi002 bash[24825]: cluster 2023-12-25T21:32:14.168245+0000 mgr.smithi002.hmjpwx (mgr.14180) 703 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:15.514 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:15 smithi153 bash[28368]: audit 2023-12-25T21:32:13.620172+0000 mgr.smithi002.hmjpwx (mgr.14180) 702 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:15 smithi153 bash[28368]: cluster 2023-12-25T21:32:14.168245+0000 mgr.smithi002.hmjpwx (mgr.14180) 703 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:16.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:16 smithi002 bash[24825]: cluster 2023-12-25T21:32:16.169094+0000 mgr.smithi002.hmjpwx (mgr.14180) 704 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:16 smithi153 bash[28368]: cluster 2023-12-25T21:32:16.169094+0000 mgr.smithi002.hmjpwx (mgr.14180) 704 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:18 smithi153 bash[28368]: cluster 2023-12-25T21:32:18.170082+0000 mgr.smithi002.hmjpwx (mgr.14180) 705 : 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-12-25T21:32:18.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:18 smithi002 bash[24825]: cluster 2023-12-25T21:32:18.170082+0000 mgr.smithi002.hmjpwx (mgr.14180) 705 : 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-12-25T21:32:18.846 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:18.846 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:19.703 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:20.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:20 smithi153 bash[28368]: audit 2023-12-25T21:32:18.836466+0000 mgr.smithi002.hmjpwx (mgr.14180) 706 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:20 smithi002 bash[24825]: audit 2023-12-25T21:32:18.836466+0000 mgr.smithi002.hmjpwx (mgr.14180) 706 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:20.704 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:21.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:21 smithi002 bash[24825]: cluster 2023-12-25T21:32:20.171431+0000 mgr.smithi002.hmjpwx (mgr.14180) 707 : 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-12-25T21:32:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:21 smithi153 bash[28368]: cluster 2023-12-25T21:32:20.171431+0000 mgr.smithi002.hmjpwx (mgr.14180) 707 : 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-12-25T21:32:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:22 smithi153 bash[28368]: cluster 2023-12-25T21:32:22.172589+0000 mgr.smithi002.hmjpwx (mgr.14180) 708 : 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-12-25T21:32:22.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:22 smithi002 bash[24825]: cluster 2023-12-25T21:32:22.172589+0000 mgr.smithi002.hmjpwx (mgr.14180) 708 : 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-12-25T21:32:24.273 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:24.273 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:30:15.446443Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.wrjjte on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:25.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.144519+0000 mon.smithi002 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: cluster 2023-12-25T21:32:24.173792+0000 mgr.smithi002.hmjpwx (mgr.14180) 709 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.451581+0000 mon.smithi002 (mon.0) 871 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.453522+0000 mon.smithi002 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.460612+0000 mon.smithi002 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.467616+0000 mon.smithi002 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:32:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:25 smithi002 bash[24825]: audit 2023-12-25T21:32:24.478821+0000 mon.smithi002 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.144519+0000 mon.smithi002 (mon.0) 870 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:32:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: cluster 2023-12-25T21:32:24.173792+0000 mgr.smithi002.hmjpwx (mgr.14180) 709 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.451581+0000 mon.smithi002 (mon.0) 871 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:32:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.453522+0000 mon.smithi002 (mon.0) 872 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:32:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.460612+0000 mon.smithi002 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.467616+0000 mon.smithi002 (mon.0) 874 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:32:25.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:25 smithi153 bash[28368]: audit 2023-12-25T21:32:24.478821+0000 mon.smithi002 (mon.0) 875 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:26.095 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:26.297 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:26 smithi002 bash[24825]: audit 2023-12-25T21:32:24.268202+0000 mgr.smithi002.hmjpwx (mgr.14180) 710 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:26.297 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:26 smithi002 bash[24825]: cluster 2023-12-25T21:32:24.461292+0000 mgr.smithi002.hmjpwx (mgr.14180) 711 : cluster [DBG] pgmap v512: 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-12-25T21:32:26.297 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:26 smithi002 bash[24825]: cephadm 2023-12-25T21:32:24.483383+0000 mgr.smithi002.hmjpwx (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.vaetnd on smithi153 2023-12-25T21:32:26.297 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:26 smithi002 bash[24825]: cluster 2023-12-25T21:32:25.031865+0000 mon.smithi002 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:32:26.298 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:26 smithi002 bash[24825]: cluster 2023-12-25T21:32:25.031922+0000 mon.smithi002 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-12-25T21:32:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:26 smithi153 bash[28368]: audit 2023-12-25T21:32:24.268202+0000 mgr.smithi002.hmjpwx (mgr.14180) 710 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:26 smithi153 bash[28368]: cluster 2023-12-25T21:32:24.461292+0000 mgr.smithi002.hmjpwx (mgr.14180) 711 : cluster [DBG] pgmap v512: 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-12-25T21:32:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:26 smithi153 bash[28368]: cephadm 2023-12-25T21:32:24.483383+0000 mgr.smithi002.hmjpwx (mgr.14180) 712 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.vaetnd on smithi153 2023-12-25T21:32:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:26 smithi153 bash[28368]: cluster 2023-12-25T21:32:25.031865+0000 mon.smithi002 (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:32:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:26 smithi153 bash[28368]: cluster 2023-12-25T21:32:25.031922+0000 mon.smithi002 (mon.0) 877 : cluster [INF] Cluster is now healthy 2023-12-25T21:32:28.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:28 smithi153 bash[28368]: cluster 2023-12-25T21:32:26.461871+0000 mgr.smithi002.hmjpwx (mgr.14180) 713 : cluster [DBG] pgmap v513: 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-12-25T21:32:28.368 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:28 smithi002 bash[24825]: cluster 2023-12-25T21:32:26.461871+0000 mgr.smithi002.hmjpwx (mgr.14180) 713 : cluster [DBG] pgmap v513: 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-12-25T21:32:29.369 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:29 smithi002 bash[24825]: audit 2023-12-25T21:32:28.369866+0000 mon.smithi002 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.vaetnd"}]: dispatch 2023-12-25T21:32:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:29 smithi153 bash[28368]: audit 2023-12-25T21:32:28.369866+0000 mon.smithi002 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.vaetnd"}]: dispatch 2023-12-25T21:32:29.780 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:29.780 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:19.705029Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mvfkyj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mvfkyj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mvfkyj\nDeploy daemon haproxy.nfs.foo.smithi153.mvfkyj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.137356Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.pvepdw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-pvepdw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.pvepdw\nDeploy daemon haproxy.nfs.foo.smithi002.pvepdw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:31:24.139231Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.nzkwyq on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: cephadm 2023-12-25T21:32:28.368600+0000 mgr.smithi002.hmjpwx (mgr.14180) 714 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: cephadm 2023-12-25T21:32:28.369173+0000 mgr.smithi002.hmjpwx (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: cephadm 2023-12-25T21:32:28.371352+0000 mgr.smithi002.hmjpwx (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:30.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: cephadm 2023-12-25T21:32:28.374870+0000 mgr.smithi002.hmjpwx (mgr.14180) 717 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.konfwc on smithi002 2023-12-25T21:32:30.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:30 smithi002 bash[24825]: cluster 2023-12-25T21:32:28.462281+0000 mgr.smithi002.hmjpwx (mgr.14180) 718 : cluster [DBG] pgmap v514: 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-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: cephadm 2023-12-25T21:32:28.368600+0000 mgr.smithi002.hmjpwx (mgr.14180) 714 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:32:30.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: cephadm 2023-12-25T21:32:28.369173+0000 mgr.smithi002.hmjpwx (mgr.14180) 715 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: cephadm 2023-12-25T21:32:28.371352+0000 mgr.smithi002.hmjpwx (mgr.14180) 716 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vaetnd ... 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: cephadm 2023-12-25T21:32:28.374870+0000 mgr.smithi002.hmjpwx (mgr.14180) 717 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.konfwc on smithi002 2023-12-25T21:32:30.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:30 smithi153 bash[28368]: cluster 2023-12-25T21:32:28.462281+0000 mgr.smithi002.hmjpwx (mgr.14180) 718 : cluster [DBG] pgmap v514: 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-12-25T21:32:30.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:31.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:31 smithi002 bash[24825]: audit 2023-12-25T21:32:29.769687+0000 mgr.smithi002.hmjpwx (mgr.14180) 719 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:31 smithi153 bash[28368]: audit 2023-12-25T21:32:29.769687+0000 mgr.smithi002.hmjpwx (mgr.14180) 719 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:31.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:32.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:32 smithi002 bash[24825]: cluster 2023-12-25T21:32:30.463120+0000 mgr.smithi002.hmjpwx (mgr.14180) 720 : cluster [DBG] pgmap v515: 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-12-25T21:32:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:32 smithi153 bash[28368]: cluster 2023-12-25T21:32:30.463120+0000 mgr.smithi002.hmjpwx (mgr.14180) 720 : cluster [DBG] pgmap v515: 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-12-25T21:32:33.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:33 smithi153 bash[28368]: audit 2023-12-25T21:32:32.731793+0000 mon.smithi002 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.konfwc"}]: dispatch 2023-12-25T21:32:33.389 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:33 smithi002 bash[24825]: audit 2023-12-25T21:32:32.731793+0000 mon.smithi002 (mon.0) 879 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.konfwc"}]: dispatch 2023-12-25T21:32:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cluster 2023-12-25T21:32:32.463880+0000 mgr.smithi002.hmjpwx (mgr.14180) 721 : cluster [DBG] pgmap v516: 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-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cephadm 2023-12-25T21:32:32.731103+0000 mgr.smithi002.hmjpwx (mgr.14180) 722 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:34.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cephadm 2023-12-25T21:32:32.731335+0000 mgr.smithi002.hmjpwx (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cephadm 2023-12-25T21:32:32.732796+0000 mgr.smithi002.hmjpwx (mgr.14180) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cephadm 2023-12-25T21:32:32.734653+0000 mgr.smithi002.hmjpwx (mgr.14180) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cephadm 2023-12-25T21:32:32.736212+0000 mgr.smithi002.hmjpwx (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cluster 2023-12-25T21:32:32.737160+0000 mgr.smithi002.hmjpwx (mgr.14180) 727 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:32:34.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:34 smithi002 bash[24825]: cluster 2023-12-25T21:32:33.072779+0000 mon.smithi002 (mon.0) 880 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:32:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cluster 2023-12-25T21:32:32.463880+0000 mgr.smithi002.hmjpwx (mgr.14180) 721 : cluster [DBG] pgmap v516: 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-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cephadm 2023-12-25T21:32:32.731103+0000 mgr.smithi002.hmjpwx (mgr.14180) 722 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:32:34.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cephadm 2023-12-25T21:32:32.731335+0000 mgr.smithi002.hmjpwx (mgr.14180) 723 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cephadm 2023-12-25T21:32:32.732796+0000 mgr.smithi002.hmjpwx (mgr.14180) 724 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.konfwc ... 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cephadm 2023-12-25T21:32:32.734653+0000 mgr.smithi002.hmjpwx (mgr.14180) 725 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cephadm 2023-12-25T21:32:32.736212+0000 mgr.smithi002.hmjpwx (mgr.14180) 726 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cluster 2023-12-25T21:32:32.737160+0000 mgr.smithi002.hmjpwx (mgr.14180) 727 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:32:34.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:34 smithi153 bash[28368]: cluster 2023-12-25T21:32:33.072779+0000 mon.smithi002 (mon.0) 880 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:32:35.387 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:35.387 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:35.672 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:35 smithi002 bash[24825]: audit 2023-12-25T21:32:34.435967+0000 mon.smithi002 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:35.672 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:35 smithi002 bash[24825]: cluster 2023-12-25T21:32:34.738424+0000 mgr.smithi002.hmjpwx (mgr.14180) 728 : cluster [DBG] pgmap v518: 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-12-25T21:32:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:35 smithi153 bash[28368]: audit 2023-12-25T21:32:34.435967+0000 mon.smithi002 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:32:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:35 smithi153 bash[28368]: cluster 2023-12-25T21:32:34.738424+0000 mgr.smithi002.hmjpwx (mgr.14180) 728 : cluster [DBG] pgmap v518: 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-12-25T21:32:36.275 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:36 smithi002 bash[24825]: audit 2023-12-25T21:32:35.381035+0000 mgr.smithi002.hmjpwx (mgr.14180) 729 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:36 smithi153 bash[28368]: audit 2023-12-25T21:32:35.381035+0000 mgr.smithi002.hmjpwx (mgr.14180) 729 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:37.276 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:37.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:37 smithi002 bash[24825]: cluster 2023-12-25T21:32:36.739690+0000 mgr.smithi002.hmjpwx (mgr.14180) 730 : cluster [DBG] pgmap v519: 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-12-25T21:32:37.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:37 smithi153 bash[28368]: cluster 2023-12-25T21:32:36.739690+0000 mgr.smithi002.hmjpwx (mgr.14180) 730 : cluster [DBG] pgmap v519: 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-12-25T21:32:40.316 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:40 smithi002 bash[24825]: cluster 2023-12-25T21:32:38.740824+0000 mgr.smithi002.hmjpwx (mgr.14180) 731 : cluster [DBG] pgmap v520: 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-12-25T21:32:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:40 smithi153 bash[28368]: cluster 2023-12-25T21:32:38.740824+0000 mgr.smithi002.hmjpwx (mgr.14180) 731 : cluster [DBG] pgmap v520: 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-12-25T21:32:40.710 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:40.710 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:41.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:42 smithi002 bash[24825]: audit 2023-12-25T21:32:40.700115+0000 mgr.smithi002.hmjpwx (mgr.14180) 732 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:42.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:42 smithi002 bash[24825]: cluster 2023-12-25T21:32:40.741705+0000 mgr.smithi002.hmjpwx (mgr.14180) 733 : cluster [DBG] pgmap v521: 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-12-25T21:32:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:42 smithi153 bash[28368]: audit 2023-12-25T21:32:40.700115+0000 mgr.smithi002.hmjpwx (mgr.14180) 732 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:42 smithi153 bash[28368]: cluster 2023-12-25T21:32:40.741705+0000 mgr.smithi002.hmjpwx (mgr.14180) 733 : cluster [DBG] pgmap v521: 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-12-25T21:32:42.562 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:44 smithi002 bash[24825]: cluster 2023-12-25T21:32:42.742445+0000 mgr.smithi002.hmjpwx (mgr.14180) 734 : cluster [DBG] pgmap v522: 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-12-25T21:32:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:44 smithi153 bash[28368]: cluster 2023-12-25T21:32:42.742445+0000 mgr.smithi002.hmjpwx (mgr.14180) 734 : cluster [DBG] pgmap v522: 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-12-25T21:32:46.083 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:46.083 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:46.345 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:46 smithi002 bash[24825]: cluster 2023-12-25T21:32:44.743577+0000 mgr.smithi002.hmjpwx (mgr.14180) 735 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:46.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:46 smithi153 bash[28368]: cluster 2023-12-25T21:32:44.743577+0000 mgr.smithi002.hmjpwx (mgr.14180) 735 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:46.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:47.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:47 smithi002 bash[24825]: audit 2023-12-25T21:32:46.071006+0000 mgr.smithi002.hmjpwx (mgr.14180) 736 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:47 smithi153 bash[28368]: audit 2023-12-25T21:32:46.071006+0000 mgr.smithi002.hmjpwx (mgr.14180) 736 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:47.973 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:48.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:48 smithi002 bash[24825]: cluster 2023-12-25T21:32:46.744838+0000 mgr.smithi002.hmjpwx (mgr.14180) 737 : 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-12-25T21:32:48.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:48 smithi153 bash[28368]: cluster 2023-12-25T21:32:46.744838+0000 mgr.smithi002.hmjpwx (mgr.14180) 737 : 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-12-25T21:32:50.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:50 smithi002 bash[24825]: cluster 2023-12-25T21:32:48.745950+0000 mgr.smithi002.hmjpwx (mgr.14180) 738 : 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-12-25T21:32:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:50 smithi153 bash[28368]: cluster 2023-12-25T21:32:48.745950+0000 mgr.smithi002.hmjpwx (mgr.14180) 738 : 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-12-25T21:32:51.287 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:51.287 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:52.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:52.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:52 smithi002 bash[24825]: cluster 2023-12-25T21:32:50.747306+0000 mgr.smithi002.hmjpwx (mgr.14180) 739 : 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-12-25T21:32:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:52 smithi153 bash[28368]: cluster 2023-12-25T21:32:50.747306+0000 mgr.smithi002.hmjpwx (mgr.14180) 739 : 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-12-25T21:32:53.130 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:32:53.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:53 smithi153 bash[28368]: audit 2023-12-25T21:32:51.276815+0000 mgr.smithi002.hmjpwx (mgr.14180) 740 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:53 smithi002 bash[24825]: audit 2023-12-25T21:32:51.276815+0000 mgr.smithi002.hmjpwx (mgr.14180) 740 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:54.383 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:54 smithi002 bash[24825]: cluster 2023-12-25T21:32:52.748697+0000 mgr.smithi002.hmjpwx (mgr.14180) 741 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:54 smithi153 bash[28368]: cluster 2023-12-25T21:32:52.748697+0000 mgr.smithi002.hmjpwx (mgr.14180) 741 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:32:56.356 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:56 smithi002 bash[24825]: cluster 2023-12-25T21:32:54.749859+0000 mgr.smithi002.hmjpwx (mgr.14180) 742 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:56 smithi153 bash[28368]: cluster 2023-12-25T21:32:54.749859+0000 mgr.smithi002.hmjpwx (mgr.14180) 742 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:32:56.788 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:32:56.788 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:32:57.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:32:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:58 smithi002 bash[24825]: cluster 2023-12-25T21:32:56.751109+0000 mgr.smithi002.hmjpwx (mgr.14180) 743 : 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-12-25T21:32:58.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:32:58 smithi002 bash[24825]: audit 2023-12-25T21:32:56.777646+0000 mgr.smithi002.hmjpwx (mgr.14180) 744 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:58 smithi153 bash[28368]: cluster 2023-12-25T21:32:56.751109+0000 mgr.smithi002.hmjpwx (mgr.14180) 743 : 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-12-25T21:32:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:32:58 smithi153 bash[28368]: audit 2023-12-25T21:32:56.777646+0000 mgr.smithi002.hmjpwx (mgr.14180) 744 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:32:58.619 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:00 smithi002 bash[24825]: cluster 2023-12-25T21:32:58.752200+0000 mgr.smithi002.hmjpwx (mgr.14180) 745 : 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-12-25T21:33:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:00 smithi153 bash[28368]: cluster 2023-12-25T21:32:58.752200+0000 mgr.smithi002.hmjpwx (mgr.14180) 745 : 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-12-25T21:33:02.108 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:02.108 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:02.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:02 smithi002 bash[24825]: cluster 2023-12-25T21:33:00.753070+0000 mgr.smithi002.hmjpwx (mgr.14180) 746 : 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-12-25T21:33:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:02 smithi153 bash[28368]: cluster 2023-12-25T21:33:00.753070+0000 mgr.smithi002.hmjpwx (mgr.14180) 746 : 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-12-25T21:33:02.955 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:03 smithi002 bash[24825]: audit 2023-12-25T21:33:02.102618+0000 mgr.smithi002.hmjpwx (mgr.14180) 747 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:03.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:03 smithi153 bash[28368]: audit 2023-12-25T21:33:02.102618+0000 mgr.smithi002.hmjpwx (mgr.14180) 747 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:03.955 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:04.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:04 smithi002 bash[24825]: cluster 2023-12-25T21:33:02.753701+0000 mgr.smithi002.hmjpwx (mgr.14180) 748 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:04.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:04 smithi153 bash[28368]: cluster 2023-12-25T21:33:02.753701+0000 mgr.smithi002.hmjpwx (mgr.14180) 748 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:06 smithi002 bash[24825]: cluster 2023-12-25T21:33:04.754919+0000 mgr.smithi002.hmjpwx (mgr.14180) 749 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:06 smithi153 bash[28368]: cluster 2023-12-25T21:33:04.754919+0000 mgr.smithi002.hmjpwx (mgr.14180) 749 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:07.408 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:07.408 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:08.301 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:08.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:08 smithi002 bash[24825]: cluster 2023-12-25T21:33:06.755612+0000 mgr.smithi002.hmjpwx (mgr.14180) 750 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:08 smithi153 bash[28368]: cluster 2023-12-25T21:33:06.755612+0000 mgr.smithi002.hmjpwx (mgr.14180) 750 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:09.316 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:09.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:09 smithi002 bash[24825]: audit 2023-12-25T21:33:07.398490+0000 mgr.smithi002.hmjpwx (mgr.14180) 751 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:09 smithi153 bash[28368]: audit 2023-12-25T21:33:07.398490+0000 mgr.smithi002.hmjpwx (mgr.14180) 751 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:10.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:10 smithi002 bash[24825]: cluster 2023-12-25T21:33:08.756713+0000 mgr.smithi002.hmjpwx (mgr.14180) 752 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:10 smithi153 bash[28368]: cluster 2023-12-25T21:33:08.756713+0000 mgr.smithi002.hmjpwx (mgr.14180) 752 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:12.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:12 smithi002 bash[24825]: cluster 2023-12-25T21:33:10.757908+0000 mgr.smithi002.hmjpwx (mgr.14180) 753 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:12 smithi153 bash[28368]: cluster 2023-12-25T21:33:10.757908+0000 mgr.smithi002.hmjpwx (mgr.14180) 753 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:12.756 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:12.756 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:13.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:14 smithi002 bash[24825]: audit 2023-12-25T21:33:12.750582+0000 mgr.smithi002.hmjpwx (mgr.14180) 754 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:14 smithi002 bash[24825]: cluster 2023-12-25T21:33:12.758482+0000 mgr.smithi002.hmjpwx (mgr.14180) 755 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:14 smithi153 bash[28368]: audit 2023-12-25T21:33:12.750582+0000 mgr.smithi002.hmjpwx (mgr.14180) 754 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:14 smithi153 bash[28368]: cluster 2023-12-25T21:33:12.758482+0000 mgr.smithi002.hmjpwx (mgr.14180) 755 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:14.586 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:16.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:16 smithi002 bash[24825]: cluster 2023-12-25T21:33:14.759803+0000 mgr.smithi002.hmjpwx (mgr.14180) 756 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:16 smithi153 bash[28368]: cluster 2023-12-25T21:33:14.759803+0000 mgr.smithi002.hmjpwx (mgr.14180) 756 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:18.126 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:18.126 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:18.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:18 smithi002 bash[24825]: cluster 2023-12-25T21:33:16.760571+0000 mgr.smithi002.hmjpwx (mgr.14180) 757 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:18 smithi153 bash[28368]: cluster 2023-12-25T21:33:16.760571+0000 mgr.smithi002.hmjpwx (mgr.14180) 757 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:18.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:19.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:19 smithi002 bash[24825]: audit 2023-12-25T21:33:18.120151+0000 mgr.smithi002.hmjpwx (mgr.14180) 758 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:19 smithi153 bash[28368]: audit 2023-12-25T21:33:18.120151+0000 mgr.smithi002.hmjpwx (mgr.14180) 758 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:19.990 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:20.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:20 smithi002 bash[24825]: cluster 2023-12-25T21:33:18.761750+0000 mgr.smithi002.hmjpwx (mgr.14180) 759 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:20.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:20 smithi153 bash[28368]: cluster 2023-12-25T21:33:18.761750+0000 mgr.smithi002.hmjpwx (mgr.14180) 759 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:22 smithi002 bash[24825]: cluster 2023-12-25T21:33:20.763277+0000 mgr.smithi002.hmjpwx (mgr.14180) 760 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:22 smithi153 bash[28368]: cluster 2023-12-25T21:33:20.763277+0000 mgr.smithi002.hmjpwx (mgr.14180) 760 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:23.243 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:23.243 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:24.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:24.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:24 smithi002 bash[24825]: cluster 2023-12-25T21:33:22.764484+0000 mgr.smithi002.hmjpwx (mgr.14180) 761 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:24 smithi153 bash[28368]: cluster 2023-12-25T21:33:22.764484+0000 mgr.smithi002.hmjpwx (mgr.14180) 761 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:25.029 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:25.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:25 smithi002 bash[24825]: audit 2023-12-25T21:33:23.233960+0000 mgr.smithi002.hmjpwx (mgr.14180) 762 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:25 smithi153 bash[28368]: audit 2023-12-25T21:33:23.233960+0000 mgr.smithi002.hmjpwx (mgr.14180) 762 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:26.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:26 smithi002 bash[24825]: cluster 2023-12-25T21:33:24.765705+0000 mgr.smithi002.hmjpwx (mgr.14180) 763 : 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-12-25T21:33:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:26 smithi153 bash[28368]: cluster 2023-12-25T21:33:24.765705+0000 mgr.smithi002.hmjpwx (mgr.14180) 763 : 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-12-25T21:33:27.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:27 smithi002 bash[24825]: cluster 2023-12-25T21:33:26.766650+0000 mgr.smithi002.hmjpwx (mgr.14180) 764 : 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-12-25T21:33:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:27 smithi153 bash[28368]: cluster 2023-12-25T21:33:26.766650+0000 mgr.smithi002.hmjpwx (mgr.14180) 764 : 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-12-25T21:33:28.474 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:28.475 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:29.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:30.310 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:30 smithi002 bash[24825]: audit 2023-12-25T21:33:28.464952+0000 mgr.smithi002.hmjpwx (mgr.14180) 765 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:30 smithi002 bash[24825]: cluster 2023-12-25T21:33:28.767337+0000 mgr.smithi002.hmjpwx (mgr.14180) 766 : 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-12-25T21:33:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:30 smithi153 bash[28368]: audit 2023-12-25T21:33:28.464952+0000 mgr.smithi002.hmjpwx (mgr.14180) 765 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:30 smithi153 bash[28368]: cluster 2023-12-25T21:33:28.767337+0000 mgr.smithi002.hmjpwx (mgr.14180) 766 : 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-12-25T21:33:32.334 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:32 smithi002 bash[24825]: cluster 2023-12-25T21:33:30.768610+0000 mgr.smithi002.hmjpwx (mgr.14180) 767 : 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-12-25T21:33:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:32 smithi153 bash[28368]: cluster 2023-12-25T21:33:30.768610+0000 mgr.smithi002.hmjpwx (mgr.14180) 767 : 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-12-25T21:33:33.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:32.740426+0000 mon.smithi002 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:33:33.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:33.045521+0000 mon.smithi002 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:33:33.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:33.047213+0000 mon.smithi002 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:33:33.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:33.055359+0000 mon.smithi002 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:33.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:33.065402+0000 mon.smithi002 (mon.0) 886 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:33:33.387 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:33 smithi153 bash[28368]: audit 2023-12-25T21:33:33.079816+0000 mon.smithi002 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:32.740426+0000 mon.smithi002 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:33.045521+0000 mon.smithi002 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:33.047213+0000 mon.smithi002 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:33.055359+0000 mon.smithi002 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:33.065402+0000 mon.smithi002 (mon.0) 886 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:33:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:33 smithi002 bash[24825]: audit 2023-12-25T21:33:33.079816+0000 mon.smithi002 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:33.603 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:33.603 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:31:24.140807Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xfrogc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:34 smithi002 bash[24825]: cluster 2023-12-25T21:33:32.769525+0000 mgr.smithi002.hmjpwx (mgr.14180) 768 : 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-12-25T21:33:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:34 smithi002 bash[24825]: cluster 2023-12-25T21:33:33.056155+0000 mgr.smithi002.hmjpwx (mgr.14180) 769 : cluster [DBG] pgmap v548: 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-12-25T21:33:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:34 smithi002 bash[24825]: cluster 2023-12-25T21:33:33.081961+0000 mon.smithi002 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:33:34.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:34 smithi002 bash[24825]: cluster 2023-12-25T21:33:33.081996+0000 mon.smithi002 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-12-25T21:33:34.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:34 smithi002 bash[24825]: cephadm 2023-12-25T21:33:33.083729+0000 mgr.smithi002.hmjpwx (mgr.14180) 770 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qjhslw on smithi153 2023-12-25T21:33:34.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:34 smithi153 bash[28368]: cluster 2023-12-25T21:33:32.769525+0000 mgr.smithi002.hmjpwx (mgr.14180) 768 : 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-12-25T21:33:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:34 smithi153 bash[28368]: cluster 2023-12-25T21:33:33.056155+0000 mgr.smithi002.hmjpwx (mgr.14180) 769 : cluster [DBG] pgmap v548: 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-12-25T21:33:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:34 smithi153 bash[28368]: cluster 2023-12-25T21:33:33.081961+0000 mon.smithi002 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:33:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:34 smithi153 bash[28368]: cluster 2023-12-25T21:33:33.081996+0000 mon.smithi002 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-12-25T21:33:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:34 smithi153 bash[28368]: cephadm 2023-12-25T21:33:33.083729+0000 mgr.smithi002.hmjpwx (mgr.14180) 770 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qjhslw on smithi153 2023-12-25T21:33:35.488 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:35 smithi002 bash[24825]: audit 2023-12-25T21:33:33.593555+0000 mgr.smithi002.hmjpwx (mgr.14180) 771 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:35 smithi153 bash[28368]: audit 2023-12-25T21:33:33.593555+0000 mgr.smithi002.hmjpwx (mgr.14180) 771 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:36.446 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:36 smithi153 bash[28368]: cluster 2023-12-25T21:33:35.057212+0000 mgr.smithi002.hmjpwx (mgr.14180) 772 : cluster [DBG] pgmap v549: 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-12-25T21:33:36.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:36 smithi002 bash[24825]: cluster 2023-12-25T21:33:35.057212+0000 mgr.smithi002.hmjpwx (mgr.14180) 772 : cluster [DBG] pgmap v549: 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-12-25T21:33:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:37 smithi002 bash[24825]: audit 2023-12-25T21:33:36.104836+0000 mon.smithi002 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:37.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:37 smithi002 bash[24825]: audit 2023-12-25T21:33:36.857335+0000 mon.smithi002 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qjhslw"}]: dispatch 2023-12-25T21:33:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:37 smithi153 bash[28368]: audit 2023-12-25T21:33:36.104836+0000 mon.smithi002 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:37 smithi153 bash[28368]: audit 2023-12-25T21:33:36.857335+0000 mon.smithi002 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qjhslw"}]: dispatch 2023-12-25T21:33:38.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: cephadm 2023-12-25T21:33:36.856187+0000 mgr.smithi002.hmjpwx (mgr.14180) 773 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:38.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: cephadm 2023-12-25T21:33:36.856765+0000 mgr.smithi002.hmjpwx (mgr.14180) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: cephadm 2023-12-25T21:33:36.858705+0000 mgr.smithi002.hmjpwx (mgr.14180) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: cephadm 2023-12-25T21:33:36.863677+0000 mgr.smithi002.hmjpwx (mgr.14180) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.gshpst on smithi002 2023-12-25T21:33:38.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:38 smithi002 bash[24825]: cluster 2023-12-25T21:33:37.057955+0000 mgr.smithi002.hmjpwx (mgr.14180) 777 : cluster [DBG] pgmap v550: 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-12-25T21:33:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: cephadm 2023-12-25T21:33:36.856187+0000 mgr.smithi002.hmjpwx (mgr.14180) 773 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:33:38.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: cephadm 2023-12-25T21:33:36.856765+0000 mgr.smithi002.hmjpwx (mgr.14180) 774 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: cephadm 2023-12-25T21:33:36.858705+0000 mgr.smithi002.hmjpwx (mgr.14180) 775 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw 2023-12-25T21:33:38.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qjhslw ... 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: cephadm 2023-12-25T21:33:36.863677+0000 mgr.smithi002.hmjpwx (mgr.14180) 776 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.gshpst on smithi002 2023-12-25T21:33:38.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:38 smithi153 bash[28368]: cluster 2023-12-25T21:33:37.057955+0000 mgr.smithi002.hmjpwx (mgr.14180) 777 : cluster [DBG] pgmap v550: 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-12-25T21:33:39.194 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:39.195 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:28.371199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vaetnd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vaetnd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vaetnd\nDeploy daemon haproxy.nfs.foo.smithi153.vaetnd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.732638Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.konfwc on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-konfwc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.konfwc\nDeploy daemon haproxy.nfs.foo.smithi002.konfwc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:32:32.734556Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.qznkjz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:40.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:40 smithi002 bash[24825]: cluster 2023-12-25T21:33:39.058571+0000 mgr.smithi002.hmjpwx (mgr.14180) 778 : cluster [DBG] pgmap v551: 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-12-25T21:33:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:40 smithi002 bash[24825]: audit 2023-12-25T21:33:39.184519+0000 mgr.smithi002.hmjpwx (mgr.14180) 779 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:40 smithi153 bash[28368]: cluster 2023-12-25T21:33:39.058571+0000 mgr.smithi002.hmjpwx (mgr.14180) 778 : cluster [DBG] pgmap v551: 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-12-25T21:33:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:40 smithi153 bash[28368]: audit 2023-12-25T21:33:39.184519+0000 mgr.smithi002.hmjpwx (mgr.14180) 779 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:41.096 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:41 smithi002 bash[24825]: audit 2023-12-25T21:33:40.619837+0000 mon.smithi002 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.gshpst"}]: dispatch 2023-12-25T21:33:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:41 smithi153 bash[28368]: audit 2023-12-25T21:33:40.619837+0000 mon.smithi002 (mon.0) 892 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.gshpst"}]: dispatch 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cephadm 2023-12-25T21:33:40.618555+0000 mgr.smithi002.hmjpwx (mgr.14180) 780 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.399 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.400 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cephadm 2023-12-25T21:33:40.619111+0000 mgr.smithi002.hmjpwx (mgr.14180) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cephadm 2023-12-25T21:33:40.621442+0000 mgr.smithi002.hmjpwx (mgr.14180) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.401 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cephadm 2023-12-25T21:33:40.625679+0000 mgr.smithi002.hmjpwx (mgr.14180) 783 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cephadm 2023-12-25T21:33:40.629160+0000 mgr.smithi002.hmjpwx (mgr.14180) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cluster 2023-12-25T21:33:40.631000+0000 mgr.smithi002.hmjpwx (mgr.14180) 785 : cluster [DBG] pgmap v552: 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-12-25T21:33:42.402 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:42 smithi002 bash[24825]: cluster 2023-12-25T21:33:41.123409+0000 mon.smithi002 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:33:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cephadm 2023-12-25T21:33:40.618555+0000 mgr.smithi002.hmjpwx (mgr.14180) 780 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:33:42.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cephadm 2023-12-25T21:33:40.619111+0000 mgr.smithi002.hmjpwx (mgr.14180) 781 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cephadm 2023-12-25T21:33:40.621442+0000 mgr.smithi002.hmjpwx (mgr.14180) 782 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.gshpst ... 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:33:42.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:33:42.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cephadm 2023-12-25T21:33:40.625679+0000 mgr.smithi002.hmjpwx (mgr.14180) 783 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:42.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cephadm 2023-12-25T21:33:40.629160+0000 mgr.smithi002.hmjpwx (mgr.14180) 784 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:33:42.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cluster 2023-12-25T21:33:40.631000+0000 mgr.smithi002.hmjpwx (mgr.14180) 785 : cluster [DBG] pgmap v552: 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-12-25T21:33:42.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:42 smithi153 bash[28368]: cluster 2023-12-25T21:33:41.123409+0000 mon.smithi002 (mon.0) 893 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:33:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:44 smithi002 bash[24825]: cluster 2023-12-25T21:33:42.632099+0000 mgr.smithi002.hmjpwx (mgr.14180) 786 : cluster [DBG] pgmap v553: 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-12-25T21:33:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:44 smithi153 bash[28368]: cluster 2023-12-25T21:33:42.632099+0000 mgr.smithi002.hmjpwx (mgr.14180) 786 : cluster [DBG] pgmap v553: 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-12-25T21:33:44.726 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:44.727 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:45.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:45 smithi002 bash[24825]: audit 2023-12-25T21:33:44.490606+0000 mon.smithi002 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:45.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:45 smithi002 bash[24825]: cluster 2023-12-25T21:33:44.633333+0000 mgr.smithi002.hmjpwx (mgr.14180) 787 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 353 B/s rd, 0 op/s 2023-12-25T21:33:45.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:45 smithi002 bash[24825]: audit 2023-12-25T21:33:44.716600+0000 mgr.smithi002.hmjpwx (mgr.14180) 788 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:45.611 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:45.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:45 smithi153 bash[28368]: audit 2023-12-25T21:33:44.490606+0000 mon.smithi002 (mon.0) 894 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:45.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:45 smithi153 bash[28368]: cluster 2023-12-25T21:33:44.633333+0000 mgr.smithi002.hmjpwx (mgr.14180) 787 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 353 B/s rd, 0 op/s 2023-12-25T21:33:45.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:45 smithi153 bash[28368]: audit 2023-12-25T21:33:44.716600+0000 mgr.smithi002.hmjpwx (mgr.14180) 788 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:46.611 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:47.955 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:47 smithi002 bash[24825]: cluster 2023-12-25T21:33:46.634627+0000 mgr.smithi002.hmjpwx (mgr.14180) 789 : cluster [DBG] pgmap v555: 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-12-25T21:33:48.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:47 smithi153 bash[28368]: cluster 2023-12-25T21:33:46.634627+0000 mgr.smithi002.hmjpwx (mgr.14180) 789 : cluster [DBG] pgmap v555: 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-12-25T21:33:49.936 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:49.936 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:50.227 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:50 smithi002 bash[24825]: cluster 2023-12-25T21:33:48.635786+0000 mgr.smithi002.hmjpwx (mgr.14180) 790 : cluster [DBG] pgmap v556: 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-12-25T21:33:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:50 smithi153 bash[28368]: cluster 2023-12-25T21:33:48.635786+0000 mgr.smithi002.hmjpwx (mgr.14180) 790 : cluster [DBG] pgmap v556: 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-12-25T21:33:50.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:51.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:51 smithi002 bash[24825]: audit 2023-12-25T21:33:49.926175+0000 mgr.smithi002.hmjpwx (mgr.14180) 791 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:51 smithi153 bash[28368]: audit 2023-12-25T21:33:49.926175+0000 mgr.smithi002.hmjpwx (mgr.14180) 791 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:51.825 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:52 smithi002 bash[24825]: cluster 2023-12-25T21:33:50.636970+0000 mgr.smithi002.hmjpwx (mgr.14180) 792 : cluster [DBG] pgmap v557: 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-12-25T21:33:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:52 smithi002 bash[24825]: audit 2023-12-25T21:33:51.104521+0000 mon.smithi002 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:52 smithi153 bash[28368]: cluster 2023-12-25T21:33:50.636970+0000 mgr.smithi002.hmjpwx (mgr.14180) 792 : cluster [DBG] pgmap v557: 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-12-25T21:33:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:52 smithi153 bash[28368]: audit 2023-12-25T21:33:51.104521+0000 mon.smithi002 (mon.0) 895 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:33:54.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:54 smithi002 bash[24825]: cluster 2023-12-25T21:33:52.638045+0000 mgr.smithi002.hmjpwx (mgr.14180) 793 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:54 smithi153 bash[28368]: cluster 2023-12-25T21:33:52.638045+0000 mgr.smithi002.hmjpwx (mgr.14180) 793 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:33:55.354 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:33:55.354 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:33:56.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:33:56.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:56 smithi002 bash[24825]: cluster 2023-12-25T21:33:54.639257+0000 mgr.smithi002.hmjpwx (mgr.14180) 794 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:56 smithi153 bash[28368]: cluster 2023-12-25T21:33:54.639257+0000 mgr.smithi002.hmjpwx (mgr.14180) 794 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:33:57.206 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:33:57.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:57 smithi002 bash[24825]: audit 2023-12-25T21:33:55.344029+0000 mgr.smithi002.hmjpwx (mgr.14180) 795 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:57 smithi153 bash[28368]: audit 2023-12-25T21:33:55.344029+0000 mgr.smithi002.hmjpwx (mgr.14180) 795 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:33:58.391 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:33:58 smithi002 bash[24825]: cluster 2023-12-25T21:33:56.640603+0000 mgr.smithi002.hmjpwx (mgr.14180) 796 : 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-12-25T21:33:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:33:58 smithi153 bash[28368]: cluster 2023-12-25T21:33:56.640603+0000 mgr.smithi002.hmjpwx (mgr.14180) 796 : 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-12-25T21:34:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:00 smithi002 bash[24825]: cluster 2023-12-25T21:33:58.641414+0000 mgr.smithi002.hmjpwx (mgr.14180) 797 : 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-12-25T21:34:00.512 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:00.513 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:00 smithi153 bash[28368]: cluster 2023-12-25T21:33:58.641414+0000 mgr.smithi002.hmjpwx (mgr.14180) 797 : 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-12-25T21:34:01.368 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:02.369 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:02 smithi002 bash[24825]: audit 2023-12-25T21:34:00.502688+0000 mgr.smithi002.hmjpwx (mgr.14180) 798 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:02.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:02 smithi002 bash[24825]: cluster 2023-12-25T21:34:00.642770+0000 mgr.smithi002.hmjpwx (mgr.14180) 799 : 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-12-25T21:34:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:02 smithi153 bash[28368]: audit 2023-12-25T21:34:00.502688+0000 mgr.smithi002.hmjpwx (mgr.14180) 798 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:02 smithi153 bash[28368]: cluster 2023-12-25T21:34:00.642770+0000 mgr.smithi002.hmjpwx (mgr.14180) 799 : 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-12-25T21:34:04.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:04 smithi002 bash[24825]: cluster 2023-12-25T21:34:02.643864+0000 mgr.smithi002.hmjpwx (mgr.14180) 800 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:04.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:04 smithi153 bash[28368]: cluster 2023-12-25T21:34:02.643864+0000 mgr.smithi002.hmjpwx (mgr.14180) 800 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:05.458 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:05.458 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:06.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:06 smithi002 bash[24825]: cluster 2023-12-25T21:34:04.645108+0000 mgr.smithi002.hmjpwx (mgr.14180) 801 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:06 smithi153 bash[28368]: cluster 2023-12-25T21:34:04.645108+0000 mgr.smithi002.hmjpwx (mgr.14180) 801 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:07.256 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:07.453 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:07 smithi002 bash[24825]: audit 2023-12-25T21:34:05.447610+0000 mgr.smithi002.hmjpwx (mgr.14180) 802 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:07 smithi153 bash[28368]: audit 2023-12-25T21:34:05.447610+0000 mgr.smithi002.hmjpwx (mgr.14180) 802 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:08.435 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:08 smithi002 bash[24825]: cluster 2023-12-25T21:34:06.646333+0000 mgr.smithi002.hmjpwx (mgr.14180) 803 : 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-12-25T21:34:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:08 smithi153 bash[28368]: cluster 2023-12-25T21:34:06.646333+0000 mgr.smithi002.hmjpwx (mgr.14180) 803 : 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-12-25T21:34:10.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:10 smithi002 bash[24825]: cluster 2023-12-25T21:34:08.647462+0000 mgr.smithi002.hmjpwx (mgr.14180) 804 : 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-12-25T21:34:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:10 smithi153 bash[28368]: cluster 2023-12-25T21:34:08.647462+0000 mgr.smithi002.hmjpwx (mgr.14180) 804 : 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-12-25T21:34:10.613 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:10.613 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:11.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:12.426 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:12.440 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:12 smithi002 bash[24825]: audit 2023-12-25T21:34:10.602663+0000 mgr.smithi002.hmjpwx (mgr.14180) 805 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:12.440 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:12 smithi002 bash[24825]: cluster 2023-12-25T21:34:10.648572+0000 mgr.smithi002.hmjpwx (mgr.14180) 806 : 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-12-25T21:34:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:12 smithi153 bash[28368]: audit 2023-12-25T21:34:10.602663+0000 mgr.smithi002.hmjpwx (mgr.14180) 805 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:12 smithi153 bash[28368]: cluster 2023-12-25T21:34:10.648572+0000 mgr.smithi002.hmjpwx (mgr.14180) 806 : 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-12-25T21:34:14.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:14 smithi002 bash[24825]: cluster 2023-12-25T21:34:12.649134+0000 mgr.smithi002.hmjpwx (mgr.14180) 807 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:14 smithi153 bash[28368]: cluster 2023-12-25T21:34:12.649134+0000 mgr.smithi002.hmjpwx (mgr.14180) 807 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:15.996 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:15.996 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:16.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:16 smithi002 bash[24825]: cluster 2023-12-25T21:34:14.650330+0000 mgr.smithi002.hmjpwx (mgr.14180) 808 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:16 smithi153 bash[28368]: cluster 2023-12-25T21:34:14.650330+0000 mgr.smithi002.hmjpwx (mgr.14180) 808 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:16.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:17.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:17 smithi002 bash[24825]: audit 2023-12-25T21:34:15.985282+0000 mgr.smithi002.hmjpwx (mgr.14180) 809 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:17 smithi153 bash[28368]: audit 2023-12-25T21:34:15.985282+0000 mgr.smithi002.hmjpwx (mgr.14180) 809 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:17.838 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:18.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:18 smithi002 bash[24825]: cluster 2023-12-25T21:34:16.651293+0000 mgr.smithi002.hmjpwx (mgr.14180) 810 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:18 smithi153 bash[28368]: cluster 2023-12-25T21:34:16.651293+0000 mgr.smithi002.hmjpwx (mgr.14180) 810 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:20 smithi002 bash[24825]: cluster 2023-12-25T21:34:18.652020+0000 mgr.smithi002.hmjpwx (mgr.14180) 811 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:20.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:20 smithi153 bash[28368]: cluster 2023-12-25T21:34:18.652020+0000 mgr.smithi002.hmjpwx (mgr.14180) 811 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:21.417 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:21.417 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:22.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:22 smithi002 bash[24825]: cluster 2023-12-25T21:34:20.653467+0000 mgr.smithi002.hmjpwx (mgr.14180) 812 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:22 smithi153 bash[28368]: cluster 2023-12-25T21:34:20.653467+0000 mgr.smithi002.hmjpwx (mgr.14180) 812 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:23.241 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:23.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:23 smithi002 bash[24825]: audit 2023-12-25T21:34:21.405698+0000 mgr.smithi002.hmjpwx (mgr.14180) 813 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:23 smithi153 bash[28368]: audit 2023-12-25T21:34:21.405698+0000 mgr.smithi002.hmjpwx (mgr.14180) 813 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:24.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:24 smithi002 bash[24825]: cluster 2023-12-25T21:34:22.654611+0000 mgr.smithi002.hmjpwx (mgr.14180) 814 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:24 smithi153 bash[28368]: cluster 2023-12-25T21:34:22.654611+0000 mgr.smithi002.hmjpwx (mgr.14180) 814 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:25.491 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:25 smithi002 bash[24825]: cluster 2023-12-25T21:34:24.655867+0000 mgr.smithi002.hmjpwx (mgr.14180) 815 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:25 smithi153 bash[28368]: cluster 2023-12-25T21:34:24.655867+0000 mgr.smithi002.hmjpwx (mgr.14180) 815 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:26.794 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:26.794 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:27.600 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:27.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:27 smithi002 bash[24825]: cluster 2023-12-25T21:34:26.657121+0000 mgr.smithi002.hmjpwx (mgr.14180) 816 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:27.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:27 smithi002 bash[24825]: audit 2023-12-25T21:34:26.783534+0000 mgr.smithi002.hmjpwx (mgr.14180) 817 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:27 smithi153 bash[28368]: cluster 2023-12-25T21:34:26.657121+0000 mgr.smithi002.hmjpwx (mgr.14180) 816 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:28.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:27 smithi153 bash[28368]: audit 2023-12-25T21:34:26.783534+0000 mgr.smithi002.hmjpwx (mgr.14180) 817 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:28.602 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:30.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:30 smithi002 bash[24825]: cluster 2023-12-25T21:34:28.658309+0000 mgr.smithi002.hmjpwx (mgr.14180) 818 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:30 smithi153 bash[28368]: cluster 2023-12-25T21:34:28.658309+0000 mgr.smithi002.hmjpwx (mgr.14180) 818 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:32.016 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:32.016 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:32.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:32 smithi002 bash[24825]: cluster 2023-12-25T21:34:30.659671+0000 mgr.smithi002.hmjpwx (mgr.14180) 819 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:32 smithi153 bash[28368]: cluster 2023-12-25T21:34:30.659671+0000 mgr.smithi002.hmjpwx (mgr.14180) 819 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:32.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:33.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:33 smithi002 bash[24825]: audit 2023-12-25T21:34:32.004403+0000 mgr.smithi002.hmjpwx (mgr.14180) 820 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:33.386 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:33 smithi153 bash[28368]: audit 2023-12-25T21:34:32.004403+0000 mgr.smithi002.hmjpwx (mgr.14180) 820 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:33.887 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:34.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:34 smithi002 bash[24825]: cluster 2023-12-25T21:34:32.660793+0000 mgr.smithi002.hmjpwx (mgr.14180) 821 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:34 smithi153 bash[28368]: cluster 2023-12-25T21:34:32.660793+0000 mgr.smithi002.hmjpwx (mgr.14180) 821 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:36.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:36 smithi002 bash[24825]: cluster 2023-12-25T21:34:34.661672+0000 mgr.smithi002.hmjpwx (mgr.14180) 822 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:36.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:36 smithi153 bash[28368]: cluster 2023-12-25T21:34:34.661672+0000 mgr.smithi002.hmjpwx (mgr.14180) 822 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:34:37.400 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:37.401 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:38.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:38.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:38 smithi002 bash[24825]: cluster 2023-12-25T21:34:36.662928+0000 mgr.smithi002.hmjpwx (mgr.14180) 823 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:38 smithi153 bash[28368]: cluster 2023-12-25T21:34:36.662928+0000 mgr.smithi002.hmjpwx (mgr.14180) 823 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:34:39.186 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:39.386 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:39 smithi002 bash[24825]: audit 2023-12-25T21:34:37.391118+0000 mgr.smithi002.hmjpwx (mgr.14180) 824 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:39 smithi153 bash[28368]: audit 2023-12-25T21:34:37.391118+0000 mgr.smithi002.hmjpwx (mgr.14180) 824 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:40.394 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:40 smithi002 bash[24825]: cluster 2023-12-25T21:34:38.664029+0000 mgr.smithi002.hmjpwx (mgr.14180) 825 : 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-12-25T21:34:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:40 smithi153 bash[28368]: cluster 2023-12-25T21:34:38.664029+0000 mgr.smithi002.hmjpwx (mgr.14180) 825 : 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-12-25T21:34:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.635229+0000 mon.smithi002 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.936472+0000 mon.smithi002 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.937629+0000 mon.smithi002 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.943486+0000 mon.smithi002 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.952768+0000 mon.smithi002 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:41.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:41 smithi002 bash[24825]: audit 2023-12-25T21:34:40.962806+0000 mon.smithi002 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.635229+0000 mon.smithi002 (mon.0) 896 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.936472+0000 mon.smithi002 (mon.0) 897 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.937629+0000 mon.smithi002 (mon.0) 898 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.943486+0000 mon.smithi002 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.952768+0000 mon.smithi002 (mon.0) 900 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:34:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:41 smithi153 bash[28368]: audit 2023-12-25T21:34:40.962806+0000 mon.smithi002 (mon.0) 901 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:42.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:42 smithi002 bash[24825]: cluster 2023-12-25T21:34:40.665337+0000 mgr.smithi002.hmjpwx (mgr.14180) 826 : 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-12-25T21:34:42.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:42 smithi002 bash[24825]: cluster 2023-12-25T21:34:40.944165+0000 mgr.smithi002.hmjpwx (mgr.14180) 827 : cluster [DBG] pgmap v583: 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-12-25T21:34:42.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:42 smithi002 bash[24825]: cephadm 2023-12-25T21:34:40.965620+0000 mgr.smithi002.hmjpwx (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oerabp on smithi153 2023-12-25T21:34:42.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:42 smithi002 bash[24825]: cluster 2023-12-25T21:34:41.129056+0000 mon.smithi002 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:42.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:42 smithi002 bash[24825]: cluster 2023-12-25T21:34:41.129131+0000 mon.smithi002 (mon.0) 903 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:42 smithi153 bash[28368]: cluster 2023-12-25T21:34:40.665337+0000 mgr.smithi002.hmjpwx (mgr.14180) 826 : 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-12-25T21:34:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:42 smithi153 bash[28368]: cluster 2023-12-25T21:34:40.944165+0000 mgr.smithi002.hmjpwx (mgr.14180) 827 : cluster [DBG] pgmap v583: 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-12-25T21:34:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:42 smithi153 bash[28368]: cephadm 2023-12-25T21:34:40.965620+0000 mgr.smithi002.hmjpwx (mgr.14180) 828 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oerabp on smithi153 2023-12-25T21:34:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:42 smithi153 bash[28368]: cluster 2023-12-25T21:34:41.129056+0000 mon.smithi002 (mon.0) 902 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:34:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:42 smithi153 bash[28368]: cluster 2023-12-25T21:34:41.129131+0000 mon.smithi002 (mon.0) 903 : cluster [INF] Cluster is now healthy 2023-12-25T21:34:42.812 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:42.812 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:32:32.736117Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.dydghi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:43.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:44 smithi002 bash[24825]: audit 2023-12-25T21:34:42.802958+0000 mgr.smithi002.hmjpwx (mgr.14180) 829 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:44.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:44 smithi002 bash[24825]: cluster 2023-12-25T21:34:42.944822+0000 mgr.smithi002.hmjpwx (mgr.14180) 830 : cluster [DBG] pgmap v584: 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-12-25T21:34:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:44 smithi153 bash[28368]: audit 2023-12-25T21:34:42.802958+0000 mgr.smithi002.hmjpwx (mgr.14180) 829 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:44 smithi153 bash[28368]: cluster 2023-12-25T21:34:42.944822+0000 mgr.smithi002.hmjpwx (mgr.14180) 830 : cluster [DBG] pgmap v584: 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-12-25T21:34:44.663 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:45 smithi002 bash[24825]: audit 2023-12-25T21:34:44.788674+0000 mon.smithi002 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oerabp"}]: dispatch 2023-12-25T21:34:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:45 smithi153 bash[28368]: audit 2023-12-25T21:34:44.788674+0000 mon.smithi002 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oerabp"}]: dispatch 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: cephadm 2023-12-25T21:34:44.787528+0000 mgr.smithi002.hmjpwx (mgr.14180) 831 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: cephadm 2023-12-25T21:34:44.787995+0000 mgr.smithi002.hmjpwx (mgr.14180) 832 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: cephadm 2023-12-25T21:34:44.790060+0000 mgr.smithi002.hmjpwx (mgr.14180) 833 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: cephadm 2023-12-25T21:34:44.794411+0000 mgr.smithi002.hmjpwx (mgr.14180) 834 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.lpzkve on smithi002 2023-12-25T21:34:46.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:46 smithi002 bash[24825]: cluster 2023-12-25T21:34:44.945865+0000 mgr.smithi002.hmjpwx (mgr.14180) 835 : cluster [DBG] pgmap v585: 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-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: cephadm 2023-12-25T21:34:44.787528+0000 mgr.smithi002.hmjpwx (mgr.14180) 831 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: cephadm 2023-12-25T21:34:44.787995+0000 mgr.smithi002.hmjpwx (mgr.14180) 832 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: cephadm 2023-12-25T21:34:44.790060+0000 mgr.smithi002.hmjpwx (mgr.14180) 833 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.oerabp ... 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: cephadm 2023-12-25T21:34:44.794411+0000 mgr.smithi002.hmjpwx (mgr.14180) 834 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.lpzkve on smithi002 2023-12-25T21:34:46.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:46 smithi153 bash[28368]: cluster 2023-12-25T21:34:44.945865+0000 mgr.smithi002.hmjpwx (mgr.14180) 835 : cluster [DBG] pgmap v585: 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-12-25T21:34:48.065 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:48.065 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:36.858494Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qjhslw on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qjhslw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qjhslw\nDeploy daemon haproxy.nfs.foo.smithi153.qjhslw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.621216Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.gshpst on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-gshpst\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.gshpst\nDeploy daemon haproxy.nfs.foo.smithi002.gshpst ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:33:40.625522Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.oxuqfr on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:48.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:48 smithi002 bash[24825]: cluster 2023-12-25T21:34:46.946752+0000 mgr.smithi002.hmjpwx (mgr.14180) 836 : cluster [DBG] pgmap v586: 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-12-25T21:34:48.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:48 smithi153 bash[28368]: cluster 2023-12-25T21:34:46.946752+0000 mgr.smithi002.hmjpwx (mgr.14180) 836 : cluster [DBG] pgmap v586: 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-12-25T21:34:48.999 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:49 smithi002 bash[24825]: audit 2023-12-25T21:34:48.053571+0000 mgr.smithi002.hmjpwx (mgr.14180) 837 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:49.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:49 smithi002 bash[24825]: audit 2023-12-25T21:34:49.032649+0000 mon.smithi002 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.lpzkve"}]: dispatch 2023-12-25T21:34:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:49 smithi153 bash[28368]: audit 2023-12-25T21:34:48.053571+0000 mgr.smithi002.hmjpwx (mgr.14180) 837 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:49 smithi153 bash[28368]: audit 2023-12-25T21:34:49.032649+0000 mon.smithi002 (mon.0) 905 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.lpzkve"}]: dispatch 2023-12-25T21:34:50.000 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cluster 2023-12-25T21:34:48.947307+0000 mgr.smithi002.hmjpwx (mgr.14180) 838 : cluster [DBG] pgmap v587: 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-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cephadm 2023-12-25T21:34:49.031345+0000 mgr.smithi002.hmjpwx (mgr.14180) 839 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:50.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cephadm 2023-12-25T21:34:49.031925+0000 mgr.smithi002.hmjpwx (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cephadm 2023-12-25T21:34:49.034023+0000 mgr.smithi002.hmjpwx (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cephadm 2023-12-25T21:34:49.037146+0000 mgr.smithi002.hmjpwx (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cephadm 2023-12-25T21:34:49.040172+0000 mgr.smithi002.hmjpwx (mgr.14180) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cluster 2023-12-25T21:34:49.041548+0000 mgr.smithi002.hmjpwx (mgr.14180) 844 : cluster [DBG] pgmap v588: 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-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: cluster 2023-12-25T21:34:49.163161+0000 mon.smithi002 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:50.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:50 smithi002 bash[24825]: audit 2023-12-25T21:34:49.536581+0000 mon.smithi002 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cluster 2023-12-25T21:34:48.947307+0000 mgr.smithi002.hmjpwx (mgr.14180) 838 : cluster [DBG] pgmap v587: 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-12-25T21:34:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cephadm 2023-12-25T21:34:49.031345+0000 mgr.smithi002.hmjpwx (mgr.14180) 839 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:34:50.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cephadm 2023-12-25T21:34:49.031925+0000 mgr.smithi002.hmjpwx (mgr.14180) 840 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cephadm 2023-12-25T21:34:49.034023+0000 mgr.smithi002.hmjpwx (mgr.14180) 841 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.lpzkve ... 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cephadm 2023-12-25T21:34:49.037146+0000 mgr.smithi002.hmjpwx (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cephadm 2023-12-25T21:34:49.040172+0000 mgr.smithi002.hmjpwx (mgr.14180) 843 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:34:50.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cluster 2023-12-25T21:34:49.041548+0000 mgr.smithi002.hmjpwx (mgr.14180) 844 : cluster [DBG] pgmap v588: 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-12-25T21:34:50.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: cluster 2023-12-25T21:34:49.163161+0000 mon.smithi002 (mon.0) 906 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:34:50.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:50 smithi153 bash[28368]: audit 2023-12-25T21:34:49.536581+0000 mon.smithi002 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:34:52.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:52 smithi002 bash[24825]: cluster 2023-12-25T21:34:51.042315+0000 mgr.smithi002.hmjpwx (mgr.14180) 845 : cluster [DBG] pgmap v589: 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-12-25T21:34:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:52 smithi153 bash[28368]: cluster 2023-12-25T21:34:51.042315+0000 mgr.smithi002.hmjpwx (mgr.14180) 845 : cluster [DBG] pgmap v589: 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-12-25T21:34:53.711 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:53.711 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:54.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:54 smithi002 bash[24825]: cluster 2023-12-25T21:34:53.043355+0000 mgr.smithi002.hmjpwx (mgr.14180) 846 : cluster [DBG] pgmap v590: 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-12-25T21:34:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:54 smithi153 bash[28368]: cluster 2023-12-25T21:34:53.043355+0000 mgr.smithi002.hmjpwx (mgr.14180) 846 : cluster [DBG] pgmap v590: 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-12-25T21:34:54.558 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:34:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:55 smithi002 bash[24825]: audit 2023-12-25T21:34:53.701812+0000 mgr.smithi002.hmjpwx (mgr.14180) 847 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:55 smithi153 bash[28368]: audit 2023-12-25T21:34:53.701812+0000 mgr.smithi002.hmjpwx (mgr.14180) 847 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:34:55.559 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:34:56.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:56 smithi002 bash[24825]: cluster 2023-12-25T21:34:55.044738+0000 mgr.smithi002.hmjpwx (mgr.14180) 848 : cluster [DBG] pgmap v591: 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-12-25T21:34:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:56 smithi153 bash[28368]: cluster 2023-12-25T21:34:55.044738+0000 mgr.smithi002.hmjpwx (mgr.14180) 848 : cluster [DBG] pgmap v591: 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-12-25T21:34:58.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:34:58 smithi002 bash[24825]: cluster 2023-12-25T21:34:57.045929+0000 mgr.smithi002.hmjpwx (mgr.14180) 849 : cluster [DBG] pgmap v592: 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-12-25T21:34:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:34:58 smithi153 bash[28368]: cluster 2023-12-25T21:34:57.045929+0000 mgr.smithi002.hmjpwx (mgr.14180) 849 : cluster [DBG] pgmap v592: 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-12-25T21:34:59.045 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:34:59.045 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:34:59.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:00 smithi002 bash[24825]: audit 2023-12-25T21:34:59.039539+0000 mgr.smithi002.hmjpwx (mgr.14180) 850 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:00 smithi002 bash[24825]: cluster 2023-12-25T21:34:59.046931+0000 mgr.smithi002.hmjpwx (mgr.14180) 851 : cluster [DBG] pgmap v593: 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-12-25T21:35:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:00 smithi153 bash[28368]: audit 2023-12-25T21:34:59.039539+0000 mgr.smithi002.hmjpwx (mgr.14180) 850 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:00 smithi153 bash[28368]: cluster 2023-12-25T21:34:59.046931+0000 mgr.smithi002.hmjpwx (mgr.14180) 851 : cluster [DBG] pgmap v593: 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-12-25T21:35:00.886 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:02.474 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:02 smithi002 bash[24825]: cluster 2023-12-25T21:35:01.048020+0000 mgr.smithi002.hmjpwx (mgr.14180) 852 : 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-12-25T21:35:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:02 smithi153 bash[28368]: cluster 2023-12-25T21:35:01.048020+0000 mgr.smithi002.hmjpwx (mgr.14180) 852 : 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-12-25T21:35:04.457 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:04.458 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:04.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:04 smithi002 bash[24825]: cluster 2023-12-25T21:35:03.049174+0000 mgr.smithi002.hmjpwx (mgr.14180) 853 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:04.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:04 smithi153 bash[28368]: cluster 2023-12-25T21:35:03.049174+0000 mgr.smithi002.hmjpwx (mgr.14180) 853 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:05.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:06.349 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:06 smithi002 bash[24825]: audit 2023-12-25T21:35:04.452502+0000 mgr.smithi002.hmjpwx (mgr.14180) 854 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:06.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:06 smithi002 bash[24825]: cluster 2023-12-25T21:35:05.050326+0000 mgr.smithi002.hmjpwx (mgr.14180) 855 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:06 smithi153 bash[28368]: audit 2023-12-25T21:35:04.452502+0000 mgr.smithi002.hmjpwx (mgr.14180) 854 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:06 smithi153 bash[28368]: cluster 2023-12-25T21:35:05.050326+0000 mgr.smithi002.hmjpwx (mgr.14180) 855 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:07 smithi002 bash[24825]: cluster 2023-12-25T21:35:07.051456+0000 mgr.smithi002.hmjpwx (mgr.14180) 856 : 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-12-25T21:35:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:07 smithi153 bash[28368]: cluster 2023-12-25T21:35:07.051456+0000 mgr.smithi002.hmjpwx (mgr.14180) 856 : 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-12-25T21:35:09.818 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:09.819 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:10.132 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:10 smithi002 bash[24825]: cluster 2023-12-25T21:35:09.052772+0000 mgr.smithi002.hmjpwx (mgr.14180) 857 : 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-12-25T21:35:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:10 smithi153 bash[28368]: cluster 2023-12-25T21:35:09.052772+0000 mgr.smithi002.hmjpwx (mgr.14180) 857 : 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-12-25T21:35:10.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:11 smithi002 bash[24825]: audit 2023-12-25T21:35:09.808612+0000 mgr.smithi002.hmjpwx (mgr.14180) 858 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:11 smithi153 bash[28368]: audit 2023-12-25T21:35:09.808612+0000 mgr.smithi002.hmjpwx (mgr.14180) 858 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:11.743 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:12.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:12 smithi002 bash[24825]: cluster 2023-12-25T21:35:11.054055+0000 mgr.smithi002.hmjpwx (mgr.14180) 859 : 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-12-25T21:35:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:12 smithi153 bash[28368]: cluster 2023-12-25T21:35:11.054055+0000 mgr.smithi002.hmjpwx (mgr.14180) 859 : 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-12-25T21:35:14.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:14 smithi002 bash[24825]: cluster 2023-12-25T21:35:13.055208+0000 mgr.smithi002.hmjpwx (mgr.14180) 860 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:14 smithi153 bash[28368]: cluster 2023-12-25T21:35:13.055208+0000 mgr.smithi002.hmjpwx (mgr.14180) 860 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:15.281 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:15.282 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:16.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:16.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:16 smithi002 bash[24825]: cluster 2023-12-25T21:35:15.056482+0000 mgr.smithi002.hmjpwx (mgr.14180) 861 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:16 smithi153 bash[28368]: cluster 2023-12-25T21:35:15.056482+0000 mgr.smithi002.hmjpwx (mgr.14180) 861 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:17.190 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:17.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:17 smithi002 bash[24825]: audit 2023-12-25T21:35:15.275871+0000 mgr.smithi002.hmjpwx (mgr.14180) 862 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:17 smithi153 bash[28368]: audit 2023-12-25T21:35:15.275871+0000 mgr.smithi002.hmjpwx (mgr.14180) 862 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:18.403 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:18 smithi002 bash[24825]: cluster 2023-12-25T21:35:17.057730+0000 mgr.smithi002.hmjpwx (mgr.14180) 863 : 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-12-25T21:35:18.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:18 smithi153 bash[28368]: cluster 2023-12-25T21:35:17.057730+0000 mgr.smithi002.hmjpwx (mgr.14180) 863 : 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-12-25T21:35:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:20 smithi002 bash[24825]: cluster 2023-12-25T21:35:19.059038+0000 mgr.smithi002.hmjpwx (mgr.14180) 864 : 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-12-25T21:35:20.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:20 smithi153 bash[28368]: cluster 2023-12-25T21:35:19.059038+0000 mgr.smithi002.hmjpwx (mgr.14180) 864 : 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-12-25T21:35:20.629 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:20.629 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:21.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:22 smithi002 bash[24825]: audit 2023-12-25T21:35:20.624373+0000 mgr.smithi002.hmjpwx (mgr.14180) 865 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:22 smithi002 bash[24825]: cluster 2023-12-25T21:35:21.060268+0000 mgr.smithi002.hmjpwx (mgr.14180) 866 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:22 smithi153 bash[28368]: audit 2023-12-25T21:35:20.624373+0000 mgr.smithi002.hmjpwx (mgr.14180) 865 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:22 smithi153 bash[28368]: cluster 2023-12-25T21:35:21.060268+0000 mgr.smithi002.hmjpwx (mgr.14180) 866 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:22.573 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:24.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:24 smithi002 bash[24825]: cluster 2023-12-25T21:35:23.061287+0000 mgr.smithi002.hmjpwx (mgr.14180) 867 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:24.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:24 smithi153 bash[28368]: cluster 2023-12-25T21:35:23.061287+0000 mgr.smithi002.hmjpwx (mgr.14180) 867 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:26.072 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:26.072 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:26.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:26 smithi002 bash[24825]: cluster 2023-12-25T21:35:25.062734+0000 mgr.smithi002.hmjpwx (mgr.14180) 868 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:26 smithi153 bash[28368]: cluster 2023-12-25T21:35:25.062734+0000 mgr.smithi002.hmjpwx (mgr.14180) 868 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:26.917 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:27.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:27 smithi002 bash[24825]: audit 2023-12-25T21:35:26.062438+0000 mgr.smithi002.hmjpwx (mgr.14180) 869 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:27 smithi153 bash[28368]: audit 2023-12-25T21:35:26.062438+0000 mgr.smithi002.hmjpwx (mgr.14180) 869 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:27.917 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:28 smithi002 bash[24825]: cluster 2023-12-25T21:35:27.063858+0000 mgr.smithi002.hmjpwx (mgr.14180) 870 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:28 smithi153 bash[28368]: cluster 2023-12-25T21:35:27.063858+0000 mgr.smithi002.hmjpwx (mgr.14180) 870 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:30 smithi002 bash[24825]: cluster 2023-12-25T21:35:29.065160+0000 mgr.smithi002.hmjpwx (mgr.14180) 871 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:30 smithi153 bash[28368]: cluster 2023-12-25T21:35:29.065160+0000 mgr.smithi002.hmjpwx (mgr.14180) 871 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:31.551 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:31.552 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:32.463 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:32 smithi002 bash[24825]: cluster 2023-12-25T21:35:31.065942+0000 mgr.smithi002.hmjpwx (mgr.14180) 872 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:32.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:32.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:32 smithi153 bash[28368]: cluster 2023-12-25T21:35:31.065942+0000 mgr.smithi002.hmjpwx (mgr.14180) 872 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:33.465 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:33.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:33 smithi002 bash[24825]: audit 2023-12-25T21:35:31.541706+0000 mgr.smithi002.hmjpwx (mgr.14180) 873 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:33 smithi153 bash[28368]: audit 2023-12-25T21:35:31.541706+0000 mgr.smithi002.hmjpwx (mgr.14180) 873 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:34.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:34 smithi002 bash[24825]: cluster 2023-12-25T21:35:33.067089+0000 mgr.smithi002.hmjpwx (mgr.14180) 874 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:34 smithi153 bash[28368]: cluster 2023-12-25T21:35:33.067089+0000 mgr.smithi002.hmjpwx (mgr.14180) 874 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:36.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:36 smithi002 bash[24825]: cluster 2023-12-25T21:35:35.068123+0000 mgr.smithi002.hmjpwx (mgr.14180) 875 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:36.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:36 smithi153 bash[28368]: cluster 2023-12-25T21:35:35.068123+0000 mgr.smithi002.hmjpwx (mgr.14180) 875 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:37.039 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:37.039 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:37.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:38.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:38 smithi002 bash[24825]: audit 2023-12-25T21:35:37.030120+0000 mgr.smithi002.hmjpwx (mgr.14180) 876 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:38.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:38 smithi002 bash[24825]: cluster 2023-12-25T21:35:37.069138+0000 mgr.smithi002.hmjpwx (mgr.14180) 877 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:38 smithi153 bash[28368]: audit 2023-12-25T21:35:37.030120+0000 mgr.smithi002.hmjpwx (mgr.14180) 876 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:38 smithi153 bash[28368]: cluster 2023-12-25T21:35:37.069138+0000 mgr.smithi002.hmjpwx (mgr.14180) 877 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:38.875 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:40.469 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:40 smithi002 bash[24825]: cluster 2023-12-25T21:35:39.070447+0000 mgr.smithi002.hmjpwx (mgr.14180) 878 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:40 smithi153 bash[28368]: cluster 2023-12-25T21:35:39.070447+0000 mgr.smithi002.hmjpwx (mgr.14180) 878 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:42.384 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:42.384 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:42.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:42 smithi002 bash[24825]: cluster 2023-12-25T21:35:41.071684+0000 mgr.smithi002.hmjpwx (mgr.14180) 879 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:42 smithi153 bash[28368]: cluster 2023-12-25T21:35:41.071684+0000 mgr.smithi002.hmjpwx (mgr.14180) 879 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:43.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:43.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:43 smithi002 bash[24825]: audit 2023-12-25T21:35:42.374470+0000 mgr.smithi002.hmjpwx (mgr.14180) 880 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:43.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:43 smithi002 bash[24825]: cluster 2023-12-25T21:35:43.072796+0000 mgr.smithi002.hmjpwx (mgr.14180) 881 : 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-12-25T21:35:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:43 smithi153 bash[28368]: audit 2023-12-25T21:35:42.374470+0000 mgr.smithi002.hmjpwx (mgr.14180) 880 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:43 smithi153 bash[28368]: cluster 2023-12-25T21:35:43.072796+0000 mgr.smithi002.hmjpwx (mgr.14180) 881 : 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-12-25T21:35:44.248 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:46.434 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:46 smithi002 bash[24825]: cluster 2023-12-25T21:35:45.074014+0000 mgr.smithi002.hmjpwx (mgr.14180) 882 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:46.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:46 smithi153 bash[28368]: cluster 2023-12-25T21:35:45.074014+0000 mgr.smithi002.hmjpwx (mgr.14180) 882 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:35:47.955 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:47.955 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:33:40.628957Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vrhcxt on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:48.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:48 smithi002 bash[24825]: cluster 2023-12-25T21:35:47.075187+0000 mgr.smithi002.hmjpwx (mgr.14180) 883 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:48.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:48 smithi153 bash[28368]: cluster 2023-12-25T21:35:47.075187+0000 mgr.smithi002.hmjpwx (mgr.14180) 883 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:35:48.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:49 smithi002 bash[24825]: audit 2023-12-25T21:35:47.945047+0000 mgr.smithi002.hmjpwx (mgr.14180) 884 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:49.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:49 smithi002 bash[24825]: audit 2023-12-25T21:35:49.045144+0000 mon.smithi002 (mon.0) 908 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:35:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:49 smithi153 bash[28368]: audit 2023-12-25T21:35:47.945047+0000 mgr.smithi002.hmjpwx (mgr.14180) 884 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:49 smithi153 bash[28368]: audit 2023-12-25T21:35:49.045144+0000 mon.smithi002 (mon.0) 908 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:35:49.868 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:50.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: cluster 2023-12-25T21:35:49.076500+0000 mgr.smithi002.hmjpwx (mgr.14180) 885 : 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-12-25T21:35:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: audit 2023-12-25T21:35:49.360679+0000 mon.smithi002 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:35:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: audit 2023-12-25T21:35:49.362111+0000 mon.smithi002 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:35:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: audit 2023-12-25T21:35:49.369926+0000 mon.smithi002 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: audit 2023-12-25T21:35:49.379155+0000 mon.smithi002 (mon.0) 912 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:35:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:50 smithi002 bash[24825]: audit 2023-12-25T21:35:49.391385+0000 mon.smithi002 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: cluster 2023-12-25T21:35:49.076500+0000 mgr.smithi002.hmjpwx (mgr.14180) 885 : 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-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: audit 2023-12-25T21:35:49.360679+0000 mon.smithi002 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: audit 2023-12-25T21:35:49.362111+0000 mon.smithi002 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: audit 2023-12-25T21:35:49.369926+0000 mon.smithi002 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: audit 2023-12-25T21:35:49.379155+0000 mon.smithi002 (mon.0) 912 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:35:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:50 smithi153 bash[28368]: audit 2023-12-25T21:35:49.391385+0000 mon.smithi002 (mon.0) 913 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:51.407 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:51 smithi002 bash[24825]: cluster 2023-12-25T21:35:49.370801+0000 mgr.smithi002.hmjpwx (mgr.14180) 886 : cluster [DBG] pgmap v619: 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-12-25T21:35:51.407 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:51 smithi002 bash[24825]: cephadm 2023-12-25T21:35:49.395173+0000 mgr.smithi002.hmjpwx (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.ycfzxk on smithi153 2023-12-25T21:35:51.407 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:51 smithi002 bash[24825]: cluster 2023-12-25T21:35:50.367014+0000 mon.smithi002 (mon.0) 914 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:35:51.407 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:51 smithi002 bash[24825]: cluster 2023-12-25T21:35:50.367095+0000 mon.smithi002 (mon.0) 915 : cluster [INF] Cluster is now healthy 2023-12-25T21:35:51.407 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:51 smithi002 bash[24825]: audit 2023-12-25T21:35:51.108599+0000 mon.smithi002 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:51 smithi153 bash[28368]: cluster 2023-12-25T21:35:49.370801+0000 mgr.smithi002.hmjpwx (mgr.14180) 886 : cluster [DBG] pgmap v619: 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-12-25T21:35:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:51 smithi153 bash[28368]: cephadm 2023-12-25T21:35:49.395173+0000 mgr.smithi002.hmjpwx (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.ycfzxk on smithi153 2023-12-25T21:35:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:51 smithi153 bash[28368]: cluster 2023-12-25T21:35:50.367014+0000 mon.smithi002 (mon.0) 914 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:35:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:51 smithi153 bash[28368]: cluster 2023-12-25T21:35:50.367095+0000 mon.smithi002 (mon.0) 915 : cluster [INF] Cluster is now healthy 2023-12-25T21:35:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:51 smithi153 bash[28368]: audit 2023-12-25T21:35:51.108599+0000 mon.smithi002 (mon.0) 916 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:35:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:53 smithi002 bash[24825]: cluster 2023-12-25T21:35:51.371550+0000 mgr.smithi002.hmjpwx (mgr.14180) 888 : cluster [DBG] pgmap v620: 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-12-25T21:35:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:53 smithi153 bash[28368]: cluster 2023-12-25T21:35:51.371550+0000 mgr.smithi002.hmjpwx (mgr.14180) 888 : cluster [DBG] pgmap v620: 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-12-25T21:35:53.567 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:53.567 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:44.789877Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oerabp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-oerabp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.oerabp\nDeploy daemon haproxy.nfs.foo.smithi153.oerabp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.033840Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.lpzkve on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-lpzkve\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.lpzkve\nDeploy daemon haproxy.nfs.foo.smithi002.lpzkve ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:34:49.036974Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.vkyjkg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:35:54.444 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:54 smithi002 bash[24825]: audit 2023-12-25T21:35:53.353133+0000 mon.smithi002 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.ycfzxk"}]: dispatch 2023-12-25T21:35:54.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:35:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:54 smithi153 bash[28368]: audit 2023-12-25T21:35:53.353133+0000 mon.smithi002 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.ycfzxk"}]: dispatch 2023-12-25T21:35:55.446 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: cephadm 2023-12-25T21:35:53.351959+0000 mgr.smithi002.hmjpwx (mgr.14180) 889 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.460 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: cephadm 2023-12-25T21:35:53.352566+0000 mgr.smithi002.hmjpwx (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.461 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: cephadm 2023-12-25T21:35:53.354561+0000 mgr.smithi002.hmjpwx (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: cephadm 2023-12-25T21:35:53.358494+0000 mgr.smithi002.hmjpwx (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.xjpnan on smithi002 2023-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: cluster 2023-12-25T21:35:53.372144+0000 mgr.smithi002.hmjpwx (mgr.14180) 893 : cluster [DBG] pgmap v621: 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-12-25T21:35:55.462 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:55 smithi002 bash[24825]: audit 2023-12-25T21:35:53.559471+0000 mgr.smithi002.hmjpwx (mgr.14180) 894 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: cephadm 2023-12-25T21:35:53.351959+0000 mgr.smithi002.hmjpwx (mgr.14180) 889 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:35:55.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: cephadm 2023-12-25T21:35:53.352566+0000 mgr.smithi002.hmjpwx (mgr.14180) 890 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: cephadm 2023-12-25T21:35:53.354561+0000 mgr.smithi002.hmjpwx (mgr.14180) 891 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.ycfzxk ... 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:55.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:55.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: cephadm 2023-12-25T21:35:53.358494+0000 mgr.smithi002.hmjpwx (mgr.14180) 892 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.xjpnan on smithi002 2023-12-25T21:35:55.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: cluster 2023-12-25T21:35:53.372144+0000 mgr.smithi002.hmjpwx (mgr.14180) 893 : cluster [DBG] pgmap v621: 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-12-25T21:35:55.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:55 smithi153 bash[28368]: audit 2023-12-25T21:35:53.559471+0000 mgr.smithi002.hmjpwx (mgr.14180) 894 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:35:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:57 smithi002 bash[24825]: cluster 2023-12-25T21:35:55.373378+0000 mgr.smithi002.hmjpwx (mgr.14180) 895 : cluster [DBG] pgmap v622: 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-12-25T21:35:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:57 smithi153 bash[28368]: cluster 2023-12-25T21:35:55.373378+0000 mgr.smithi002.hmjpwx (mgr.14180) 895 : cluster [DBG] pgmap v622: 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-12-25T21:35:58.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:58 smithi002 bash[24825]: audit 2023-12-25T21:35:57.641358+0000 mon.smithi002 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.xjpnan"}]: dispatch 2023-12-25T21:35:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:58 smithi153 bash[28368]: audit 2023-12-25T21:35:57.641358+0000 mon.smithi002 (mon.0) 918 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.xjpnan"}]: dispatch 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cluster 2023-12-25T21:35:57.374317+0000 mgr.smithi002.hmjpwx (mgr.14180) 896 : cluster [DBG] pgmap v623: 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-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cephadm 2023-12-25T21:35:57.640216+0000 mgr.smithi002.hmjpwx (mgr.14180) 897 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cephadm 2023-12-25T21:35:57.640806+0000 mgr.smithi002.hmjpwx (mgr.14180) 898 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cephadm 2023-12-25T21:35:57.642560+0000 mgr.smithi002.hmjpwx (mgr.14180) 899 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cephadm 2023-12-25T21:35:57.644592+0000 mgr.smithi002.hmjpwx (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cephadm 2023-12-25T21:35:57.646841+0000 mgr.smithi002.hmjpwx (mgr.14180) 901 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cluster 2023-12-25T21:35:57.648031+0000 mgr.smithi002.hmjpwx (mgr.14180) 902 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-25T21:35:59.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:35:59 smithi002 bash[24825]: cluster 2023-12-25T21:35:58.164838+0000 mon.smithi002 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:35:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cluster 2023-12-25T21:35:57.374317+0000 mgr.smithi002.hmjpwx (mgr.14180) 896 : cluster [DBG] pgmap v623: 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-12-25T21:35:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cephadm 2023-12-25T21:35:57.640216+0000 mgr.smithi002.hmjpwx (mgr.14180) 897 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:35:59.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cephadm 2023-12-25T21:35:57.640806+0000 mgr.smithi002.hmjpwx (mgr.14180) 898 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cephadm 2023-12-25T21:35:57.642560+0000 mgr.smithi002.hmjpwx (mgr.14180) 899 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xjpnan ... 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cephadm 2023-12-25T21:35:57.644592+0000 mgr.smithi002.hmjpwx (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:59.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cephadm 2023-12-25T21:35:57.646841+0000 mgr.smithi002.hmjpwx (mgr.14180) 901 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:35:59.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cluster 2023-12-25T21:35:57.648031+0000 mgr.smithi002.hmjpwx (mgr.14180) 902 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-25T21:35:59.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:35:59 smithi153 bash[28368]: cluster 2023-12-25T21:35:58.164838+0000 mon.smithi002 (mon.0) 919 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:35:59.638 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:35:59.638 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:00.545 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:00.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:00 smithi002 bash[24825]: audit 2023-12-25T21:35:59.587852+0000 mon.smithi002 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:00.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:00 smithi002 bash[24825]: audit 2023-12-25T21:35:59.628180+0000 mgr.smithi002.hmjpwx (mgr.14180) 903 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:00.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:00 smithi002 bash[24825]: cluster 2023-12-25T21:35:59.649042+0000 mgr.smithi002.hmjpwx (mgr.14180) 904 : cluster [DBG] pgmap v625: 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-12-25T21:36:01.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:00 smithi153 bash[28368]: audit 2023-12-25T21:35:59.587852+0000 mon.smithi002 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:01.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:00 smithi153 bash[28368]: audit 2023-12-25T21:35:59.628180+0000 mgr.smithi002.hmjpwx (mgr.14180) 903 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:01.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:00 smithi153 bash[28368]: cluster 2023-12-25T21:35:59.649042+0000 mgr.smithi002.hmjpwx (mgr.14180) 904 : cluster [DBG] pgmap v625: 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-12-25T21:36:01.546 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:02.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:02 smithi002 bash[24825]: cluster 2023-12-25T21:36:01.650271+0000 mgr.smithi002.hmjpwx (mgr.14180) 905 : cluster [DBG] pgmap v626: 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-12-25T21:36:03.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:02 smithi153 bash[28368]: cluster 2023-12-25T21:36:01.650271+0000 mgr.smithi002.hmjpwx (mgr.14180) 905 : cluster [DBG] pgmap v626: 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-12-25T21:36:05.021 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:05.021 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:05 smithi002 bash[24825]: cluster 2023-12-25T21:36:03.651389+0000 mgr.smithi002.hmjpwx (mgr.14180) 906 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:36:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:05 smithi153 bash[28368]: cluster 2023-12-25T21:36:03.651389+0000 mgr.smithi002.hmjpwx (mgr.14180) 906 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:36:05.891 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:06.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:06 smithi002 bash[24825]: audit 2023-12-25T21:36:05.011646+0000 mgr.smithi002.hmjpwx (mgr.14180) 907 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:06.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:06 smithi002 bash[24825]: audit 2023-12-25T21:36:06.109666+0000 mon.smithi002 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:06 smithi153 bash[28368]: audit 2023-12-25T21:36:05.011646+0000 mgr.smithi002.hmjpwx (mgr.14180) 907 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:06 smithi153 bash[28368]: audit 2023-12-25T21:36:06.109666+0000 mon.smithi002 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:06.892 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:07 smithi002 bash[24825]: cluster 2023-12-25T21:36:05.652783+0000 mgr.smithi002.hmjpwx (mgr.14180) 908 : cluster [DBG] pgmap v628: 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-12-25T21:36:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:07 smithi153 bash[28368]: cluster 2023-12-25T21:36:05.652783+0000 mgr.smithi002.hmjpwx (mgr.14180) 908 : cluster [DBG] pgmap v628: 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-12-25T21:36:09.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:09 smithi002 bash[24825]: cluster 2023-12-25T21:36:07.653904+0000 mgr.smithi002.hmjpwx (mgr.14180) 909 : cluster [DBG] pgmap v629: 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-12-25T21:36:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:09 smithi153 bash[28368]: cluster 2023-12-25T21:36:07.653904+0000 mgr.smithi002.hmjpwx (mgr.14180) 909 : cluster [DBG] pgmap v629: 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-12-25T21:36:10.475 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:10.475 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:11.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:11 smithi002 bash[24825]: cluster 2023-12-25T21:36:09.655172+0000 mgr.smithi002.hmjpwx (mgr.14180) 910 : 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-12-25T21:36:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:11 smithi153 bash[28368]: cluster 2023-12-25T21:36:09.655172+0000 mgr.smithi002.hmjpwx (mgr.14180) 910 : 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-12-25T21:36:12.353 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:12.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:12 smithi002 bash[24825]: audit 2023-12-25T21:36:10.468157+0000 mgr.smithi002.hmjpwx (mgr.14180) 911 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:12 smithi153 bash[28368]: audit 2023-12-25T21:36:10.468157+0000 mgr.smithi002.hmjpwx (mgr.14180) 911 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:13 smithi002 bash[24825]: cluster 2023-12-25T21:36:11.656465+0000 mgr.smithi002.hmjpwx (mgr.14180) 912 : 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-12-25T21:36:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:13 smithi153 bash[28368]: cluster 2023-12-25T21:36:11.656465+0000 mgr.smithi002.hmjpwx (mgr.14180) 912 : 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-12-25T21:36:15.425 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:15 smithi002 bash[24825]: cluster 2023-12-25T21:36:13.657555+0000 mgr.smithi002.hmjpwx (mgr.14180) 913 : 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-12-25T21:36:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:15 smithi153 bash[28368]: cluster 2023-12-25T21:36:13.657555+0000 mgr.smithi002.hmjpwx (mgr.14180) 913 : 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-12-25T21:36:15.848 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:15.848 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:16.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:17.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:17 smithi002 bash[24825]: cluster 2023-12-25T21:36:15.658933+0000 mgr.smithi002.hmjpwx (mgr.14180) 914 : 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-12-25T21:36:17.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:17 smithi002 bash[24825]: audit 2023-12-25T21:36:15.840667+0000 mgr.smithi002.hmjpwx (mgr.14180) 915 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:17 smithi153 bash[28368]: cluster 2023-12-25T21:36:15.658933+0000 mgr.smithi002.hmjpwx (mgr.14180) 914 : 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-12-25T21:36:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:17 smithi153 bash[28368]: audit 2023-12-25T21:36:15.840667+0000 mgr.smithi002.hmjpwx (mgr.14180) 915 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:17.747 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:19.388 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:19 smithi002 bash[24825]: cluster 2023-12-25T21:36:17.660181+0000 mgr.smithi002.hmjpwx (mgr.14180) 916 : 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-12-25T21:36:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:19 smithi153 bash[28368]: cluster 2023-12-25T21:36:17.660181+0000 mgr.smithi002.hmjpwx (mgr.14180) 916 : 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-12-25T21:36:21.272 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:21.272 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:21.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:21 smithi002 bash[24825]: cluster 2023-12-25T21:36:19.660987+0000 mgr.smithi002.hmjpwx (mgr.14180) 917 : 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-12-25T21:36:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:21 smithi153 bash[28368]: cluster 2023-12-25T21:36:19.660987+0000 mgr.smithi002.hmjpwx (mgr.14180) 917 : 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-12-25T21:36:22.143 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:23.144 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:23.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:23 smithi002 bash[24825]: audit 2023-12-25T21:36:21.266862+0000 mgr.smithi002.hmjpwx (mgr.14180) 918 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:23 smithi002 bash[24825]: cluster 2023-12-25T21:36:21.662384+0000 mgr.smithi002.hmjpwx (mgr.14180) 919 : 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-12-25T21:36:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:23 smithi153 bash[28368]: audit 2023-12-25T21:36:21.266862+0000 mgr.smithi002.hmjpwx (mgr.14180) 918 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:23 smithi153 bash[28368]: cluster 2023-12-25T21:36:21.662384+0000 mgr.smithi002.hmjpwx (mgr.14180) 919 : 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-12-25T21:36:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:25 smithi002 bash[24825]: cluster 2023-12-25T21:36:23.663223+0000 mgr.smithi002.hmjpwx (mgr.14180) 920 : 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-12-25T21:36:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:25 smithi153 bash[28368]: cluster 2023-12-25T21:36:23.663223+0000 mgr.smithi002.hmjpwx (mgr.14180) 920 : 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-12-25T21:36:26.741 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:26.741 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:27.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:27 smithi002 bash[24825]: cluster 2023-12-25T21:36:25.664115+0000 mgr.smithi002.hmjpwx (mgr.14180) 921 : 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-12-25T21:36:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:27 smithi153 bash[28368]: cluster 2023-12-25T21:36:25.664115+0000 mgr.smithi002.hmjpwx (mgr.14180) 921 : 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-12-25T21:36:27.596 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:28 smithi002 bash[24825]: audit 2023-12-25T21:36:26.731714+0000 mgr.smithi002.hmjpwx (mgr.14180) 922 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:28 smithi153 bash[28368]: audit 2023-12-25T21:36:26.731714+0000 mgr.smithi002.hmjpwx (mgr.14180) 922 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:28.596 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:29 smithi002 bash[24825]: cluster 2023-12-25T21:36:27.665211+0000 mgr.smithi002.hmjpwx (mgr.14180) 923 : 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-12-25T21:36:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:29 smithi153 bash[28368]: cluster 2023-12-25T21:36:27.665211+0000 mgr.smithi002.hmjpwx (mgr.14180) 923 : 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-12-25T21:36:31.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:31 smithi002 bash[24825]: cluster 2023-12-25T21:36:29.666535+0000 mgr.smithi002.hmjpwx (mgr.14180) 924 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:31 smithi153 bash[28368]: cluster 2023-12-25T21:36:29.666535+0000 mgr.smithi002.hmjpwx (mgr.14180) 924 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:32.070 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:32.070 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:32.958 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:33.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:33 smithi002 bash[24825]: cluster 2023-12-25T21:36:31.668100+0000 mgr.smithi002.hmjpwx (mgr.14180) 925 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:33.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:33 smithi002 bash[24825]: audit 2023-12-25T21:36:32.061246+0000 mgr.smithi002.hmjpwx (mgr.14180) 926 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:33.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:33 smithi153 bash[28368]: cluster 2023-12-25T21:36:31.668100+0000 mgr.smithi002.hmjpwx (mgr.14180) 925 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:33.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:33 smithi153 bash[28368]: audit 2023-12-25T21:36:32.061246+0000 mgr.smithi002.hmjpwx (mgr.14180) 926 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:33.959 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:35.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:35 smithi002 bash[24825]: cluster 2023-12-25T21:36:33.669295+0000 mgr.smithi002.hmjpwx (mgr.14180) 927 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:35 smithi153 bash[28368]: cluster 2023-12-25T21:36:33.669295+0000 mgr.smithi002.hmjpwx (mgr.14180) 927 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:37.374 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:37.375 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:37.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:37 smithi002 bash[24825]: cluster 2023-12-25T21:36:35.670655+0000 mgr.smithi002.hmjpwx (mgr.14180) 928 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:37 smithi153 bash[28368]: cluster 2023-12-25T21:36:35.670655+0000 mgr.smithi002.hmjpwx (mgr.14180) 928 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:38.221 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:39.222 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:39.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:39 smithi002 bash[24825]: audit 2023-12-25T21:36:37.364023+0000 mgr.smithi002.hmjpwx (mgr.14180) 929 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:39.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:39 smithi002 bash[24825]: cluster 2023-12-25T21:36:37.671778+0000 mgr.smithi002.hmjpwx (mgr.14180) 930 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:39 smithi153 bash[28368]: audit 2023-12-25T21:36:37.364023+0000 mgr.smithi002.hmjpwx (mgr.14180) 929 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:39 smithi153 bash[28368]: cluster 2023-12-25T21:36:37.671778+0000 mgr.smithi002.hmjpwx (mgr.14180) 930 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:40.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:40 smithi002 bash[24825]: cluster 2023-12-25T21:36:39.673088+0000 mgr.smithi002.hmjpwx (mgr.14180) 931 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:40 smithi153 bash[28368]: cluster 2023-12-25T21:36:39.673088+0000 mgr.smithi002.hmjpwx (mgr.14180) 931 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:42.740 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:42.740 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:42.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:42 smithi002 bash[24825]: cluster 2023-12-25T21:36:41.674359+0000 mgr.smithi002.hmjpwx (mgr.14180) 932 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:43.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:42 smithi153 bash[28368]: cluster 2023-12-25T21:36:41.674359+0000 mgr.smithi002.hmjpwx (mgr.14180) 932 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:43.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:43.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:43 smithi002 bash[24825]: audit 2023-12-25T21:36:42.729798+0000 mgr.smithi002.hmjpwx (mgr.14180) 933 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:44.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:43 smithi153 bash[28368]: audit 2023-12-25T21:36:42.729798+0000 mgr.smithi002.hmjpwx (mgr.14180) 933 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:44.615 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:45 smithi002 bash[24825]: cluster 2023-12-25T21:36:43.675502+0000 mgr.smithi002.hmjpwx (mgr.14180) 934 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:45 smithi153 bash[28368]: cluster 2023-12-25T21:36:43.675502+0000 mgr.smithi002.hmjpwx (mgr.14180) 934 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:47 smithi002 bash[24825]: cluster 2023-12-25T21:36:45.676899+0000 mgr.smithi002.hmjpwx (mgr.14180) 935 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:47 smithi153 bash[28368]: cluster 2023-12-25T21:36:45.676899+0000 mgr.smithi002.hmjpwx (mgr.14180) 935 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:48.214 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:48.214 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:49.062 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:49 smithi002 bash[24825]: cluster 2023-12-25T21:36:47.677950+0000 mgr.smithi002.hmjpwx (mgr.14180) 936 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:49 smithi002 bash[24825]: audit 2023-12-25T21:36:48.203289+0000 mgr.smithi002.hmjpwx (mgr.14180) 937 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:49 smithi153 bash[28368]: cluster 2023-12-25T21:36:47.677950+0000 mgr.smithi002.hmjpwx (mgr.14180) 936 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:49 smithi153 bash[28368]: audit 2023-12-25T21:36:48.203289+0000 mgr.smithi002.hmjpwx (mgr.14180) 937 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:50.063 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:51.490 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:51 smithi002 bash[24825]: cluster 2023-12-25T21:36:49.679251+0000 mgr.smithi002.hmjpwx (mgr.14180) 938 : 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-12-25T21:36:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:51 smithi153 bash[28368]: cluster 2023-12-25T21:36:49.679251+0000 mgr.smithi002.hmjpwx (mgr.14180) 938 : 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-12-25T21:36:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:53 smithi002 bash[24825]: cluster 2023-12-25T21:36:51.680568+0000 mgr.smithi002.hmjpwx (mgr.14180) 939 : 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-12-25T21:36:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:53 smithi153 bash[28368]: cluster 2023-12-25T21:36:51.680568+0000 mgr.smithi002.hmjpwx (mgr.14180) 939 : 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-12-25T21:36:53.729 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:53.729 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:54.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:36:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:55 smithi002 bash[24825]: cluster 2023-12-25T21:36:53.681591+0000 mgr.smithi002.hmjpwx (mgr.14180) 940 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:55 smithi002 bash[24825]: audit 2023-12-25T21:36:53.720377+0000 mgr.smithi002.hmjpwx (mgr.14180) 941 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:55 smithi153 bash[28368]: cluster 2023-12-25T21:36:53.681591+0000 mgr.smithi002.hmjpwx (mgr.14180) 940 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:36:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:55 smithi153 bash[28368]: audit 2023-12-25T21:36:53.720377+0000 mgr.smithi002.hmjpwx (mgr.14180) 941 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:36:55.605 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:36:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:57 smithi002 bash[24825]: cluster 2023-12-25T21:36:55.682955+0000 mgr.smithi002.hmjpwx (mgr.14180) 942 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:57 smithi153 bash[28368]: cluster 2023-12-25T21:36:55.682955+0000 mgr.smithi002.hmjpwx (mgr.14180) 942 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:36:58.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:58 smithi002 bash[24825]: audit 2023-12-25T21:36:57.651862+0000 mon.smithi002 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:36:58.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:58 smithi002 bash[24825]: audit 2023-12-25T21:36:57.912506+0000 mon.smithi002 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:58 smithi153 bash[28368]: audit 2023-12-25T21:36:57.651862+0000 mon.smithi002 (mon.0) 922 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:36:58.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:58 smithi153 bash[28368]: audit 2023-12-25T21:36:57.912506+0000 mon.smithi002 (mon.0) 923 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:36:59.021 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:36:59.021 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:40.784147Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:40.785120Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:40.784379Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:40.784496Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:40.785223Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:40.784602Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:40.784711Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:36:59.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:36:59 smithi002 bash[24825]: cluster 2023-12-25T21:36:57.683840+0000 mgr.smithi002.hmjpwx (mgr.14180) 943 : 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-12-25T21:36:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:36:59 smithi153 bash[28368]: cluster 2023-12-25T21:36:57.683840+0000 mgr.smithi002.hmjpwx (mgr.14180) 943 : 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-12-25T21:36:59.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:00.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:00 smithi002 bash[24825]: audit 2023-12-25T21:36:59.011263+0000 mgr.smithi002.hmjpwx (mgr.14180) 944 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:00 smithi153 bash[28368]: audit 2023-12-25T21:36:59.011263+0000 mgr.smithi002.hmjpwx (mgr.14180) 944 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:00.929 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:01.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:01 smithi002 bash[24825]: cluster 2023-12-25T21:36:59.685051+0000 mgr.smithi002.hmjpwx (mgr.14180) 945 : 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-12-25T21:37:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:01 smithi153 bash[28368]: cluster 2023-12-25T21:36:59.685051+0000 mgr.smithi002.hmjpwx (mgr.14180) 945 : 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-12-25T21:37:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:03 smithi002 bash[24825]: cluster 2023-12-25T21:37:01.686303+0000 mgr.smithi002.hmjpwx (mgr.14180) 946 : 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-12-25T21:37:03.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:03 smithi153 bash[28368]: cluster 2023-12-25T21:37:01.686303+0000 mgr.smithi002.hmjpwx (mgr.14180) 946 : 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-12-25T21:37:04.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:04 smithi002 bash[24825]: audit 2023-12-25T21:37:03.235299+0000 mon.smithi002 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:04.565 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:04.565 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:26:41.480034Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:26:41.480357Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:26:41.480535Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:34:49.039996Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.plwpqi on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:26:41.481514Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:26:41.479657Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:26:41.479189Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:26:41.481654Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:26:41.480676Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:26:41.480957Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:26:41.480817Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:04 smithi153 bash[28368]: audit 2023-12-25T21:37:03.235299+0000 mon.smithi002 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:05.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: cluster 2023-12-25T21:37:03.687141+0000 mgr.smithi002.hmjpwx (mgr.14180) 947 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:04.560007+0000 mgr.smithi002.hmjpwx (mgr.14180) 948 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:04.921435+0000 mon.smithi002 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:05.165097+0000 mon.smithi002 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:37:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:05.166089+0000 mon.smithi002 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:37:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:05.171979+0000 mon.smithi002 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: cluster 2023-12-25T21:37:05.172690+0000 mgr.smithi002.hmjpwx (mgr.14180) 949 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:05.180757+0000 mon.smithi002 (mon.0) 929 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:37:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: audit 2023-12-25T21:37:05.189714+0000 mon.smithi002 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:05 smithi002 bash[24825]: cephadm 2023-12-25T21:37:05.193469+0000 mgr.smithi002.hmjpwx (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.parmjd on smithi153 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: cluster 2023-12-25T21:37:03.687141+0000 mgr.smithi002.hmjpwx (mgr.14180) 947 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:04.560007+0000 mgr.smithi002.hmjpwx (mgr.14180) 948 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:04.921435+0000 mon.smithi002 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:05.165097+0000 mon.smithi002 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:05.166089+0000 mon.smithi002 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:05.171979+0000 mon.smithi002 (mon.0) 928 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: cluster 2023-12-25T21:37:05.172690+0000 mgr.smithi002.hmjpwx (mgr.14180) 949 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:05.180757+0000 mon.smithi002 (mon.0) 929 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:37:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: audit 2023-12-25T21:37:05.189714+0000 mon.smithi002 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:05 smithi153 bash[28368]: cephadm 2023-12-25T21:37:05.193469+0000 mgr.smithi002.hmjpwx (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.parmjd on smithi153 2023-12-25T21:37:06.506 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:06.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:06 smithi002 bash[24825]: cluster 2023-12-25T21:37:06.170115+0000 mon.smithi002 (mon.0) 931 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:37:06.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:06 smithi002 bash[24825]: cluster 2023-12-25T21:37:06.170185+0000 mon.smithi002 (mon.0) 932 : cluster [INF] Cluster is now healthy 2023-12-25T21:37:06.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:06 smithi153 bash[28368]: cluster 2023-12-25T21:37:06.170115+0000 mon.smithi002 (mon.0) 931 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:37:06.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:06 smithi153 bash[28368]: cluster 2023-12-25T21:37:06.170185+0000 mon.smithi002 (mon.0) 932 : cluster [INF] Cluster is now healthy 2023-12-25T21:37:07.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:07 smithi002 bash[24825]: cluster 2023-12-25T21:37:07.173485+0000 mgr.smithi002.hmjpwx (mgr.14180) 951 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:07.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:07 smithi153 bash[28368]: cluster 2023-12-25T21:37:07.173485+0000 mgr.smithi002.hmjpwx (mgr.14180) 951 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:09.926 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:09.926 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:53.354374Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.ycfzxk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-ycfzxk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.ycfzxk\nDeploy daemon haproxy.nfs.foo.smithi153.ycfzxk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.642429Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xjpnan on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xjpnan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xjpnan\nDeploy daemon haproxy.nfs.foo.smithi002.xjpnan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:35:57.644492Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.fefygy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: cluster 2023-12-25T21:37:09.174505+0000 mgr.smithi002.hmjpwx (mgr.14180) 952 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: cephadm 2023-12-25T21:37:09.217875+0000 mgr.smithi002.hmjpwx (mgr.14180) 953 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: cephadm 2023-12-25T21:37:09.218392+0000 mgr.smithi002.hmjpwx (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: audit 2023-12-25T21:37:09.219013+0000 mon.smithi002 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.parmjd"}]: dispatch 2023-12-25T21:37:10.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: cephadm 2023-12-25T21:37:09.220596+0000 mgr.smithi002.hmjpwx (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:10 smithi002 bash[24825]: cephadm 2023-12-25T21:37:09.225367+0000 mgr.smithi002.hmjpwx (mgr.14180) 956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.bvmczy on smithi002 2023-12-25T21:37:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: cluster 2023-12-25T21:37:09.174505+0000 mgr.smithi002.hmjpwx (mgr.14180) 952 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: cephadm 2023-12-25T21:37:09.217875+0000 mgr.smithi002.hmjpwx (mgr.14180) 953 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:10.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: cephadm 2023-12-25T21:37:09.218392+0000 mgr.smithi002.hmjpwx (mgr.14180) 954 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: audit 2023-12-25T21:37:09.219013+0000 mon.smithi002 (mon.0) 933 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.parmjd"}]: dispatch 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: cephadm 2023-12-25T21:37:09.220596+0000 mgr.smithi002.hmjpwx (mgr.14180) 955 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.parmjd ... 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:10.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:10.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:10.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:10.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:10 smithi153 bash[28368]: cephadm 2023-12-25T21:37:09.225367+0000 mgr.smithi002.hmjpwx (mgr.14180) 956 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.bvmczy on smithi002 2023-12-25T21:37:10.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:11.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:11 smithi002 bash[24825]: audit 2023-12-25T21:37:09.921548+0000 mgr.smithi002.hmjpwx (mgr.14180) 957 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:11 smithi153 bash[28368]: audit 2023-12-25T21:37:09.921548+0000 mgr.smithi002.hmjpwx (mgr.14180) 957 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:11.822 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:12.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:12 smithi002 bash[24825]: cluster 2023-12-25T21:37:11.175467+0000 mgr.smithi002.hmjpwx (mgr.14180) 958 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:12 smithi153 bash[28368]: cluster 2023-12-25T21:37:11.175467+0000 mgr.smithi002.hmjpwx (mgr.14180) 958 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:13.442 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:13 smithi002 bash[24825]: audit 2023-12-25T21:37:13.197887+0000 mon.smithi002 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.bvmczy"}]: dispatch 2023-12-25T21:37:13.442 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:13 smithi002 bash[24825]: cluster 2023-12-25T21:37:13.227437+0000 mon.smithi002 (mon.0) 935 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:37:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:13 smithi153 bash[28368]: audit 2023-12-25T21:37:13.197887+0000 mon.smithi002 (mon.0) 934 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.bvmczy"}]: dispatch 2023-12-25T21:37:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:13 smithi153 bash[28368]: cluster 2023-12-25T21:37:13.227437+0000 mon.smithi002 (mon.0) 935 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cluster 2023-12-25T21:37:13.175966+0000 mgr.smithi002.hmjpwx (mgr.14180) 959 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cephadm 2023-12-25T21:37:13.196936+0000 mgr.smithi002.hmjpwx (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cephadm 2023-12-25T21:37:13.197203+0000 mgr.smithi002.hmjpwx (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cephadm 2023-12-25T21:37:13.199316+0000 mgr.smithi002.hmjpwx (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cephadm 2023-12-25T21:37:13.201316+0000 mgr.smithi002.hmjpwx (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:14.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cephadm 2023-12-25T21:37:13.202988+0000 mgr.smithi002.hmjpwx (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:14.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:14 smithi153 bash[28368]: cluster 2023-12-25T21:37:13.203866+0000 mgr.smithi002.hmjpwx (mgr.14180) 965 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cluster 2023-12-25T21:37:13.175966+0000 mgr.smithi002.hmjpwx (mgr.14180) 959 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 178 B/s rd, 0 op/s 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cephadm 2023-12-25T21:37:13.196936+0000 mgr.smithi002.hmjpwx (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cephadm 2023-12-25T21:37:13.197203+0000 mgr.smithi002.hmjpwx (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cephadm 2023-12-25T21:37:13.199316+0000 mgr.smithi002.hmjpwx (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.bvmczy ... 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:37:14.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:37:14.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:37:14.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:37:14.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cephadm 2023-12-25T21:37:13.201316+0000 mgr.smithi002.hmjpwx (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:14.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cephadm 2023-12-25T21:37:13.202988+0000 mgr.smithi002.hmjpwx (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:37:14.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:14 smithi002 bash[24825]: cluster 2023-12-25T21:37:13.203866+0000 mgr.smithi002.hmjpwx (mgr.14180) 965 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-25T21:37:15.723 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:15.723 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:15.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:15 smithi002 bash[24825]: audit 2023-12-25T21:37:14.640117+0000 mon.smithi002 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:15.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:15 smithi002 bash[24825]: cluster 2023-12-25T21:37:15.204955+0000 mgr.smithi002.hmjpwx (mgr.14180) 966 : cluster [DBG] pgmap v664: 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-12-25T21:37:16.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:15 smithi153 bash[28368]: audit 2023-12-25T21:37:14.640117+0000 mon.smithi002 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:37:16.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:15 smithi153 bash[28368]: cluster 2023-12-25T21:37:15.204955+0000 mgr.smithi002.hmjpwx (mgr.14180) 966 : cluster [DBG] pgmap v664: 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-12-25T21:37:16.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:16 smithi002 bash[24825]: audit 2023-12-25T21:37:15.712770+0000 mgr.smithi002.hmjpwx (mgr.14180) 967 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:17.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:16 smithi153 bash[28368]: audit 2023-12-25T21:37:15.712770+0000 mgr.smithi002.hmjpwx (mgr.14180) 967 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:17.639 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:17.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:17 smithi002 bash[24825]: cluster 2023-12-25T21:37:17.206088+0000 mgr.smithi002.hmjpwx (mgr.14180) 968 : cluster [DBG] pgmap v665: 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-12-25T21:37:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:17 smithi153 bash[28368]: cluster 2023-12-25T21:37:17.206088+0000 mgr.smithi002.hmjpwx (mgr.14180) 968 : cluster [DBG] pgmap v665: 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-12-25T21:37:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:20 smithi002 bash[24825]: cluster 2023-12-25T21:37:19.207296+0000 mgr.smithi002.hmjpwx (mgr.14180) 969 : cluster [DBG] pgmap v666: 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-12-25T21:37:20.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:20 smithi153 bash[28368]: cluster 2023-12-25T21:37:19.207296+0000 mgr.smithi002.hmjpwx (mgr.14180) 969 : cluster [DBG] pgmap v666: 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-12-25T21:37:21.074 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:21.074 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:21.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:21 smithi002 bash[24825]: audit 2023-12-25T21:37:21.063911+0000 mgr.smithi002.hmjpwx (mgr.14180) 970 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:21.370 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:21 smithi002 bash[24825]: cluster 2023-12-25T21:37:21.207975+0000 mgr.smithi002.hmjpwx (mgr.14180) 971 : cluster [DBG] pgmap v667: 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-12-25T21:37:21.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:21 smithi153 bash[28368]: audit 2023-12-25T21:37:21.063911+0000 mgr.smithi002.hmjpwx (mgr.14180) 970 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:21.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:21 smithi153 bash[28368]: cluster 2023-12-25T21:37:21.207975+0000 mgr.smithi002.hmjpwx (mgr.14180) 971 : cluster [DBG] pgmap v667: 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-12-25T21:37:21.947 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:22.948 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:23.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:23 smithi002 bash[24825]: cluster 2023-12-25T21:37:23.208993+0000 mgr.smithi002.hmjpwx (mgr.14180) 972 : cluster [DBG] pgmap v668: 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-12-25T21:37:23.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:23 smithi153 bash[28368]: cluster 2023-12-25T21:37:23.208993+0000 mgr.smithi002.hmjpwx (mgr.14180) 972 : cluster [DBG] pgmap v668: 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-12-25T21:37:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:25 smithi002 bash[24825]: cluster 2023-12-25T21:37:25.210411+0000 mgr.smithi002.hmjpwx (mgr.14180) 973 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:25.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:25 smithi153 bash[28368]: cluster 2023-12-25T21:37:25.210411+0000 mgr.smithi002.hmjpwx (mgr.14180) 973 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:26.541 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:26.541 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:27.427 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:27 smithi002 bash[24825]: audit 2023-12-25T21:37:26.528608+0000 mgr.smithi002.hmjpwx (mgr.14180) 974 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:27 smithi002 bash[24825]: cluster 2023-12-25T21:37:27.211540+0000 mgr.smithi002.hmjpwx (mgr.14180) 975 : 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-12-25T21:37:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:27 smithi153 bash[28368]: audit 2023-12-25T21:37:26.528608+0000 mgr.smithi002.hmjpwx (mgr.14180) 974 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:27 smithi153 bash[28368]: cluster 2023-12-25T21:37:27.211540+0000 mgr.smithi002.hmjpwx (mgr.14180) 975 : 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-12-25T21:37:28.428 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:30 smithi002 bash[24825]: cluster 2023-12-25T21:37:29.212857+0000 mgr.smithi002.hmjpwx (mgr.14180) 976 : 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-12-25T21:37:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:30 smithi153 bash[28368]: cluster 2023-12-25T21:37:29.212857+0000 mgr.smithi002.hmjpwx (mgr.14180) 976 : 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-12-25T21:37:31.672 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:31 smithi002 bash[24825]: cluster 2023-12-25T21:37:31.213606+0000 mgr.smithi002.hmjpwx (mgr.14180) 977 : 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-12-25T21:37:31.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:31 smithi153 bash[28368]: cluster 2023-12-25T21:37:31.213606+0000 mgr.smithi002.hmjpwx (mgr.14180) 977 : 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-12-25T21:37:32.102 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:32.103 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:32.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:32 smithi002 bash[24825]: audit 2023-12-25T21:37:32.092398+0000 mgr.smithi002.hmjpwx (mgr.14180) 978 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:32 smithi153 bash[28368]: audit 2023-12-25T21:37:32.092398+0000 mgr.smithi002.hmjpwx (mgr.14180) 978 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:32.975 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:33.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:33 smithi002 bash[24825]: cluster 2023-12-25T21:37:33.214579+0000 mgr.smithi002.hmjpwx (mgr.14180) 979 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:33.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:33 smithi153 bash[28368]: cluster 2023-12-25T21:37:33.214579+0000 mgr.smithi002.hmjpwx (mgr.14180) 979 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:33.976 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:35.642 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:35 smithi002 bash[24825]: cluster 2023-12-25T21:37:35.216014+0000 mgr.smithi002.hmjpwx (mgr.14180) 980 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:35 smithi153 bash[28368]: cluster 2023-12-25T21:37:35.216014+0000 mgr.smithi002.hmjpwx (mgr.14180) 980 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:37.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:37 smithi002 bash[24825]: cluster 2023-12-25T21:37:37.217123+0000 mgr.smithi002.hmjpwx (mgr.14180) 981 : 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-12-25T21:37:37.589 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:37.590 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:37.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:37 smithi153 bash[28368]: cluster 2023-12-25T21:37:37.217123+0000 mgr.smithi002.hmjpwx (mgr.14180) 981 : 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-12-25T21:37:38.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:38.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:38 smithi002 bash[24825]: audit 2023-12-25T21:37:37.578913+0000 mgr.smithi002.hmjpwx (mgr.14180) 982 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:38.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:38 smithi153 bash[28368]: audit 2023-12-25T21:37:37.578913+0000 mgr.smithi002.hmjpwx (mgr.14180) 982 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:39.464 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:40.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:40 smithi153 bash[28368]: cluster 2023-12-25T21:37:39.218371+0000 mgr.smithi002.hmjpwx (mgr.14180) 983 : 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-12-25T21:37:40.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:40 smithi002 bash[24825]: cluster 2023-12-25T21:37:39.218371+0000 mgr.smithi002.hmjpwx (mgr.14180) 983 : 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-12-25T21:37:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:41 smithi002 bash[24825]: cluster 2023-12-25T21:37:41.219587+0000 mgr.smithi002.hmjpwx (mgr.14180) 984 : 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-12-25T21:37:41.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:41 smithi153 bash[28368]: cluster 2023-12-25T21:37:41.219587+0000 mgr.smithi002.hmjpwx (mgr.14180) 984 : 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-12-25T21:37:43.169 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:43.169 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:43.458 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:43 smithi002 bash[24825]: audit 2023-12-25T21:37:43.158669+0000 mgr.smithi002.hmjpwx (mgr.14180) 985 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:43.458 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:43 smithi002 bash[24825]: cluster 2023-12-25T21:37:43.220570+0000 mgr.smithi002.hmjpwx (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:43 smithi153 bash[28368]: audit 2023-12-25T21:37:43.158669+0000 mgr.smithi002.hmjpwx (mgr.14180) 985 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:43.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:43 smithi153 bash[28368]: cluster 2023-12-25T21:37:43.220570+0000 mgr.smithi002.hmjpwx (mgr.14180) 986 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:44.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:45.062 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:45 smithi002 bash[24825]: cluster 2023-12-25T21:37:45.221615+0000 mgr.smithi002.hmjpwx (mgr.14180) 987 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:45.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:45 smithi153 bash[28368]: cluster 2023-12-25T21:37:45.221615+0000 mgr.smithi002.hmjpwx (mgr.14180) 987 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:47 smithi002 bash[24825]: cluster 2023-12-25T21:37:47.222726+0000 mgr.smithi002.hmjpwx (mgr.14180) 988 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:47 smithi153 bash[28368]: cluster 2023-12-25T21:37:47.222726+0000 mgr.smithi002.hmjpwx (mgr.14180) 988 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:48.643 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:48.644 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:49.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:50.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:50 smithi002 bash[24825]: audit 2023-12-25T21:37:48.634523+0000 mgr.smithi002.hmjpwx (mgr.14180) 989 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:50.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:50 smithi002 bash[24825]: cluster 2023-12-25T21:37:49.223956+0000 mgr.smithi002.hmjpwx (mgr.14180) 990 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:50.509 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:50 smithi153 bash[28368]: audit 2023-12-25T21:37:48.634523+0000 mgr.smithi002.hmjpwx (mgr.14180) 989 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:50 smithi153 bash[28368]: cluster 2023-12-25T21:37:49.223956+0000 mgr.smithi002.hmjpwx (mgr.14180) 990 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:51.702 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:51 smithi002 bash[24825]: cluster 2023-12-25T21:37:51.224758+0000 mgr.smithi002.hmjpwx (mgr.14180) 991 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:51.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:51 smithi153 bash[28368]: cluster 2023-12-25T21:37:51.224758+0000 mgr.smithi002.hmjpwx (mgr.14180) 991 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:53.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:53 smithi002 bash[24825]: cluster 2023-12-25T21:37:53.225529+0000 mgr.smithi002.hmjpwx (mgr.14180) 992 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:53.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:53 smithi153 bash[28368]: cluster 2023-12-25T21:37:53.225529+0000 mgr.smithi002.hmjpwx (mgr.14180) 992 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:54.025 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:54.025 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:37:54.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:37:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:55 smithi002 bash[24825]: audit 2023-12-25T21:37:54.015964+0000 mgr.smithi002.hmjpwx (mgr.14180) 993 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:55 smithi153 bash[28368]: audit 2023-12-25T21:37:54.015964+0000 mgr.smithi002.hmjpwx (mgr.14180) 993 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:37:55.908 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:37:56.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:56 smithi002 bash[24825]: cluster 2023-12-25T21:37:55.226865+0000 mgr.smithi002.hmjpwx (mgr.14180) 994 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:56 smithi153 bash[28368]: cluster 2023-12-25T21:37:55.226865+0000 mgr.smithi002.hmjpwx (mgr.14180) 994 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:37:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:37:57 smithi002 bash[24825]: cluster 2023-12-25T21:37:57.228036+0000 mgr.smithi002.hmjpwx (mgr.14180) 995 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:37:57 smithi153 bash[28368]: cluster 2023-12-25T21:37:57.228036+0000 mgr.smithi002.hmjpwx (mgr.14180) 995 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:37:59.552 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:37:59.552 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:00.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:00 smithi002 bash[24825]: cluster 2023-12-25T21:37:59.229346+0000 mgr.smithi002.hmjpwx (mgr.14180) 996 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:00 smithi153 bash[28368]: cluster 2023-12-25T21:37:59.229346+0000 mgr.smithi002.hmjpwx (mgr.14180) 996 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:01.420 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:01.433 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:01 smithi002 bash[24825]: audit 2023-12-25T21:37:59.547281+0000 mgr.smithi002.hmjpwx (mgr.14180) 997 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:01 smithi153 bash[28368]: audit 2023-12-25T21:37:59.547281+0000 mgr.smithi002.hmjpwx (mgr.14180) 997 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:02.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:02 smithi002 bash[24825]: cluster 2023-12-25T21:38:01.230588+0000 mgr.smithi002.hmjpwx (mgr.14180) 998 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:02.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:02 smithi153 bash[28368]: cluster 2023-12-25T21:38:01.230588+0000 mgr.smithi002.hmjpwx (mgr.14180) 998 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:03.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:03 smithi002 bash[24825]: cluster 2023-12-25T21:38:03.231358+0000 mgr.smithi002.hmjpwx (mgr.14180) 999 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:03.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:03 smithi153 bash[28368]: cluster 2023-12-25T21:38:03.231358+0000 mgr.smithi002.hmjpwx (mgr.14180) 999 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:05.192 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:05.192 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:05 smithi002 bash[24825]: audit 2023-12-25T21:38:05.182751+0000 mgr.smithi002.hmjpwx (mgr.14180) 1000 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:05 smithi002 bash[24825]: cluster 2023-12-25T21:38:05.232742+0000 mgr.smithi002.hmjpwx (mgr.14180) 1001 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:38:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:05 smithi153 bash[28368]: audit 2023-12-25T21:38:05.182751+0000 mgr.smithi002.hmjpwx (mgr.14180) 1000 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:05 smithi153 bash[28368]: cluster 2023-12-25T21:38:05.232742+0000 mgr.smithi002.hmjpwx (mgr.14180) 1001 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:38:06.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:07.153 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:07 smithi002 bash[24825]: cluster 2023-12-25T21:38:07.234070+0000 mgr.smithi002.hmjpwx (mgr.14180) 1002 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:07.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:07 smithi153 bash[28368]: cluster 2023-12-25T21:38:07.234070+0000 mgr.smithi002.hmjpwx (mgr.14180) 1002 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:10.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:10 smithi002 bash[24825]: cluster 2023-12-25T21:38:09.235348+0000 mgr.smithi002.hmjpwx (mgr.14180) 1003 : 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-12-25T21:38:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:10 smithi153 bash[28368]: cluster 2023-12-25T21:38:09.235348+0000 mgr.smithi002.hmjpwx (mgr.14180) 1003 : 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-12-25T21:38:10.558 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:10.559 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:11.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:11.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:11 smithi002 bash[24825]: audit 2023-12-25T21:38:10.548994+0000 mgr.smithi002.hmjpwx (mgr.14180) 1004 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:11.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:11 smithi002 bash[24825]: cluster 2023-12-25T21:38:11.236391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1005 : 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-12-25T21:38:11.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:11 smithi153 bash[28368]: audit 2023-12-25T21:38:10.548994+0000 mgr.smithi002.hmjpwx (mgr.14180) 1004 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:11.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:11 smithi153 bash[28368]: cluster 2023-12-25T21:38:11.236391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1005 : 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-12-25T21:38:12.446 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:13 smithi153 bash[28368]: audit 2023-12-25T21:38:13.207254+0000 mon.smithi002 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:38:13.572 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:13 smithi002 bash[24825]: audit 2023-12-25T21:38:13.207254+0000 mon.smithi002 (mon.0) 937 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:38:14.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: cluster 2023-12-25T21:38:13.237081+0000 mgr.smithi002.hmjpwx (mgr.14180) 1006 : 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-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.480594+0000 mon.smithi002 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.770930+0000 mon.smithi002 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.772574+0000 mon.smithi002 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.781901+0000 mon.smithi002 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: cluster 2023-12-25T21:38:13.783319+0000 mgr.smithi002.hmjpwx (mgr.14180) 1007 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.790828+0000 mon.smithi002 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: audit 2023-12-25T21:38:13.804766+0000 mon.smithi002 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:14 smithi153 bash[28368]: cephadm 2023-12-25T21:38:13.810857+0000 mgr.smithi002.hmjpwx (mgr.14180) 1008 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kqedjj on smithi153 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: cluster 2023-12-25T21:38:13.237081+0000 mgr.smithi002.hmjpwx (mgr.14180) 1006 : 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-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.480594+0000 mon.smithi002 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.770930+0000 mon.smithi002 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.772574+0000 mon.smithi002 (mon.0) 940 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.781901+0000 mon.smithi002 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: cluster 2023-12-25T21:38:13.783319+0000 mgr.smithi002.hmjpwx (mgr.14180) 1007 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 388 B/s rd, 0 op/s 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.790828+0000 mon.smithi002 (mon.0) 942 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:38:14.593 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: audit 2023-12-25T21:38:13.804766+0000 mon.smithi002 (mon.0) 943 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:14.594 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:14 smithi002 bash[24825]: cephadm 2023-12-25T21:38:13.810857+0000 mgr.smithi002.hmjpwx (mgr.14180) 1008 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kqedjj on smithi153 2023-12-25T21:38:15.534 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:15 smithi002 bash[24825]: cluster 2023-12-25T21:38:14.778067+0000 mon.smithi002 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:38:15.534 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:15 smithi002 bash[24825]: cluster 2023-12-25T21:38:14.778150+0000 mon.smithi002 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-12-25T21:38:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:15 smithi153 bash[28368]: cluster 2023-12-25T21:38:14.778067+0000 mon.smithi002 (mon.0) 944 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:38:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:15 smithi153 bash[28368]: cluster 2023-12-25T21:38:14.778150+0000 mon.smithi002 (mon.0) 945 : cluster [INF] Cluster is now healthy 2023-12-25T21:38:15.898 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:15.898 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:35:57.646709Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bkwbjp on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:16.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:16 smithi002 bash[24825]: cluster 2023-12-25T21:38:15.784467+0000 mgr.smithi002.hmjpwx (mgr.14180) 1009 : cluster [DBG] pgmap v695: 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-12-25T21:38:16.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:16 smithi002 bash[24825]: audit 2023-12-25T21:38:15.887616+0000 mgr.smithi002.hmjpwx (mgr.14180) 1010 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:16 smithi153 bash[28368]: cluster 2023-12-25T21:38:15.784467+0000 mgr.smithi002.hmjpwx (mgr.14180) 1009 : cluster [DBG] pgmap v695: 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-12-25T21:38:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:16 smithi153 bash[28368]: audit 2023-12-25T21:38:15.887616+0000 mgr.smithi002.hmjpwx (mgr.14180) 1010 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:16.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:17.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:17 smithi153 bash[28368]: audit 2023-12-25T21:38:17.578883+0000 mon.smithi002 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kqedjj"}]: dispatch 2023-12-25T21:38:17.803 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:17.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:17 smithi002 bash[24825]: audit 2023-12-25T21:38:17.578883+0000 mon.smithi002 (mon.0) 946 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kqedjj"}]: dispatch 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: cephadm 2023-12-25T21:38:17.577570+0000 mgr.smithi002.hmjpwx (mgr.14180) 1011 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:18.987 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.988 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: cephadm 2023-12-25T21:38:17.578135+0000 mgr.smithi002.hmjpwx (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: cephadm 2023-12-25T21:38:17.581090+0000 mgr.smithi002.hmjpwx (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: cephadm 2023-12-25T21:38:17.586015+0000 mgr.smithi002.hmjpwx (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.awzqxe on smithi002 2023-12-25T21:38:18.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:18 smithi002 bash[24825]: cluster 2023-12-25T21:38:17.785173+0000 mgr.smithi002.hmjpwx (mgr.14180) 1015 : cluster [DBG] pgmap v696: 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-12-25T21:38:19.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: cephadm 2023-12-25T21:38:17.577570+0000 mgr.smithi002.hmjpwx (mgr.14180) 1011 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:19.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:19.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: cephadm 2023-12-25T21:38:17.578135+0000 mgr.smithi002.hmjpwx (mgr.14180) 1012 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: cephadm 2023-12-25T21:38:17.581090+0000 mgr.smithi002.hmjpwx (mgr.14180) 1013 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.kqedjj ... 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: cephadm 2023-12-25T21:38:17.586015+0000 mgr.smithi002.hmjpwx (mgr.14180) 1014 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.awzqxe on smithi002 2023-12-25T21:38:19.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:18 smithi153 bash[28368]: cluster 2023-12-25T21:38:17.785173+0000 mgr.smithi002.hmjpwx (mgr.14180) 1015 : cluster [DBG] pgmap v696: 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-12-25T21:38:21.320 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:21.321 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:09.220358Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.parmjd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-parmjd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.parmjd\nDeploy daemon haproxy.nfs.foo.smithi153.parmjd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.199197Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.bvmczy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-bvmczy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.bvmczy\nDeploy daemon haproxy.nfs.foo.smithi002.bvmczy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:37:13.201209Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.zltgkw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:21.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:21 smithi002 bash[24825]: cluster 2023-12-25T21:38:19.786148+0000 mgr.smithi002.hmjpwx (mgr.14180) 1016 : cluster [DBG] pgmap v697: 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-12-25T21:38:21.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:21 smithi002 bash[24825]: audit 2023-12-25T21:38:21.111741+0000 mon.smithi002 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:21 smithi153 bash[28368]: cluster 2023-12-25T21:38:19.786148+0000 mgr.smithi002.hmjpwx (mgr.14180) 1016 : cluster [DBG] pgmap v697: 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-12-25T21:38:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:21 smithi153 bash[28368]: audit 2023-12-25T21:38:21.111741+0000 mon.smithi002 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:22.272 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:22 smithi002 bash[24825]: audit 2023-12-25T21:38:21.359515+0000 mon.smithi002 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.awzqxe"}]: dispatch 2023-12-25T21:38:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:22 smithi153 bash[28368]: audit 2023-12-25T21:38:21.359515+0000 mon.smithi002 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.awzqxe"}]: dispatch 2023-12-25T21:38:23.273 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:23.476 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: audit 2023-12-25T21:38:21.311290+0000 mgr.smithi002.hmjpwx (mgr.14180) 1017 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cephadm 2023-12-25T21:38:21.358490+0000 mgr.smithi002.hmjpwx (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:38:23.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cephadm 2023-12-25T21:38:21.359011+0000 mgr.smithi002.hmjpwx (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cephadm 2023-12-25T21:38:21.360693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cephadm 2023-12-25T21:38:21.364002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:23.479 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cephadm 2023-12-25T21:38:21.365841+0000 mgr.smithi002.hmjpwx (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:23.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cluster 2023-12-25T21:38:21.366850+0000 mgr.smithi002.hmjpwx (mgr.14180) 1023 : cluster [DBG] pgmap v698: 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-12-25T21:38:23.480 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:23 smithi002 bash[24825]: cluster 2023-12-25T21:38:22.174553+0000 mon.smithi002 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:38:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: audit 2023-12-25T21:38:21.311290+0000 mgr.smithi002.hmjpwx (mgr.14180) 1017 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cephadm 2023-12-25T21:38:21.358490+0000 mgr.smithi002.hmjpwx (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:38:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cephadm 2023-12-25T21:38:21.359011+0000 mgr.smithi002.hmjpwx (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cephadm 2023-12-25T21:38:21.360693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.awzqxe ... 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cephadm 2023-12-25T21:38:21.364002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cephadm 2023-12-25T21:38:21.365841+0000 mgr.smithi002.hmjpwx (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cluster 2023-12-25T21:38:21.366850+0000 mgr.smithi002.hmjpwx (mgr.14180) 1023 : cluster [DBG] pgmap v698: 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-12-25T21:38:23.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:23 smithi153 bash[28368]: cluster 2023-12-25T21:38:22.174553+0000 mon.smithi002 (mon.0) 949 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:38:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:25 smithi002 bash[24825]: cluster 2023-12-25T21:38:23.367819+0000 mgr.smithi002.hmjpwx (mgr.14180) 1024 : cluster [DBG] pgmap v699: 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-12-25T21:38:25.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:25 smithi002 bash[24825]: audit 2023-12-25T21:38:24.690355+0000 mon.smithi002 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:25 smithi153 bash[28368]: cluster 2023-12-25T21:38:23.367819+0000 mgr.smithi002.hmjpwx (mgr.14180) 1024 : cluster [DBG] pgmap v699: 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-12-25T21:38:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:25 smithi153 bash[28368]: audit 2023-12-25T21:38:24.690355+0000 mon.smithi002 (mon.0) 950 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:26.864 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:26.865 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:27.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:27 smithi002 bash[24825]: cluster 2023-12-25T21:38:25.369058+0000 mgr.smithi002.hmjpwx (mgr.14180) 1025 : cluster [DBG] pgmap v700: 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-12-25T21:38:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:27 smithi153 bash[28368]: cluster 2023-12-25T21:38:25.369058+0000 mgr.smithi002.hmjpwx (mgr.14180) 1025 : cluster [DBG] pgmap v700: 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-12-25T21:38:27.765 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:28 smithi002 bash[24825]: audit 2023-12-25T21:38:26.854789+0000 mgr.smithi002.hmjpwx (mgr.14180) 1026 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:28 smithi153 bash[28368]: audit 2023-12-25T21:38:26.854789+0000 mgr.smithi002.hmjpwx (mgr.14180) 1026 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:28.766 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:29.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:29 smithi002 bash[24825]: cluster 2023-12-25T21:38:27.370162+0000 mgr.smithi002.hmjpwx (mgr.14180) 1027 : cluster [DBG] pgmap v701: 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-12-25T21:38:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:29 smithi153 bash[28368]: cluster 2023-12-25T21:38:27.370162+0000 mgr.smithi002.hmjpwx (mgr.14180) 1027 : cluster [DBG] pgmap v701: 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-12-25T21:38:31.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:31 smithi002 bash[24825]: cluster 2023-12-25T21:38:29.371458+0000 mgr.smithi002.hmjpwx (mgr.14180) 1028 : cluster [DBG] pgmap v702: 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-12-25T21:38:31.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:31 smithi153 bash[28368]: cluster 2023-12-25T21:38:29.371458+0000 mgr.smithi002.hmjpwx (mgr.14180) 1028 : cluster [DBG] pgmap v702: 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-12-25T21:38:32.253 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:32.253 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:33.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:33.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:33 smithi002 bash[24825]: cluster 2023-12-25T21:38:31.372668+0000 mgr.smithi002.hmjpwx (mgr.14180) 1029 : cluster [DBG] pgmap v703: 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-12-25T21:38:33.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:33 smithi002 bash[24825]: audit 2023-12-25T21:38:32.243843+0000 mgr.smithi002.hmjpwx (mgr.14180) 1030 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:33 smithi153 bash[28368]: cluster 2023-12-25T21:38:31.372668+0000 mgr.smithi002.hmjpwx (mgr.14180) 1029 : cluster [DBG] pgmap v703: 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-12-25T21:38:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:33 smithi153 bash[28368]: audit 2023-12-25T21:38:32.243843+0000 mgr.smithi002.hmjpwx (mgr.14180) 1030 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:34.098 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:35.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:35 smithi002 bash[24825]: cluster 2023-12-25T21:38:33.373639+0000 mgr.smithi002.hmjpwx (mgr.14180) 1031 : 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-12-25T21:38:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:35 smithi153 bash[28368]: cluster 2023-12-25T21:38:33.373639+0000 mgr.smithi002.hmjpwx (mgr.14180) 1031 : 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-12-25T21:38:37.420 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:37.420 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:37.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:37 smithi002 bash[24825]: cluster 2023-12-25T21:38:35.375101+0000 mgr.smithi002.hmjpwx (mgr.14180) 1032 : 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-12-25T21:38:37.478 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:37 smithi002 bash[24825]: audit 2023-12-25T21:38:36.112386+0000 mon.smithi002 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:37 smithi153 bash[28368]: cluster 2023-12-25T21:38:35.375101+0000 mgr.smithi002.hmjpwx (mgr.14180) 1032 : 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-12-25T21:38:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:37 smithi153 bash[28368]: audit 2023-12-25T21:38:36.112386+0000 mon.smithi002 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:38:38.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:39.318 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:39.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:39 smithi002 bash[24825]: cluster 2023-12-25T21:38:37.375913+0000 mgr.smithi002.hmjpwx (mgr.14180) 1033 : 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-12-25T21:38:39.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:39 smithi002 bash[24825]: audit 2023-12-25T21:38:37.407206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1034 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:39 smithi153 bash[28368]: cluster 2023-12-25T21:38:37.375913+0000 mgr.smithi002.hmjpwx (mgr.14180) 1033 : 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-12-25T21:38:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:39 smithi153 bash[28368]: audit 2023-12-25T21:38:37.407206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1034 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:41 smithi002 bash[24825]: cluster 2023-12-25T21:38:39.377293+0000 mgr.smithi002.hmjpwx (mgr.14180) 1035 : 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-12-25T21:38:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:41 smithi153 bash[28368]: cluster 2023-12-25T21:38:39.377293+0000 mgr.smithi002.hmjpwx (mgr.14180) 1035 : 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-12-25T21:38:42.813 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:42.813 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:43.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:43 smithi002 bash[24825]: cluster 2023-12-25T21:38:41.378506+0000 mgr.smithi002.hmjpwx (mgr.14180) 1036 : 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-12-25T21:38:43.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:43 smithi153 bash[28368]: cluster 2023-12-25T21:38:41.378506+0000 mgr.smithi002.hmjpwx (mgr.14180) 1036 : 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-12-25T21:38:43.744 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:44 smithi002 bash[24825]: audit 2023-12-25T21:38:42.802279+0000 mgr.smithi002.hmjpwx (mgr.14180) 1037 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:44 smithi153 bash[28368]: audit 2023-12-25T21:38:42.802279+0000 mgr.smithi002.hmjpwx (mgr.14180) 1037 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:44.745 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:45.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:45 smithi002 bash[24825]: cluster 2023-12-25T21:38:43.379529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1038 : 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-12-25T21:38:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:45 smithi153 bash[28368]: cluster 2023-12-25T21:38:43.379529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1038 : 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-12-25T21:38:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:47 smithi002 bash[24825]: cluster 2023-12-25T21:38:45.380941+0000 mgr.smithi002.hmjpwx (mgr.14180) 1039 : 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-12-25T21:38:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:47 smithi153 bash[28368]: cluster 2023-12-25T21:38:45.380941+0000 mgr.smithi002.hmjpwx (mgr.14180) 1039 : 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-12-25T21:38:48.233 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:48.233 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:49.090 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:49 smithi002 bash[24825]: cluster 2023-12-25T21:38:47.382078+0000 mgr.smithi002.hmjpwx (mgr.14180) 1040 : 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-12-25T21:38:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:49 smithi002 bash[24825]: audit 2023-12-25T21:38:48.227930+0000 mgr.smithi002.hmjpwx (mgr.14180) 1041 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:49 smithi153 bash[28368]: cluster 2023-12-25T21:38:47.382078+0000 mgr.smithi002.hmjpwx (mgr.14180) 1040 : 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-12-25T21:38:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:49 smithi153 bash[28368]: audit 2023-12-25T21:38:48.227930+0000 mgr.smithi002.hmjpwx (mgr.14180) 1041 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:50.091 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:51 smithi002 bash[24825]: cluster 2023-12-25T21:38:49.383374+0000 mgr.smithi002.hmjpwx (mgr.14180) 1042 : 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-12-25T21:38:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:51 smithi153 bash[28368]: cluster 2023-12-25T21:38:49.383374+0000 mgr.smithi002.hmjpwx (mgr.14180) 1042 : 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-12-25T21:38:53.474 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:53.475 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:53 smithi002 bash[24825]: cluster 2023-12-25T21:38:51.384513+0000 mgr.smithi002.hmjpwx (mgr.14180) 1043 : 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-12-25T21:38:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:53 smithi153 bash[28368]: cluster 2023-12-25T21:38:51.384513+0000 mgr.smithi002.hmjpwx (mgr.14180) 1043 : 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-12-25T21:38:54.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:38:55.379 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:38:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:55 smithi002 bash[24825]: cluster 2023-12-25T21:38:53.385444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1044 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:55 smithi002 bash[24825]: audit 2023-12-25T21:38:53.469222+0000 mgr.smithi002.hmjpwx (mgr.14180) 1045 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:55 smithi153 bash[28368]: cluster 2023-12-25T21:38:53.385444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1044 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:55 smithi153 bash[28368]: audit 2023-12-25T21:38:53.469222+0000 mgr.smithi002.hmjpwx (mgr.14180) 1045 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:38:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:57 smithi002 bash[24825]: cluster 2023-12-25T21:38:55.386817+0000 mgr.smithi002.hmjpwx (mgr.14180) 1046 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:38:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:57 smithi153 bash[28368]: cluster 2023-12-25T21:38:55.386817+0000 mgr.smithi002.hmjpwx (mgr.14180) 1046 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:38:58.886 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:38:58.886 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:38:59.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:38:59 smithi002 bash[24825]: cluster 2023-12-25T21:38:57.387949+0000 mgr.smithi002.hmjpwx (mgr.14180) 1047 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:38:59 smithi153 bash[28368]: cluster 2023-12-25T21:38:57.387949+0000 mgr.smithi002.hmjpwx (mgr.14180) 1047 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:38:59.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:00 smithi153 bash[28368]: audit 2023-12-25T21:38:58.876235+0000 mgr.smithi002.hmjpwx (mgr.14180) 1048 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:00 smithi002 bash[24825]: audit 2023-12-25T21:38:58.876235+0000 mgr.smithi002.hmjpwx (mgr.14180) 1048 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:00.797 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:01 smithi153 bash[28368]: cluster 2023-12-25T21:38:59.388956+0000 mgr.smithi002.hmjpwx (mgr.14180) 1049 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:01 smithi002 bash[24825]: cluster 2023-12-25T21:38:59.388956+0000 mgr.smithi002.hmjpwx (mgr.14180) 1049 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:03.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:03 smithi002 bash[24825]: cluster 2023-12-25T21:39:01.389996+0000 mgr.smithi002.hmjpwx (mgr.14180) 1050 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:03.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:03 smithi153 bash[28368]: cluster 2023-12-25T21:39:01.389996+0000 mgr.smithi002.hmjpwx (mgr.14180) 1050 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:04.437 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:04.437 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:05.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:05 smithi153 bash[28368]: cluster 2023-12-25T21:39:03.390975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1051 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:05.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:05 smithi002 bash[24825]: cluster 2023-12-25T21:39:03.390975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1051 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:06.311 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:06 smithi153 bash[28368]: audit 2023-12-25T21:39:04.426512+0000 mgr.smithi002.hmjpwx (mgr.14180) 1052 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:06.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:06 smithi002 bash[24825]: audit 2023-12-25T21:39:04.426512+0000 mgr.smithi002.hmjpwx (mgr.14180) 1052 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:07 smithi153 bash[28368]: cluster 2023-12-25T21:39:05.392371+0000 mgr.smithi002.hmjpwx (mgr.14180) 1053 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:07.546 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:07 smithi002 bash[24825]: cluster 2023-12-25T21:39:05.392371+0000 mgr.smithi002.hmjpwx (mgr.14180) 1053 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:08 smithi153 bash[28368]: cluster 2023-12-25T21:39:07.393372+0000 mgr.smithi002.hmjpwx (mgr.14180) 1054 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:08.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:08 smithi002 bash[24825]: cluster 2023-12-25T21:39:07.393372+0000 mgr.smithi002.hmjpwx (mgr.14180) 1054 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:09.572 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:09.572 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:10.445 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:11.446 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:11.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:11 smithi002 bash[24825]: cluster 2023-12-25T21:39:09.394569+0000 mgr.smithi002.hmjpwx (mgr.14180) 1055 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:11.459 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:11 smithi002 bash[24825]: audit 2023-12-25T21:39:09.566581+0000 mgr.smithi002.hmjpwx (mgr.14180) 1056 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:11 smithi153 bash[28368]: cluster 2023-12-25T21:39:09.394569+0000 mgr.smithi002.hmjpwx (mgr.14180) 1055 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:11 smithi153 bash[28368]: audit 2023-12-25T21:39:09.566581+0000 mgr.smithi002.hmjpwx (mgr.14180) 1056 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:13 smithi002 bash[24825]: cluster 2023-12-25T21:39:11.395737+0000 mgr.smithi002.hmjpwx (mgr.14180) 1057 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:13 smithi153 bash[28368]: cluster 2023-12-25T21:39:11.395737+0000 mgr.smithi002.hmjpwx (mgr.14180) 1057 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:15.094 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:15.094 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:15.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:15 smithi002 bash[24825]: cluster 2023-12-25T21:39:13.396689+0000 mgr.smithi002.hmjpwx (mgr.14180) 1058 : 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-12-25T21:39:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:15 smithi153 bash[28368]: cluster 2023-12-25T21:39:13.396689+0000 mgr.smithi002.hmjpwx (mgr.14180) 1058 : 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-12-25T21:39:15.976 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:16.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:16 smithi002 bash[24825]: audit 2023-12-25T21:39:15.089258+0000 mgr.smithi002.hmjpwx (mgr.14180) 1059 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:16.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:16 smithi153 bash[28368]: audit 2023-12-25T21:39:15.089258+0000 mgr.smithi002.hmjpwx (mgr.14180) 1059 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:16.977 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:17.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:17 smithi002 bash[24825]: cluster 2023-12-25T21:39:15.397995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1060 : 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-12-25T21:39:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:17 smithi153 bash[28368]: cluster 2023-12-25T21:39:15.397995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1060 : 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-12-25T21:39:19.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:19 smithi002 bash[24825]: cluster 2023-12-25T21:39:17.399129+0000 mgr.smithi002.hmjpwx (mgr.14180) 1061 : 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-12-25T21:39:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:19 smithi153 bash[28368]: cluster 2023-12-25T21:39:17.399129+0000 mgr.smithi002.hmjpwx (mgr.14180) 1061 : 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-12-25T21:39:20.648 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:20.648 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:37:13.202884Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.pxxfxa on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:21.477 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:21 smithi002 bash[24825]: cluster 2023-12-25T21:39:19.399852+0000 mgr.smithi002.hmjpwx (mgr.14180) 1062 : 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-12-25T21:39:21.479 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:21 smithi153 bash[28368]: cluster 2023-12-25T21:39:19.399852+0000 mgr.smithi002.hmjpwx (mgr.14180) 1062 : 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-12-25T21:39:22.480 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:20.638538+0000 mgr.smithi002.hmjpwx (mgr.14180) 1063 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.370077+0000 mon.smithi002 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.679295+0000 mon.smithi002 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.680411+0000 mon.smithi002 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.687376+0000 mon.smithi002 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.696034+0000 mon.smithi002 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:22.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:22 smithi002 bash[24825]: audit 2023-12-25T21:39:21.709655+0000 mon.smithi002 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:20.638538+0000 mgr.smithi002.hmjpwx (mgr.14180) 1063 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.370077+0000 mon.smithi002 (mon.0) 952 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:39:22.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.679295+0000 mon.smithi002 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:39:22.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.680411+0000 mon.smithi002 (mon.0) 954 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:39:22.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.687376+0000 mon.smithi002 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:22.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.696034+0000 mon.smithi002 (mon.0) 956 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:39:22.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:22 smithi153 bash[28368]: audit 2023-12-25T21:39:21.709655+0000 mon.smithi002 (mon.0) 957 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:23.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:23 smithi002 bash[24825]: cluster 2023-12-25T21:39:21.400743+0000 mgr.smithi002.hmjpwx (mgr.14180) 1064 : 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-12-25T21:39:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:23 smithi002 bash[24825]: cluster 2023-12-25T21:39:21.688208+0000 mgr.smithi002.hmjpwx (mgr.14180) 1065 : cluster [DBG] pgmap v729: 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-12-25T21:39:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:23 smithi002 bash[24825]: cephadm 2023-12-25T21:39:21.714404+0000 mgr.smithi002.hmjpwx (mgr.14180) 1066 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nkcgtk on smithi153 2023-12-25T21:39:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:23 smithi002 bash[24825]: cluster 2023-12-25T21:39:22.226274+0000 mon.smithi002 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:23.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:23 smithi002 bash[24825]: cluster 2023-12-25T21:39:22.226338+0000 mon.smithi002 (mon.0) 959 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:23 smithi153 bash[28368]: cluster 2023-12-25T21:39:21.400743+0000 mgr.smithi002.hmjpwx (mgr.14180) 1064 : 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-12-25T21:39:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:23 smithi153 bash[28368]: cluster 2023-12-25T21:39:21.688208+0000 mgr.smithi002.hmjpwx (mgr.14180) 1065 : cluster [DBG] pgmap v729: 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-12-25T21:39:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:23 smithi153 bash[28368]: cephadm 2023-12-25T21:39:21.714404+0000 mgr.smithi002.hmjpwx (mgr.14180) 1066 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nkcgtk on smithi153 2023-12-25T21:39:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:23 smithi153 bash[28368]: cluster 2023-12-25T21:39:22.226274+0000 mon.smithi002 (mon.0) 958 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:39:23.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:23 smithi153 bash[28368]: cluster 2023-12-25T21:39:22.226338+0000 mon.smithi002 (mon.0) 959 : cluster [INF] Cluster is now healthy 2023-12-25T21:39:25.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:25 smithi153 bash[28368]: cluster 2023-12-25T21:39:23.689068+0000 mgr.smithi002.hmjpwx (mgr.14180) 1067 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:39:25.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:25 smithi002 bash[24825]: cluster 2023-12-25T21:39:23.689068+0000 mgr.smithi002.hmjpwx (mgr.14180) 1067 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:39:25.921 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:25.921 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:17.580841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kqedjj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-kqedjj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.kqedjj\nDeploy daemon haproxy.nfs.foo.smithi153.kqedjj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.360509Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.awzqxe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-awzqxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.awzqxe\nDeploy daemon haproxy.nfs.foo.smithi002.awzqxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:38:21.363840Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.emgwip on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:26.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:26 smithi002 bash[24825]: audit 2023-12-25T21:39:25.476026+0000 mon.smithi002 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nkcgtk"}]: dispatch 2023-12-25T21:39:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:26 smithi153 bash[28368]: audit 2023-12-25T21:39:25.476026+0000 mon.smithi002 (mon.0) 960 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nkcgtk"}]: dispatch 2023-12-25T21:39:26.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: cephadm 2023-12-25T21:39:25.474923+0000 mgr.smithi002.hmjpwx (mgr.14180) 1068 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:27.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: cephadm 2023-12-25T21:39:25.475453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1069 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: cephadm 2023-12-25T21:39:25.477146+0000 mgr.smithi002.hmjpwx (mgr.14180) 1070 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: cephadm 2023-12-25T21:39:25.479710+0000 mgr.smithi002.hmjpwx (mgr.14180) 1071 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zjbbgp on smithi002 2023-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: cluster 2023-12-25T21:39:25.689991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1072 : cluster [DBG] pgmap v731: 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-12-25T21:39:27.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:27 smithi153 bash[28368]: audit 2023-12-25T21:39:25.916038+0000 mgr.smithi002.hmjpwx (mgr.14180) 1073 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: cephadm 2023-12-25T21:39:25.474923+0000 mgr.smithi002.hmjpwx (mgr.14180) 1068 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: cephadm 2023-12-25T21:39:25.475453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1069 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: cephadm 2023-12-25T21:39:25.477146+0000 mgr.smithi002.hmjpwx (mgr.14180) 1070 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.nkcgtk ... 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:27.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: cephadm 2023-12-25T21:39:25.479710+0000 mgr.smithi002.hmjpwx (mgr.14180) 1071 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zjbbgp on smithi002 2023-12-25T21:39:27.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: cluster 2023-12-25T21:39:25.689991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1072 : cluster [DBG] pgmap v731: 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-12-25T21:39:27.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:27 smithi002 bash[24825]: audit 2023-12-25T21:39:25.916038+0000 mgr.smithi002.hmjpwx (mgr.14180) 1073 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:27.818 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:29.517 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:29 smithi002 bash[24825]: cluster 2023-12-25T21:39:27.690732+0000 mgr.smithi002.hmjpwx (mgr.14180) 1074 : cluster [DBG] pgmap v732: 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-12-25T21:39:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:29 smithi153 bash[28368]: cluster 2023-12-25T21:39:27.690732+0000 mgr.smithi002.hmjpwx (mgr.14180) 1074 : cluster [DBG] pgmap v732: 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-12-25T21:39:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:30 smithi002 bash[24825]: audit 2023-12-25T21:39:29.326013+0000 mon.smithi002 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zjbbgp"}]: dispatch 2023-12-25T21:39:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:30 smithi002 bash[24825]: audit 2023-12-25T21:39:29.737977+0000 mon.smithi002 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:30 smithi153 bash[28368]: audit 2023-12-25T21:39:29.326013+0000 mon.smithi002 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zjbbgp"}]: dispatch 2023-12-25T21:39:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:30 smithi153 bash[28368]: audit 2023-12-25T21:39:29.737977+0000 mon.smithi002 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cephadm 2023-12-25T21:39:29.325261+0000 mgr.smithi002.hmjpwx (mgr.14180) 1075 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cephadm 2023-12-25T21:39:29.325517+0000 mgr.smithi002.hmjpwx (mgr.14180) 1076 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cephadm 2023-12-25T21:39:29.327000+0000 mgr.smithi002.hmjpwx (mgr.14180) 1077 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cephadm 2023-12-25T21:39:29.328963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cephadm 2023-12-25T21:39:29.330676+0000 mgr.smithi002.hmjpwx (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cluster 2023-12-25T21:39:29.332060+0000 mgr.smithi002.hmjpwx (mgr.14180) 1080 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-25T21:39:31.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:31 smithi002 bash[24825]: cluster 2023-12-25T21:39:30.261811+0000 mon.smithi002 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cephadm 2023-12-25T21:39:29.325261+0000 mgr.smithi002.hmjpwx (mgr.14180) 1075 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cephadm 2023-12-25T21:39:29.325517+0000 mgr.smithi002.hmjpwx (mgr.14180) 1076 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cephadm 2023-12-25T21:39:29.327000+0000 mgr.smithi002.hmjpwx (mgr.14180) 1077 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zjbbgp ... 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:39:31.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:39:31.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cephadm 2023-12-25T21:39:29.328963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1078 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:31.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cephadm 2023-12-25T21:39:29.330676+0000 mgr.smithi002.hmjpwx (mgr.14180) 1079 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:39:31.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cluster 2023-12-25T21:39:29.332060+0000 mgr.smithi002.hmjpwx (mgr.14180) 1080 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-25T21:39:31.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:31 smithi153 bash[28368]: cluster 2023-12-25T21:39:30.261811+0000 mon.smithi002 (mon.0) 963 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:39:31.604 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:31.605 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:32.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:32 smithi002 bash[24825]: cluster 2023-12-25T21:39:31.333268+0000 mgr.smithi002.hmjpwx (mgr.14180) 1081 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-25T21:39:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:32 smithi002 bash[24825]: audit 2023-12-25T21:39:31.593440+0000 mgr.smithi002.hmjpwx (mgr.14180) 1082 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:32 smithi153 bash[28368]: cluster 2023-12-25T21:39:31.333268+0000 mgr.smithi002.hmjpwx (mgr.14180) 1081 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2023-12-25T21:39:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:32 smithi153 bash[28368]: audit 2023-12-25T21:39:31.593440+0000 mgr.smithi002.hmjpwx (mgr.14180) 1082 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:33.473 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:35.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:35 smithi002 bash[24825]: cluster 2023-12-25T21:39:33.334254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1083 : cluster [DBG] pgmap v735: 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-12-25T21:39:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:35 smithi153 bash[28368]: cluster 2023-12-25T21:39:33.334254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1083 : cluster [DBG] pgmap v735: 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-12-25T21:39:37.163 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:37.163 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:37.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:37 smithi002 bash[24825]: cluster 2023-12-25T21:39:35.335653+0000 mgr.smithi002.hmjpwx (mgr.14180) 1084 : cluster [DBG] pgmap v736: 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-12-25T21:39:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:37 smithi153 bash[28368]: cluster 2023-12-25T21:39:35.335653+0000 mgr.smithi002.hmjpwx (mgr.14180) 1084 : cluster [DBG] pgmap v736: 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-12-25T21:39:38.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:38.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:38 smithi002 bash[24825]: audit 2023-12-25T21:39:37.156698+0000 mgr.smithi002.hmjpwx (mgr.14180) 1085 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:38 smithi153 bash[28368]: audit 2023-12-25T21:39:37.156698+0000 mgr.smithi002.hmjpwx (mgr.14180) 1085 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:39.112 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:39.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:39 smithi002 bash[24825]: cluster 2023-12-25T21:39:37.336830+0000 mgr.smithi002.hmjpwx (mgr.14180) 1086 : cluster [DBG] pgmap v737: 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-12-25T21:39:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:39 smithi153 bash[28368]: cluster 2023-12-25T21:39:37.336830+0000 mgr.smithi002.hmjpwx (mgr.14180) 1086 : cluster [DBG] pgmap v737: 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-12-25T21:39:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:41 smithi002 bash[24825]: cluster 2023-12-25T21:39:39.338032+0000 mgr.smithi002.hmjpwx (mgr.14180) 1087 : cluster [DBG] pgmap v738: 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-12-25T21:39:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:41 smithi153 bash[28368]: cluster 2023-12-25T21:39:39.338032+0000 mgr.smithi002.hmjpwx (mgr.14180) 1087 : cluster [DBG] pgmap v738: 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-12-25T21:39:42.664 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:42.664 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:43.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:43 smithi002 bash[24825]: cluster 2023-12-25T21:39:41.338939+0000 mgr.smithi002.hmjpwx (mgr.14180) 1088 : 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-12-25T21:39:43.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:43.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:43 smithi153 bash[28368]: cluster 2023-12-25T21:39:41.338939+0000 mgr.smithi002.hmjpwx (mgr.14180) 1088 : 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-12-25T21:39:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:44 smithi002 bash[24825]: audit 2023-12-25T21:39:42.652340+0000 mgr.smithi002.hmjpwx (mgr.14180) 1089 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:44 smithi153 bash[28368]: audit 2023-12-25T21:39:42.652340+0000 mgr.smithi002.hmjpwx (mgr.14180) 1089 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:44.536 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:45 smithi002 bash[24825]: cluster 2023-12-25T21:39:43.339927+0000 mgr.smithi002.hmjpwx (mgr.14180) 1090 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:45 smithi153 bash[28368]: cluster 2023-12-25T21:39:43.339927+0000 mgr.smithi002.hmjpwx (mgr.14180) 1090 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:47 smithi002 bash[24825]: cluster 2023-12-25T21:39:45.341295+0000 mgr.smithi002.hmjpwx (mgr.14180) 1091 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:47 smithi153 bash[28368]: cluster 2023-12-25T21:39:45.341295+0000 mgr.smithi002.hmjpwx (mgr.14180) 1091 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:48.020 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:48.020 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:48.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:49 smithi153 bash[28368]: cluster 2023-12-25T21:39:47.342420+0000 mgr.smithi002.hmjpwx (mgr.14180) 1092 : 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-12-25T21:39:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:49 smithi153 bash[28368]: audit 2023-12-25T21:39:48.014419+0000 mgr.smithi002.hmjpwx (mgr.14180) 1093 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:49.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:49 smithi002 bash[24825]: cluster 2023-12-25T21:39:47.342420+0000 mgr.smithi002.hmjpwx (mgr.14180) 1092 : 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-12-25T21:39:49.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:49 smithi002 bash[24825]: audit 2023-12-25T21:39:48.014419+0000 mgr.smithi002.hmjpwx (mgr.14180) 1093 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:49.901 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:51 smithi002 bash[24825]: cluster 2023-12-25T21:39:49.343693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1094 : 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-12-25T21:39:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:51 smithi153 bash[28368]: cluster 2023-12-25T21:39:49.343693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1094 : 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-12-25T21:39:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:53 smithi002 bash[24825]: cluster 2023-12-25T21:39:51.344460+0000 mgr.smithi002.hmjpwx (mgr.14180) 1095 : 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-12-25T21:39:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:53 smithi153 bash[28368]: cluster 2023-12-25T21:39:51.344460+0000 mgr.smithi002.hmjpwx (mgr.14180) 1095 : 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-12-25T21:39:53.554 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:53.554 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:54.565 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:39:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:55 smithi153 bash[28368]: cluster 2023-12-25T21:39:53.345318+0000 mgr.smithi002.hmjpwx (mgr.14180) 1096 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:55 smithi153 bash[28368]: audit 2023-12-25T21:39:53.542126+0000 mgr.smithi002.hmjpwx (mgr.14180) 1097 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:55.566 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:39:55.580 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:55 smithi002 bash[24825]: cluster 2023-12-25T21:39:53.345318+0000 mgr.smithi002.hmjpwx (mgr.14180) 1096 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:39:55.580 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:55 smithi002 bash[24825]: audit 2023-12-25T21:39:53.542126+0000 mgr.smithi002.hmjpwx (mgr.14180) 1097 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:39:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:57 smithi002 bash[24825]: cluster 2023-12-25T21:39:55.346322+0000 mgr.smithi002.hmjpwx (mgr.14180) 1098 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:57 smithi153 bash[28368]: cluster 2023-12-25T21:39:55.346322+0000 mgr.smithi002.hmjpwx (mgr.14180) 1098 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:39:59.121 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:39:59.122 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:39:59.436 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:39:59 smithi002 bash[24825]: cluster 2023-12-25T21:39:57.347483+0000 mgr.smithi002.hmjpwx (mgr.14180) 1099 : 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-12-25T21:39:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:39:59 smithi153 bash[28368]: cluster 2023-12-25T21:39:57.347483+0000 mgr.smithi002.hmjpwx (mgr.14180) 1099 : 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-12-25T21:40:00.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:00 smithi153 bash[28368]: audit 2023-12-25T21:39:59.111051+0000 mgr.smithi002.hmjpwx (mgr.14180) 1100 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:00.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:00 smithi153 bash[28368]: cluster 2023-12-25T21:40:00.000159+0000 mon.smithi002 (mon.0) 964 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:40:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:00 smithi002 bash[24825]: audit 2023-12-25T21:39:59.111051+0000 mgr.smithi002.hmjpwx (mgr.14180) 1100 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:00 smithi002 bash[24825]: cluster 2023-12-25T21:40:00.000159+0000 mon.smithi002 (mon.0) 964 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:40:01.009 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:01.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:01 smithi002 bash[24825]: cluster 2023-12-25T21:39:59.348450+0000 mgr.smithi002.hmjpwx (mgr.14180) 1101 : 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-12-25T21:40:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:01 smithi153 bash[28368]: cluster 2023-12-25T21:39:59.348450+0000 mgr.smithi002.hmjpwx (mgr.14180) 1101 : 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-12-25T21:40:02.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:02 smithi002 bash[24825]: cluster 2023-12-25T21:40:01.349115+0000 mgr.smithi002.hmjpwx (mgr.14180) 1102 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:02.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:02 smithi153 bash[28368]: cluster 2023-12-25T21:40:01.349115+0000 mgr.smithi002.hmjpwx (mgr.14180) 1102 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:04.518 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:04.518 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:05.428 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:05 smithi002 bash[24825]: cluster 2023-12-25T21:40:03.350004+0000 mgr.smithi002.hmjpwx (mgr.14180) 1103 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:05 smithi153 bash[28368]: cluster 2023-12-25T21:40:03.350004+0000 mgr.smithi002.hmjpwx (mgr.14180) 1103 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:06.429 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:06 smithi002 bash[24825]: audit 2023-12-25T21:40:04.509269+0000 mgr.smithi002.hmjpwx (mgr.14180) 1104 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:06.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:06 smithi153 bash[28368]: audit 2023-12-25T21:40:04.509269+0000 mgr.smithi002.hmjpwx (mgr.14180) 1104 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:07 smithi002 bash[24825]: cluster 2023-12-25T21:40:05.351564+0000 mgr.smithi002.hmjpwx (mgr.14180) 1105 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:07 smithi153 bash[28368]: cluster 2023-12-25T21:40:05.351564+0000 mgr.smithi002.hmjpwx (mgr.14180) 1105 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:09.487 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:09 smithi002 bash[24825]: cluster 2023-12-25T21:40:07.352742+0000 mgr.smithi002.hmjpwx (mgr.14180) 1106 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:09 smithi153 bash[28368]: cluster 2023-12-25T21:40:07.352742+0000 mgr.smithi002.hmjpwx (mgr.14180) 1106 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:09.878 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:09.878 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:10.795 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:11 smithi002 bash[24825]: cluster 2023-12-25T21:40:09.353938+0000 mgr.smithi002.hmjpwx (mgr.14180) 1107 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:11 smithi002 bash[24825]: audit 2023-12-25T21:40:09.868080+0000 mgr.smithi002.hmjpwx (mgr.14180) 1108 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:11 smithi153 bash[28368]: cluster 2023-12-25T21:40:09.353938+0000 mgr.smithi002.hmjpwx (mgr.14180) 1107 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:11 smithi153 bash[28368]: audit 2023-12-25T21:40:09.868080+0000 mgr.smithi002.hmjpwx (mgr.14180) 1108 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:11.796 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:13.485 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:13 smithi002 bash[24825]: cluster 2023-12-25T21:40:11.355160+0000 mgr.smithi002.hmjpwx (mgr.14180) 1109 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:13 smithi153 bash[28368]: cluster 2023-12-25T21:40:11.355160+0000 mgr.smithi002.hmjpwx (mgr.14180) 1109 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:15.378 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:15.378 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:15.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:15 smithi002 bash[24825]: cluster 2023-12-25T21:40:13.356151+0000 mgr.smithi002.hmjpwx (mgr.14180) 1110 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:15 smithi153 bash[28368]: cluster 2023-12-25T21:40:13.356151+0000 mgr.smithi002.hmjpwx (mgr.14180) 1110 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:16.265 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:17.266 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:17 smithi153 bash[28368]: cluster 2023-12-25T21:40:15.357544+0000 mgr.smithi002.hmjpwx (mgr.14180) 1111 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:17 smithi153 bash[28368]: audit 2023-12-25T21:40:15.372802+0000 mgr.smithi002.hmjpwx (mgr.14180) 1112 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:17.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:17 smithi002 bash[24825]: cluster 2023-12-25T21:40:15.357544+0000 mgr.smithi002.hmjpwx (mgr.14180) 1111 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:17.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:17 smithi002 bash[24825]: audit 2023-12-25T21:40:15.372802+0000 mgr.smithi002.hmjpwx (mgr.14180) 1112 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:19 smithi153 bash[28368]: cluster 2023-12-25T21:40:17.358615+0000 mgr.smithi002.hmjpwx (mgr.14180) 1113 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:19.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:19 smithi002 bash[24825]: cluster 2023-12-25T21:40:17.358615+0000 mgr.smithi002.hmjpwx (mgr.14180) 1113 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:20.706 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:20.706 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:21 smithi153 bash[28368]: cluster 2023-12-25T21:40:19.359477+0000 mgr.smithi002.hmjpwx (mgr.14180) 1114 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:21.589 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:21 smithi002 bash[24825]: cluster 2023-12-25T21:40:19.359477+0000 mgr.smithi002.hmjpwx (mgr.14180) 1114 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:21.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:22.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:22 smithi153 bash[28368]: audit 2023-12-25T21:40:20.696205+0000 mgr.smithi002.hmjpwx (mgr.14180) 1115 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:22.592 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:22.605 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:22 smithi002 bash[24825]: audit 2023-12-25T21:40:20.696205+0000 mgr.smithi002.hmjpwx (mgr.14180) 1115 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:23 smithi153 bash[28368]: cluster 2023-12-25T21:40:21.360567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1116 : 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-12-25T21:40:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:23 smithi002 bash[24825]: cluster 2023-12-25T21:40:21.360567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1116 : 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-12-25T21:40:25.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:25 smithi153 bash[28368]: cluster 2023-12-25T21:40:23.361606+0000 mgr.smithi002.hmjpwx (mgr.14180) 1117 : 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-12-25T21:40:25.711 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:25 smithi002 bash[24825]: cluster 2023-12-25T21:40:23.361606+0000 mgr.smithi002.hmjpwx (mgr.14180) 1117 : 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-12-25T21:40:26.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:26.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:27.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:27 smithi153 bash[28368]: cluster 2023-12-25T21:40:25.362991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1118 : 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-12-25T21:40:27.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:27 smithi153 bash[28368]: audit 2023-12-25T21:40:26.114326+0000 mgr.smithi002.hmjpwx (mgr.14180) 1119 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:27 smithi002 bash[24825]: cluster 2023-12-25T21:40:25.362991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1118 : 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-12-25T21:40:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:27 smithi002 bash[24825]: audit 2023-12-25T21:40:26.114326+0000 mgr.smithi002.hmjpwx (mgr.14180) 1119 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:28.029 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:29.432 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:29 smithi002 bash[24825]: cluster 2023-12-25T21:40:27.364139+0000 mgr.smithi002.hmjpwx (mgr.14180) 1120 : 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-12-25T21:40:29.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:29 smithi153 bash[28368]: cluster 2023-12-25T21:40:27.364139+0000 mgr.smithi002.hmjpwx (mgr.14180) 1120 : 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-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.334683+0000 mon.smithi002 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.634917+0000 mon.smithi002 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.635926+0000 mon.smithi002 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.640851+0000 mon.smithi002 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.645659+0000 mon.smithi002 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:40:30.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:30 smithi002 bash[24825]: audit 2023-12-25T21:40:29.654502+0000 mon.smithi002 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:30.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.334683+0000 mon.smithi002 (mon.0) 965 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:40:30.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.634917+0000 mon.smithi002 (mon.0) 966 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:40:30.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.635926+0000 mon.smithi002 (mon.0) 967 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:40:30.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.640851+0000 mon.smithi002 (mon.0) 968 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:30.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.645659+0000 mon.smithi002 (mon.0) 969 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:40:30.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:30 smithi153 bash[28368]: audit 2023-12-25T21:40:29.654502+0000 mon.smithi002 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:31.280 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:31.280 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:38:21.365747Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.phrqrd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: cluster 2023-12-25T21:40:29.365304+0000 mgr.smithi002.hmjpwx (mgr.14180) 1121 : 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-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: cluster 2023-12-25T21:40:29.641739+0000 mgr.smithi002.hmjpwx (mgr.14180) 1122 : cluster [DBG] pgmap v764: 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-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: cephadm 2023-12-25T21:40:29.657464+0000 mgr.smithi002.hmjpwx (mgr.14180) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xiejjy on smithi153 2023-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: cluster 2023-12-25T21:40:30.283170+0000 mon.smithi002 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: cluster 2023-12-25T21:40:30.283230+0000 mon.smithi002 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-25T21:40:31.591 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:31 smithi002 bash[24825]: audit 2023-12-25T21:40:31.270840+0000 mgr.smithi002.hmjpwx (mgr.14180) 1124 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: cluster 2023-12-25T21:40:29.365304+0000 mgr.smithi002.hmjpwx (mgr.14180) 1121 : 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-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: cluster 2023-12-25T21:40:29.641739+0000 mgr.smithi002.hmjpwx (mgr.14180) 1122 : cluster [DBG] pgmap v764: 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-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: cephadm 2023-12-25T21:40:29.657464+0000 mgr.smithi002.hmjpwx (mgr.14180) 1123 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xiejjy on smithi153 2023-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: cluster 2023-12-25T21:40:30.283170+0000 mon.smithi002 (mon.0) 971 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: cluster 2023-12-25T21:40:30.283230+0000 mon.smithi002 (mon.0) 972 : cluster [INF] Cluster is now healthy 2023-12-25T21:40:31.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:31 smithi153 bash[28368]: audit 2023-12-25T21:40:31.270840+0000 mgr.smithi002.hmjpwx (mgr.14180) 1124 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:32.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:32.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:32 smithi002 bash[24825]: cluster 2023-12-25T21:40:31.642660+0000 mgr.smithi002.hmjpwx (mgr.14180) 1125 : cluster [DBG] pgmap v765: 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-12-25T21:40:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:32 smithi153 bash[28368]: cluster 2023-12-25T21:40:31.642660+0000 mgr.smithi002.hmjpwx (mgr.14180) 1125 : cluster [DBG] pgmap v765: 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-12-25T21:40:33.221 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:33.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:33 smithi002 bash[24825]: audit 2023-12-25T21:40:33.552055+0000 mon.smithi002 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xiejjy"}]: dispatch 2023-12-25T21:40:33.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:33 smithi153 bash[28368]: audit 2023-12-25T21:40:33.552055+0000 mon.smithi002 (mon.0) 973 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xiejjy"}]: dispatch 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: cephadm 2023-12-25T21:40:33.550717+0000 mgr.smithi002.hmjpwx (mgr.14180) 1126 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: cephadm 2023-12-25T21:40:33.551327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1127 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: cephadm 2023-12-25T21:40:33.553594+0000 mgr.smithi002.hmjpwx (mgr.14180) 1128 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: cephadm 2023-12-25T21:40:33.558586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.uobvpe on smithi002 2023-12-25T21:40:35.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:35 smithi002 bash[24825]: cluster 2023-12-25T21:40:33.643193+0000 mgr.smithi002.hmjpwx (mgr.14180) 1130 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: cephadm 2023-12-25T21:40:33.550717+0000 mgr.smithi002.hmjpwx (mgr.14180) 1126 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: cephadm 2023-12-25T21:40:33.551327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1127 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: cephadm 2023-12-25T21:40:33.553594+0000 mgr.smithi002.hmjpwx (mgr.14180) 1128 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.xiejjy ... 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:35.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:35.541 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: cephadm 2023-12-25T21:40:33.558586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1129 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.uobvpe on smithi002 2023-12-25T21:40:35.541 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:35 smithi153 bash[28368]: cluster 2023-12-25T21:40:33.643193+0000 mgr.smithi002.hmjpwx (mgr.14180) 1130 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-12-25T21:40:37.165 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:37.165 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:25.476988Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nkcgtk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-nkcgtk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.nkcgtk\nDeploy daemon haproxy.nfs.foo.smithi153.nkcgtk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.326890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zjbbgp on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zjbbgp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zjbbgp\nDeploy daemon haproxy.nfs.foo.smithi002.zjbbgp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:39:29.328851Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.phoikw on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:37.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:37 smithi002 bash[24825]: cluster 2023-12-25T21:40:35.643907+0000 mgr.smithi002.hmjpwx (mgr.14180) 1131 : cluster [DBG] pgmap v767: 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-12-25T21:40:37.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:37 smithi002 bash[24825]: audit 2023-12-25T21:40:36.116649+0000 mon.smithi002 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:37 smithi153 bash[28368]: cluster 2023-12-25T21:40:35.643907+0000 mgr.smithi002.hmjpwx (mgr.14180) 1131 : cluster [DBG] pgmap v767: 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-12-25T21:40:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:37 smithi153 bash[28368]: audit 2023-12-25T21:40:36.116649+0000 mon.smithi002 (mon.0) 974 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:38.209 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:38 smithi002 bash[24825]: audit 2023-12-25T21:40:37.157680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1132 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:38.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:38 smithi153 bash[28368]: audit 2023-12-25T21:40:37.157680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1132 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:39.211 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cluster 2023-12-25T21:40:37.644601+0000 mgr.smithi002.hmjpwx (mgr.14180) 1133 : cluster [DBG] pgmap v768: 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-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cephadm 2023-12-25T21:40:38.120175+0000 mgr.smithi002.hmjpwx (mgr.14180) 1134 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.410 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.411 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cephadm 2023-12-25T21:40:38.120699+0000 mgr.smithi002.hmjpwx (mgr.14180) 1135 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: audit 2023-12-25T21:40:38.123048+0000 mon.smithi002 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.uobvpe"}]: dispatch 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cephadm 2023-12-25T21:40:38.124192+0000 mgr.smithi002.hmjpwx (mgr.14180) 1136 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cephadm 2023-12-25T21:40:38.127449+0000 mgr.smithi002.hmjpwx (mgr.14180) 1137 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:39.412 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cephadm 2023-12-25T21:40:38.130106+0000 mgr.smithi002.hmjpwx (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:39.413 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:39 smithi002 bash[24825]: cluster 2023-12-25T21:40:38.131115+0000 mgr.smithi002.hmjpwx (mgr.14180) 1139 : cluster [DBG] pgmap v769: 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-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cluster 2023-12-25T21:40:37.644601+0000 mgr.smithi002.hmjpwx (mgr.14180) 1133 : cluster [DBG] pgmap v768: 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-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cephadm 2023-12-25T21:40:38.120175+0000 mgr.smithi002.hmjpwx (mgr.14180) 1134 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cephadm 2023-12-25T21:40:38.120699+0000 mgr.smithi002.hmjpwx (mgr.14180) 1135 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: audit 2023-12-25T21:40:38.123048+0000 mon.smithi002 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.uobvpe"}]: dispatch 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cephadm 2023-12-25T21:40:38.124192+0000 mgr.smithi002.hmjpwx (mgr.14180) 1136 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.uobvpe ... 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cephadm 2023-12-25T21:40:38.127449+0000 mgr.smithi002.hmjpwx (mgr.14180) 1137 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cephadm 2023-12-25T21:40:38.130106+0000 mgr.smithi002.hmjpwx (mgr.14180) 1138 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:40:39.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:39 smithi153 bash[28368]: cluster 2023-12-25T21:40:38.131115+0000 mgr.smithi002.hmjpwx (mgr.14180) 1139 : cluster [DBG] pgmap v769: 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-12-25T21:40:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:40 smithi002 bash[24825]: cluster 2023-12-25T21:40:39.125170+0000 mon.smithi002 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:40:40.482 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:40 smithi002 bash[24825]: audit 2023-12-25T21:40:39.788383+0000 mon.smithi002 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:40 smithi153 bash[28368]: cluster 2023-12-25T21:40:39.125170+0000 mon.smithi002 (mon.0) 976 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:40:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:40 smithi153 bash[28368]: audit 2023-12-25T21:40:39.788383+0000 mon.smithi002 (mon.0) 977 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:41.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:41 smithi002 bash[24825]: cluster 2023-12-25T21:40:40.131859+0000 mgr.smithi002.hmjpwx (mgr.14180) 1140 : cluster [DBG] pgmap v770: 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-12-25T21:40:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:41 smithi153 bash[28368]: cluster 2023-12-25T21:40:40.131859+0000 mgr.smithi002.hmjpwx (mgr.14180) 1140 : cluster [DBG] pgmap v770: 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-12-25T21:40:42.946 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:42.946 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:43.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:43 smithi002 bash[24825]: cluster 2023-12-25T21:40:42.132586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1141 : cluster [DBG] pgmap v771: 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-12-25T21:40:43.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:43 smithi153 bash[28368]: cluster 2023-12-25T21:40:42.132586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1141 : cluster [DBG] pgmap v771: 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-12-25T21:40:43.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:44.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:44 smithi002 bash[24825]: audit 2023-12-25T21:40:42.936048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1142 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:44.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:44 smithi153 bash[28368]: audit 2023-12-25T21:40:42.936048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1142 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:44.803 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:45.303 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:45 smithi002 bash[24825]: cluster 2023-12-25T21:40:44.133764+0000 mgr.smithi002.hmjpwx (mgr.14180) 1143 : cluster [DBG] pgmap v772: 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-12-25T21:40:45.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:45 smithi153 bash[28368]: cluster 2023-12-25T21:40:44.133764+0000 mgr.smithi002.hmjpwx (mgr.14180) 1143 : cluster [DBG] pgmap v772: 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-12-25T21:40:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:47 smithi002 bash[24825]: cluster 2023-12-25T21:40:46.134758+0000 mgr.smithi002.hmjpwx (mgr.14180) 1144 : cluster [DBG] pgmap v773: 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-12-25T21:40:47.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:47 smithi153 bash[28368]: cluster 2023-12-25T21:40:46.134758+0000 mgr.smithi002.hmjpwx (mgr.14180) 1144 : cluster [DBG] pgmap v773: 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-12-25T21:40:48.453 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:48.453 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:49.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:49 smithi002 bash[24825]: cluster 2023-12-25T21:40:48.135692+0000 mgr.smithi002.hmjpwx (mgr.14180) 1145 : cluster [DBG] pgmap v774: 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-12-25T21:40:49.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:49 smithi153 bash[28368]: cluster 2023-12-25T21:40:48.135692+0000 mgr.smithi002.hmjpwx (mgr.14180) 1145 : cluster [DBG] pgmap v774: 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-12-25T21:40:50.281 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:50.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:50 smithi002 bash[24825]: audit 2023-12-25T21:40:48.442471+0000 mgr.smithi002.hmjpwx (mgr.14180) 1146 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:50 smithi153 bash[28368]: audit 2023-12-25T21:40:48.442471+0000 mgr.smithi002.hmjpwx (mgr.14180) 1146 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:51 smithi002 bash[24825]: cluster 2023-12-25T21:40:50.137076+0000 mgr.smithi002.hmjpwx (mgr.14180) 1147 : 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-12-25T21:40:51.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:51 smithi002 bash[24825]: audit 2023-12-25T21:40:51.116886+0000 mon.smithi002 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:51 smithi153 bash[28368]: cluster 2023-12-25T21:40:50.137076+0000 mgr.smithi002.hmjpwx (mgr.14180) 1147 : 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-12-25T21:40:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:51 smithi153 bash[28368]: audit 2023-12-25T21:40:51.116886+0000 mon.smithi002 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:40:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:53 smithi153 bash[28368]: cluster 2023-12-25T21:40:52.138284+0000 mgr.smithi002.hmjpwx (mgr.14180) 1148 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:53.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:53 smithi002 bash[24825]: cluster 2023-12-25T21:40:52.138284+0000 mgr.smithi002.hmjpwx (mgr.14180) 1148 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:40:53.882 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:53.882 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:54.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:40:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:55 smithi153 bash[28368]: audit 2023-12-25T21:40:53.871688+0000 mgr.smithi002.hmjpwx (mgr.14180) 1149 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:55.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:55 smithi153 bash[28368]: cluster 2023-12-25T21:40:54.139497+0000 mgr.smithi002.hmjpwx (mgr.14180) 1150 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:55.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:55 smithi002 bash[24825]: audit 2023-12-25T21:40:53.871688+0000 mgr.smithi002.hmjpwx (mgr.14180) 1149 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:40:55.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:55 smithi002 bash[24825]: cluster 2023-12-25T21:40:54.139497+0000 mgr.smithi002.hmjpwx (mgr.14180) 1150 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:40:55.803 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:40:57.470 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:57 smithi002 bash[24825]: cluster 2023-12-25T21:40:56.140695+0000 mgr.smithi002.hmjpwx (mgr.14180) 1151 : 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-12-25T21:40:57.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:57 smithi153 bash[28368]: cluster 2023-12-25T21:40:56.140695+0000 mgr.smithi002.hmjpwx (mgr.14180) 1151 : 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-12-25T21:40:59.393 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:40:59.393 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:40:59.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:40:59 smithi153 bash[28368]: cluster 2023-12-25T21:40:58.141665+0000 mgr.smithi002.hmjpwx (mgr.14180) 1152 : 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-12-25T21:40:59.685 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:40:59 smithi002 bash[24825]: cluster 2023-12-25T21:40:58.141665+0000 mgr.smithi002.hmjpwx (mgr.14180) 1152 : 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-12-25T21:41:00.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:01.322 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:01.526 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:01 smithi002 bash[24825]: audit 2023-12-25T21:40:59.387068+0000 mgr.smithi002.hmjpwx (mgr.14180) 1153 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:01.526 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:01 smithi002 bash[24825]: cluster 2023-12-25T21:41:00.143000+0000 mgr.smithi002.hmjpwx (mgr.14180) 1154 : 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-12-25T21:41:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:01 smithi153 bash[28368]: audit 2023-12-25T21:40:59.387068+0000 mgr.smithi002.hmjpwx (mgr.14180) 1153 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:01.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:01 smithi153 bash[28368]: cluster 2023-12-25T21:41:00.143000+0000 mgr.smithi002.hmjpwx (mgr.14180) 1154 : 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-12-25T21:41:03.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:03 smithi153 bash[28368]: cluster 2023-12-25T21:41:02.144134+0000 mgr.smithi002.hmjpwx (mgr.14180) 1155 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:03 smithi002 bash[24825]: cluster 2023-12-25T21:41:02.144134+0000 mgr.smithi002.hmjpwx (mgr.14180) 1155 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:04.825 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:04.825 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:05 smithi002 bash[24825]: cluster 2023-12-25T21:41:04.145387+0000 mgr.smithi002.hmjpwx (mgr.14180) 1156 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:05 smithi153 bash[28368]: cluster 2023-12-25T21:41:04.145387+0000 mgr.smithi002.hmjpwx (mgr.14180) 1156 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:05.682 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:06.684 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:06.697 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:06 smithi002 bash[24825]: audit 2023-12-25T21:41:04.815561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1157 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:06.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:06 smithi153 bash[28368]: audit 2023-12-25T21:41:04.815561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1157 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:07.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:07 smithi002 bash[24825]: cluster 2023-12-25T21:41:06.146354+0000 mgr.smithi002.hmjpwx (mgr.14180) 1158 : 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-12-25T21:41:07.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:07 smithi153 bash[28368]: cluster 2023-12-25T21:41:06.146354+0000 mgr.smithi002.hmjpwx (mgr.14180) 1158 : 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-12-25T21:41:08.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:08 smithi002 bash[24825]: cluster 2023-12-25T21:41:08.147116+0000 mgr.smithi002.hmjpwx (mgr.14180) 1159 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:08.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:08 smithi153 bash[28368]: cluster 2023-12-25T21:41:08.147116+0000 mgr.smithi002.hmjpwx (mgr.14180) 1159 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:10.336 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:10.337 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:11.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:11 smithi002 bash[24825]: cluster 2023-12-25T21:41:10.148359+0000 mgr.smithi002.hmjpwx (mgr.14180) 1160 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:11.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:11 smithi153 bash[28368]: cluster 2023-12-25T21:41:10.148359+0000 mgr.smithi002.hmjpwx (mgr.14180) 1160 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:12.173 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:12.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:12 smithi002 bash[24825]: audit 2023-12-25T21:41:10.327330+0000 mgr.smithi002.hmjpwx (mgr.14180) 1161 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:12 smithi153 bash[28368]: audit 2023-12-25T21:41:10.327330+0000 mgr.smithi002.hmjpwx (mgr.14180) 1161 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:13 smithi002 bash[24825]: cluster 2023-12-25T21:41:12.149462+0000 mgr.smithi002.hmjpwx (mgr.14180) 1162 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:13 smithi153 bash[28368]: cluster 2023-12-25T21:41:12.149462+0000 mgr.smithi002.hmjpwx (mgr.14180) 1162 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:15.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:15 smithi153 bash[28368]: cluster 2023-12-25T21:41:14.150263+0000 mgr.smithi002.hmjpwx (mgr.14180) 1163 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:15 smithi002 bash[24825]: cluster 2023-12-25T21:41:14.150263+0000 mgr.smithi002.hmjpwx (mgr.14180) 1163 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:15.790 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:15.790 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:16.708 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:17 smithi153 bash[28368]: audit 2023-12-25T21:41:15.781395+0000 mgr.smithi002.hmjpwx (mgr.14180) 1164 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:17.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:17 smithi153 bash[28368]: cluster 2023-12-25T21:41:16.151403+0000 mgr.smithi002.hmjpwx (mgr.14180) 1165 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:17.709 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:17.721 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:17 smithi002 bash[24825]: audit 2023-12-25T21:41:15.781395+0000 mgr.smithi002.hmjpwx (mgr.14180) 1164 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:17.721 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:17 smithi002 bash[24825]: cluster 2023-12-25T21:41:16.151403+0000 mgr.smithi002.hmjpwx (mgr.14180) 1165 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:19.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:19 smithi153 bash[28368]: cluster 2023-12-25T21:41:18.152512+0000 mgr.smithi002.hmjpwx (mgr.14180) 1166 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:19.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:19 smithi002 bash[24825]: cluster 2023-12-25T21:41:18.152512+0000 mgr.smithi002.hmjpwx (mgr.14180) 1166 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:21.398 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:21.398 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:21.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:21 smithi153 bash[28368]: cluster 2023-12-25T21:41:20.153998+0000 mgr.smithi002.hmjpwx (mgr.14180) 1167 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:21.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:21 smithi002 bash[24825]: cluster 2023-12-25T21:41:20.153998+0000 mgr.smithi002.hmjpwx (mgr.14180) 1167 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:22.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:23.271 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:23 smithi153 bash[28368]: audit 2023-12-25T21:41:21.388193+0000 mgr.smithi002.hmjpwx (mgr.14180) 1168 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:23.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:23 smithi153 bash[28368]: cluster 2023-12-25T21:41:22.155314+0000 mgr.smithi002.hmjpwx (mgr.14180) 1169 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:23 smithi002 bash[24825]: audit 2023-12-25T21:41:21.388193+0000 mgr.smithi002.hmjpwx (mgr.14180) 1168 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:23 smithi002 bash[24825]: cluster 2023-12-25T21:41:22.155314+0000 mgr.smithi002.hmjpwx (mgr.14180) 1169 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:25.576 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:25 smithi002 bash[24825]: cluster 2023-12-25T21:41:24.156736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1170 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:25.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:25 smithi153 bash[28368]: cluster 2023-12-25T21:41:24.156736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1170 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:41:26.949 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:26.949 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:27 smithi002 bash[24825]: cluster 2023-12-25T21:41:26.157901+0000 mgr.smithi002.hmjpwx (mgr.14180) 1171 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:27.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:27 smithi153 bash[28368]: cluster 2023-12-25T21:41:26.157901+0000 mgr.smithi002.hmjpwx (mgr.14180) 1171 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:41:27.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:28.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:28 smithi002 bash[24825]: audit 2023-12-25T21:41:26.937991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1172 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:28.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:28 smithi153 bash[28368]: audit 2023-12-25T21:41:26.937991+0000 mgr.smithi002.hmjpwx (mgr.14180) 1172 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:28.866 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:29 smithi002 bash[24825]: cluster 2023-12-25T21:41:28.158946+0000 mgr.smithi002.hmjpwx (mgr.14180) 1173 : 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-12-25T21:41:29.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:29 smithi153 bash[28368]: cluster 2023-12-25T21:41:28.158946+0000 mgr.smithi002.hmjpwx (mgr.14180) 1173 : 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-12-25T21:41:30.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:30 smithi002 bash[24825]: cluster 2023-12-25T21:41:30.160244+0000 mgr.smithi002.hmjpwx (mgr.14180) 1174 : 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-12-25T21:41:30.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:30 smithi153 bash[28368]: cluster 2023-12-25T21:41:30.160244+0000 mgr.smithi002.hmjpwx (mgr.14180) 1174 : 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-12-25T21:41:32.533 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:32.533 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:33.430 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:33.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:33 smithi002 bash[24825]: cluster 2023-12-25T21:41:32.161043+0000 mgr.smithi002.hmjpwx (mgr.14180) 1175 : 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-12-25T21:41:33.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:33 smithi153 bash[28368]: cluster 2023-12-25T21:41:32.161043+0000 mgr.smithi002.hmjpwx (mgr.14180) 1175 : 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-12-25T21:41:34.430 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:34.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:34 smithi002 bash[24825]: audit 2023-12-25T21:41:32.522099+0000 mgr.smithi002.hmjpwx (mgr.14180) 1176 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:34.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:34 smithi153 bash[28368]: audit 2023-12-25T21:41:32.522099+0000 mgr.smithi002.hmjpwx (mgr.14180) 1176 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:35.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:35 smithi153 bash[28368]: cluster 2023-12-25T21:41:34.162257+0000 mgr.smithi002.hmjpwx (mgr.14180) 1177 : 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-12-25T21:41:35.656 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:35 smithi002 bash[24825]: cluster 2023-12-25T21:41:34.162257+0000 mgr.smithi002.hmjpwx (mgr.14180) 1177 : 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-12-25T21:41:37.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:37 smithi153 bash[28368]: cluster 2023-12-25T21:41:36.163157+0000 mgr.smithi002.hmjpwx (mgr.14180) 1178 : 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-12-25T21:41:37.566 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:37 smithi002 bash[24825]: cluster 2023-12-25T21:41:36.163157+0000 mgr.smithi002.hmjpwx (mgr.14180) 1178 : 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-12-25T21:41:37.990 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:37.990 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:39:29.330560Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ktfglb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:38.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:38 smithi002 bash[24825]: audit 2023-12-25T21:41:38.134720+0000 mon.smithi002 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:41:38.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:38 smithi153 bash[28368]: audit 2023-12-25T21:41:38.134720+0000 mon.smithi002 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:41:38.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:37.979197+0000 mgr.smithi002.hmjpwx (mgr.14180) 1179 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: cluster 2023-12-25T21:41:38.164087+0000 mgr.smithi002.hmjpwx (mgr.14180) 1180 : 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-12-25T21:41:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:38.436354+0000 mon.smithi002 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:41:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:38.437750+0000 mon.smithi002 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:41:39.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:38.444078+0000 mon.smithi002 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:38.449752+0000 mon.smithi002 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:41:39.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:39 smithi153 bash[28368]: audit 2023-12-25T21:41:38.459408+0000 mon.smithi002 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:39.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:37.979197+0000 mgr.smithi002.hmjpwx (mgr.14180) 1179 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:39.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: cluster 2023-12-25T21:41:38.164087+0000 mgr.smithi002.hmjpwx (mgr.14180) 1180 : 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-12-25T21:41:39.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:38.436354+0000 mon.smithi002 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:41:39.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:38.437750+0000 mon.smithi002 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:41:39.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:38.444078+0000 mon.smithi002 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:39.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:38.449752+0000 mon.smithi002 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:41:39.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:39 smithi002 bash[24825]: audit 2023-12-25T21:41:38.459408+0000 mon.smithi002 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:39.976 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:40.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:40 smithi002 bash[24825]: cluster 2023-12-25T21:41:38.444829+0000 mgr.smithi002.hmjpwx (mgr.14180) 1181 : cluster [DBG] pgmap v800: 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-12-25T21:41:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:40 smithi002 bash[24825]: cephadm 2023-12-25T21:41:38.462008+0000 mgr.smithi002.hmjpwx (mgr.14180) 1182 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qtcyup on smithi153 2023-12-25T21:41:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:40 smithi002 bash[24825]: cluster 2023-12-25T21:41:39.442244+0000 mon.smithi002 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:41:40.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:40 smithi002 bash[24825]: cluster 2023-12-25T21:41:39.442312+0000 mon.smithi002 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-12-25T21:41:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:40 smithi153 bash[28368]: cluster 2023-12-25T21:41:38.444829+0000 mgr.smithi002.hmjpwx (mgr.14180) 1181 : cluster [DBG] pgmap v800: 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-12-25T21:41:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:40 smithi153 bash[28368]: cephadm 2023-12-25T21:41:38.462008+0000 mgr.smithi002.hmjpwx (mgr.14180) 1182 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qtcyup on smithi153 2023-12-25T21:41:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:40 smithi153 bash[28368]: cluster 2023-12-25T21:41:39.442244+0000 mon.smithi002 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:41:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:40 smithi153 bash[28368]: cluster 2023-12-25T21:41:39.442312+0000 mon.smithi002 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-12-25T21:41:42.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:42 smithi153 bash[28368]: cluster 2023-12-25T21:41:40.445835+0000 mgr.smithi002.hmjpwx (mgr.14180) 1183 : cluster [DBG] pgmap v801: 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-12-25T21:41:42.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:42 smithi002 bash[24825]: cluster 2023-12-25T21:41:40.445835+0000 mgr.smithi002.hmjpwx (mgr.14180) 1183 : cluster [DBG] pgmap v801: 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-12-25T21:41:43.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:43 smithi153 bash[28368]: audit 2023-12-25T21:41:42.378183+0000 mon.smithi002 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qtcyup"}]: dispatch 2023-12-25T21:41:43.573 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:43 smithi002 bash[24825]: audit 2023-12-25T21:41:42.378183+0000 mon.smithi002 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qtcyup"}]: dispatch 2023-12-25T21:41:44.001 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:44.001 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:33.553259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xiejjy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-xiejjy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.xiejjy\nDeploy daemon haproxy.nfs.foo.smithi153.xiejjy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.123986Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.uobvpe on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-uobvpe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.uobvpe\nDeploy daemon haproxy.nfs.foo.smithi002.uobvpe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:40:38.127301Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.ubqqme on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: cephadm 2023-12-25T21:41:42.377283+0000 mgr.smithi002.hmjpwx (mgr.14180) 1184 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.305 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.306 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: cephadm 2023-12-25T21:41:42.377643+0000 mgr.smithi002.hmjpwx (mgr.14180) 1185 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: cephadm 2023-12-25T21:41:42.379352+0000 mgr.smithi002.hmjpwx (mgr.14180) 1186 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.307 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: cephadm 2023-12-25T21:41:42.381875+0000 mgr.smithi002.hmjpwx (mgr.14180) 1187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.iufdff on smithi002 2023-12-25T21:41:44.308 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:44 smithi002 bash[24825]: cluster 2023-12-25T21:41:42.446752+0000 mgr.smithi002.hmjpwx (mgr.14180) 1188 : cluster [DBG] pgmap v802: 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-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: cephadm 2023-12-25T21:41:42.377283+0000 mgr.smithi002.hmjpwx (mgr.14180) 1184 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: cephadm 2023-12-25T21:41:42.377643+0000 mgr.smithi002.hmjpwx (mgr.14180) 1185 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: cephadm 2023-12-25T21:41:42.379352+0000 mgr.smithi002.hmjpwx (mgr.14180) 1186 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qtcyup ... 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: cephadm 2023-12-25T21:41:42.381875+0000 mgr.smithi002.hmjpwx (mgr.14180) 1187 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.iufdff on smithi002 2023-12-25T21:41:44.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:44 smithi153 bash[28368]: cluster 2023-12-25T21:41:42.446752+0000 mgr.smithi002.hmjpwx (mgr.14180) 1188 : cluster [DBG] pgmap v802: 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-12-25T21:41:44.921 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:45.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:45 smithi002 bash[24825]: audit 2023-12-25T21:41:43.989572+0000 mgr.smithi002.hmjpwx (mgr.14180) 1189 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:45.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:45 smithi153 bash[28368]: audit 2023-12-25T21:41:43.989572+0000 mgr.smithi002.hmjpwx (mgr.14180) 1189 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:45.922 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:46.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:46 smithi002 bash[24825]: cluster 2023-12-25T21:41:44.447765+0000 mgr.smithi002.hmjpwx (mgr.14180) 1190 : cluster [DBG] pgmap v803: 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-12-25T21:41:46.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:46 smithi153 bash[28368]: cluster 2023-12-25T21:41:44.447765+0000 mgr.smithi002.hmjpwx (mgr.14180) 1190 : cluster [DBG] pgmap v803: 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-12-25T21:41:47.644 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:47 smithi002 bash[24825]: audit 2023-12-25T21:41:46.693236+0000 mon.smithi002 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.iufdff"}]: dispatch 2023-12-25T21:41:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:47 smithi153 bash[28368]: audit 2023-12-25T21:41:46.693236+0000 mon.smithi002 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.iufdff"}]: dispatch 2023-12-25T21:41:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cluster 2023-12-25T21:41:46.448791+0000 mgr.smithi002.hmjpwx (mgr.14180) 1191 : cluster [DBG] pgmap v804: 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-12-25T21:41:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cephadm 2023-12-25T21:41:46.692498+0000 mgr.smithi002.hmjpwx (mgr.14180) 1192 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:48.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cephadm 2023-12-25T21:41:46.692834+0000 mgr.smithi002.hmjpwx (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cephadm 2023-12-25T21:41:46.694182+0000 mgr.smithi002.hmjpwx (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cephadm 2023-12-25T21:41:46.696400+0000 mgr.smithi002.hmjpwx (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cephadm 2023-12-25T21:41:46.698037+0000 mgr.smithi002.hmjpwx (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cluster 2023-12-25T21:41:46.699002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1197 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-25T21:41:48.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:48 smithi002 bash[24825]: cluster 2023-12-25T21:41:47.301405+0000 mon.smithi002 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cluster 2023-12-25T21:41:46.448791+0000 mgr.smithi002.hmjpwx (mgr.14180) 1191 : cluster [DBG] pgmap v804: 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-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cephadm 2023-12-25T21:41:46.692498+0000 mgr.smithi002.hmjpwx (mgr.14180) 1192 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cephadm 2023-12-25T21:41:46.692834+0000 mgr.smithi002.hmjpwx (mgr.14180) 1193 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cephadm 2023-12-25T21:41:46.694182+0000 mgr.smithi002.hmjpwx (mgr.14180) 1194 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.iufdff ... 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:41:48.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:41:48.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:41:48.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cephadm 2023-12-25T21:41:46.696400+0000 mgr.smithi002.hmjpwx (mgr.14180) 1195 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:48.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cephadm 2023-12-25T21:41:46.698037+0000 mgr.smithi002.hmjpwx (mgr.14180) 1196 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:41:48.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cluster 2023-12-25T21:41:46.699002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1197 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-12-25T21:41:48.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:48 smithi153 bash[28368]: cluster 2023-12-25T21:41:47.301405+0000 mon.smithi002 (mon.0) 989 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:41:49.955 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:49.955 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:50 smithi153 bash[28368]: cluster 2023-12-25T21:41:48.699794+0000 mgr.smithi002.hmjpwx (mgr.14180) 1198 : cluster [DBG] pgmap v806: 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-12-25T21:41:50.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:50 smithi153 bash[28368]: audit 2023-12-25T21:41:49.836703+0000 mon.smithi002 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:50.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:50 smithi002 bash[24825]: cluster 2023-12-25T21:41:48.699794+0000 mgr.smithi002.hmjpwx (mgr.14180) 1198 : cluster [DBG] pgmap v806: 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-12-25T21:41:50.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:50 smithi002 bash[24825]: audit 2023-12-25T21:41:49.836703+0000 mon.smithi002 (mon.0) 990 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:41:50.832 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:51.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:51 smithi153 bash[28368]: audit 2023-12-25T21:41:49.950059+0000 mgr.smithi002.hmjpwx (mgr.14180) 1199 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:51.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:51 smithi002 bash[24825]: audit 2023-12-25T21:41:49.950059+0000 mgr.smithi002.hmjpwx (mgr.14180) 1199 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:51.833 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:52.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:52 smithi002 bash[24825]: cluster 2023-12-25T21:41:50.701108+0000 mgr.smithi002.hmjpwx (mgr.14180) 1200 : cluster [DBG] pgmap v807: 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-12-25T21:41:52.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:52 smithi153 bash[28368]: cluster 2023-12-25T21:41:50.701108+0000 mgr.smithi002.hmjpwx (mgr.14180) 1200 : cluster [DBG] pgmap v807: 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-12-25T21:41:54.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:54 smithi002 bash[24825]: cluster 2023-12-25T21:41:52.702143+0000 mgr.smithi002.hmjpwx (mgr.14180) 1201 : cluster [DBG] pgmap v808: 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-12-25T21:41:54.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:54 smithi153 bash[28368]: cluster 2023-12-25T21:41:52.702143+0000 mgr.smithi002.hmjpwx (mgr.14180) 1201 : cluster [DBG] pgmap v808: 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-12-25T21:41:55.272 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:41:55.272 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:41:56.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:41:56.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:56 smithi002 bash[24825]: cluster 2023-12-25T21:41:54.703397+0000 mgr.smithi002.hmjpwx (mgr.14180) 1202 : cluster [DBG] pgmap v809: 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-12-25T21:41:56.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:56 smithi002 bash[24825]: audit 2023-12-25T21:41:55.266407+0000 mgr.smithi002.hmjpwx (mgr.14180) 1203 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:56 smithi153 bash[28368]: cluster 2023-12-25T21:41:54.703397+0000 mgr.smithi002.hmjpwx (mgr.14180) 1202 : cluster [DBG] pgmap v809: 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-12-25T21:41:56.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:56 smithi153 bash[28368]: audit 2023-12-25T21:41:55.266407+0000 mgr.smithi002.hmjpwx (mgr.14180) 1203 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:41:57.194 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:41:58.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:41:58 smithi002 bash[24825]: cluster 2023-12-25T21:41:56.704691+0000 mgr.smithi002.hmjpwx (mgr.14180) 1204 : cluster [DBG] pgmap v810: 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-12-25T21:41:58.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:41:58 smithi153 bash[28368]: cluster 2023-12-25T21:41:56.704691+0000 mgr.smithi002.hmjpwx (mgr.14180) 1204 : cluster [DBG] pgmap v810: 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-12-25T21:42:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:00 smithi002 bash[24825]: cluster 2023-12-25T21:41:58.705804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1205 : 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-12-25T21:42:00.527 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:00.527 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:00 smithi153 bash[28368]: cluster 2023-12-25T21:41:58.705804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1205 : 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-12-25T21:42:01.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:02.421 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:02.629 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:02 smithi002 bash[24825]: audit 2023-12-25T21:42:00.517202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1206 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:02.629 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:02 smithi002 bash[24825]: cluster 2023-12-25T21:42:00.707145+0000 mgr.smithi002.hmjpwx (mgr.14180) 1207 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:02.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:02 smithi153 bash[28368]: audit 2023-12-25T21:42:00.517202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1206 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:02.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:02 smithi153 bash[28368]: cluster 2023-12-25T21:42:00.707145+0000 mgr.smithi002.hmjpwx (mgr.14180) 1207 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:04.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:04 smithi002 bash[24825]: cluster 2023-12-25T21:42:02.707779+0000 mgr.smithi002.hmjpwx (mgr.14180) 1208 : 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-12-25T21:42:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:04 smithi153 bash[28368]: cluster 2023-12-25T21:42:02.707779+0000 mgr.smithi002.hmjpwx (mgr.14180) 1208 : 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-12-25T21:42:05.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:05 smithi002 bash[24825]: cluster 2023-12-25T21:42:04.709142+0000 mgr.smithi002.hmjpwx (mgr.14180) 1209 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:05 smithi153 bash[28368]: cluster 2023-12-25T21:42:04.709142+0000 mgr.smithi002.hmjpwx (mgr.14180) 1209 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:06.088 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:06.088 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:06 smithi002 bash[24825]: audit 2023-12-25T21:42:06.079048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1210 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:06.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:06 smithi153 bash[28368]: audit 2023-12-25T21:42:06.079048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1210 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:07.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:07.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:07 smithi002 bash[24825]: cluster 2023-12-25T21:42:06.710410+0000 mgr.smithi002.hmjpwx (mgr.14180) 1211 : 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-12-25T21:42:07.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:07 smithi153 bash[28368]: cluster 2023-12-25T21:42:06.710410+0000 mgr.smithi002.hmjpwx (mgr.14180) 1211 : 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-12-25T21:42:08.031 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:10.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:10 smithi002 bash[24825]: cluster 2023-12-25T21:42:08.711480+0000 mgr.smithi002.hmjpwx (mgr.14180) 1212 : 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-12-25T21:42:10.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:10 smithi153 bash[28368]: cluster 2023-12-25T21:42:08.711480+0000 mgr.smithi002.hmjpwx (mgr.14180) 1212 : 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-12-25T21:42:11.503 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:11.504 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:12.395 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:12.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:12 smithi153 bash[28368]: cluster 2023-12-25T21:42:10.712825+0000 mgr.smithi002.hmjpwx (mgr.14180) 1213 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:12.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:12 smithi002 bash[24825]: cluster 2023-12-25T21:42:10.712825+0000 mgr.smithi002.hmjpwx (mgr.14180) 1213 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:13.397 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:13.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:13 smithi153 bash[28368]: audit 2023-12-25T21:42:11.493089+0000 mgr.smithi002.hmjpwx (mgr.14180) 1214 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:13.598 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:13 smithi002 bash[24825]: audit 2023-12-25T21:42:11.493089+0000 mgr.smithi002.hmjpwx (mgr.14180) 1214 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:14.616 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:14 smithi002 bash[24825]: cluster 2023-12-25T21:42:12.713860+0000 mgr.smithi002.hmjpwx (mgr.14180) 1215 : 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-12-25T21:42:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:14 smithi153 bash[28368]: cluster 2023-12-25T21:42:12.713860+0000 mgr.smithi002.hmjpwx (mgr.14180) 1215 : 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-12-25T21:42:16.567 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:16 smithi002 bash[24825]: cluster 2023-12-25T21:42:14.715183+0000 mgr.smithi002.hmjpwx (mgr.14180) 1216 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:16.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:16 smithi153 bash[28368]: cluster 2023-12-25T21:42:14.715183+0000 mgr.smithi002.hmjpwx (mgr.14180) 1216 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:17.005 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:17.005 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:17.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:18.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:18 smithi002 bash[24825]: cluster 2023-12-25T21:42:16.716104+0000 mgr.smithi002.hmjpwx (mgr.14180) 1217 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:18.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:18 smithi002 bash[24825]: audit 2023-12-25T21:42:16.995422+0000 mgr.smithi002.hmjpwx (mgr.14180) 1218 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:18.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:18 smithi153 bash[28368]: cluster 2023-12-25T21:42:16.716104+0000 mgr.smithi002.hmjpwx (mgr.14180) 1217 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:18.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:18 smithi153 bash[28368]: audit 2023-12-25T21:42:16.995422+0000 mgr.smithi002.hmjpwx (mgr.14180) 1218 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:18.896 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:20 smithi002 bash[24825]: cluster 2023-12-25T21:42:18.717164+0000 mgr.smithi002.hmjpwx (mgr.14180) 1219 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:20.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:20 smithi153 bash[28368]: cluster 2023-12-25T21:42:18.717164+0000 mgr.smithi002.hmjpwx (mgr.14180) 1219 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:22 smithi002 bash[24825]: cluster 2023-12-25T21:42:20.717882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1220 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:22.536 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:22.536 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:22 smithi153 bash[28368]: cluster 2023-12-25T21:42:20.717882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1220 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:23.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:23 smithi002 bash[24825]: audit 2023-12-25T21:42:22.524675+0000 mgr.smithi002.hmjpwx (mgr.14180) 1221 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:23 smithi002 bash[24825]: cluster 2023-12-25T21:42:22.718901+0000 mgr.smithi002.hmjpwx (mgr.14180) 1222 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:23.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:23 smithi153 bash[28368]: audit 2023-12-25T21:42:22.524675+0000 mgr.smithi002.hmjpwx (mgr.14180) 1221 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:23.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:23 smithi153 bash[28368]: cluster 2023-12-25T21:42:22.718901+0000 mgr.smithi002.hmjpwx (mgr.14180) 1222 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:24.477 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:26.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:26 smithi002 bash[24825]: cluster 2023-12-25T21:42:24.720179+0000 mgr.smithi002.hmjpwx (mgr.14180) 1223 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:26.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:26 smithi153 bash[28368]: cluster 2023-12-25T21:42:24.720179+0000 mgr.smithi002.hmjpwx (mgr.14180) 1223 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:28.345 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:28.345 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:28.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:28 smithi153 bash[28368]: cluster 2023-12-25T21:42:26.721514+0000 mgr.smithi002.hmjpwx (mgr.14180) 1224 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:28.621 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:28 smithi002 bash[24825]: cluster 2023-12-25T21:42:26.721514+0000 mgr.smithi002.hmjpwx (mgr.14180) 1224 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:29.305 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:30.307 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:30 smithi153 bash[28368]: audit 2023-12-25T21:42:28.334724+0000 mgr.smithi002.hmjpwx (mgr.14180) 1225 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:30.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:30 smithi153 bash[28368]: cluster 2023-12-25T21:42:28.722635+0000 mgr.smithi002.hmjpwx (mgr.14180) 1226 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:30.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:30 smithi002 bash[24825]: audit 2023-12-25T21:42:28.334724+0000 mgr.smithi002.hmjpwx (mgr.14180) 1225 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:30.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:30 smithi002 bash[24825]: cluster 2023-12-25T21:42:28.722635+0000 mgr.smithi002.hmjpwx (mgr.14180) 1226 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:32.586 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:32 smithi002 bash[24825]: cluster 2023-12-25T21:42:30.723921+0000 mgr.smithi002.hmjpwx (mgr.14180) 1227 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:32 smithi153 bash[28368]: cluster 2023-12-25T21:42:30.723921+0000 mgr.smithi002.hmjpwx (mgr.14180) 1227 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:33.969 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:33.969 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:34.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:34 smithi002 bash[24825]: cluster 2023-12-25T21:42:32.724997+0000 mgr.smithi002.hmjpwx (mgr.14180) 1228 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:34.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:34 smithi153 bash[28368]: cluster 2023-12-25T21:42:32.724997+0000 mgr.smithi002.hmjpwx (mgr.14180) 1228 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:42:34.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:35.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:35 smithi002 bash[24825]: audit 2023-12-25T21:42:33.959536+0000 mgr.smithi002.hmjpwx (mgr.14180) 1229 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:35 smithi153 bash[28368]: audit 2023-12-25T21:42:33.959536+0000 mgr.smithi002.hmjpwx (mgr.14180) 1229 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:35.885 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:36.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:36 smithi002 bash[24825]: cluster 2023-12-25T21:42:34.726297+0000 mgr.smithi002.hmjpwx (mgr.14180) 1230 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:36 smithi153 bash[28368]: cluster 2023-12-25T21:42:34.726297+0000 mgr.smithi002.hmjpwx (mgr.14180) 1230 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:42:38.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:38 smithi002 bash[24825]: cluster 2023-12-25T21:42:36.727439+0000 mgr.smithi002.hmjpwx (mgr.14180) 1231 : 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-12-25T21:42:38.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:38 smithi153 bash[28368]: cluster 2023-12-25T21:42:36.727439+0000 mgr.smithi002.hmjpwx (mgr.14180) 1231 : 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-12-25T21:42:39.581 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:39.582 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:40.429 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:40.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:40 smithi153 bash[28368]: cluster 2023-12-25T21:42:38.728567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1232 : 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-12-25T21:42:40.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:40 smithi002 bash[24825]: cluster 2023-12-25T21:42:38.728567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1232 : 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-12-25T21:42:41.430 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:41.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:41 smithi153 bash[28368]: audit 2023-12-25T21:42:39.572378+0000 mgr.smithi002.hmjpwx (mgr.14180) 1233 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:41.636 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:41 smithi002 bash[24825]: audit 2023-12-25T21:42:39.572378+0000 mgr.smithi002.hmjpwx (mgr.14180) 1233 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:42.615 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:42 smithi002 bash[24825]: cluster 2023-12-25T21:42:40.729790+0000 mgr.smithi002.hmjpwx (mgr.14180) 1234 : 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-12-25T21:42:42.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:42 smithi153 bash[28368]: cluster 2023-12-25T21:42:40.729790+0000 mgr.smithi002.hmjpwx (mgr.14180) 1234 : 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-12-25T21:42:44.559 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:44 smithi002 bash[24825]: cluster 2023-12-25T21:42:42.730895+0000 mgr.smithi002.hmjpwx (mgr.14180) 1235 : 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-12-25T21:42:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:44 smithi153 bash[28368]: cluster 2023-12-25T21:42:42.730895+0000 mgr.smithi002.hmjpwx (mgr.14180) 1235 : 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-12-25T21:42:44.928 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:44.928 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:45.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:46.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:46 smithi002 bash[24825]: cluster 2023-12-25T21:42:44.732065+0000 mgr.smithi002.hmjpwx (mgr.14180) 1236 : 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-12-25T21:42:46.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:46 smithi002 bash[24825]: audit 2023-12-25T21:42:44.918855+0000 mgr.smithi002.hmjpwx (mgr.14180) 1237 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:46.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:46 smithi153 bash[28368]: cluster 2023-12-25T21:42:44.732065+0000 mgr.smithi002.hmjpwx (mgr.14180) 1236 : 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-12-25T21:42:46.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:46 smithi153 bash[28368]: audit 2023-12-25T21:42:44.918855+0000 mgr.smithi002.hmjpwx (mgr.14180) 1237 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:46.816 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:46.701821+0000 mon.smithi002 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:42:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:47.012287+0000 mon.smithi002 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:42:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:47.014113+0000 mon.smithi002 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:42:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:47.022090+0000 mon.smithi002 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:47.028495+0000 mon.smithi002 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:42:47.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:47 smithi002 bash[24825]: audit 2023-12-25T21:42:47.042373+0000 mon.smithi002 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:46.701821+0000 mon.smithi002 (mon.0) 991 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:47.012287+0000 mon.smithi002 (mon.0) 992 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:47.014113+0000 mon.smithi002 (mon.0) 993 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:47.022090+0000 mon.smithi002 (mon.0) 994 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:47.028495+0000 mon.smithi002 (mon.0) 995 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:42:47.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:47 smithi153 bash[28368]: audit 2023-12-25T21:42:47.042373+0000 mon.smithi002 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:48.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:48 smithi002 bash[24825]: cluster 2023-12-25T21:42:46.733162+0000 mgr.smithi002.hmjpwx (mgr.14180) 1238 : 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-12-25T21:42:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:48 smithi002 bash[24825]: cluster 2023-12-25T21:42:47.022684+0000 mgr.smithi002.hmjpwx (mgr.14180) 1239 : cluster [DBG] pgmap v836: 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-12-25T21:42:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:48 smithi002 bash[24825]: cephadm 2023-12-25T21:42:47.047327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1240 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tqnbme on smithi153 2023-12-25T21:42:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:48 smithi002 bash[24825]: cluster 2023-12-25T21:42:47.297342+0000 mon.smithi002 (mon.0) 997 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:42:48.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:48 smithi002 bash[24825]: cluster 2023-12-25T21:42:47.297398+0000 mon.smithi002 (mon.0) 998 : cluster [INF] Cluster is now healthy 2023-12-25T21:42:48.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:48 smithi153 bash[28368]: cluster 2023-12-25T21:42:46.733162+0000 mgr.smithi002.hmjpwx (mgr.14180) 1238 : 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-12-25T21:42:48.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:48 smithi153 bash[28368]: cluster 2023-12-25T21:42:47.022684+0000 mgr.smithi002.hmjpwx (mgr.14180) 1239 : cluster [DBG] pgmap v836: 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-12-25T21:42:48.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:48 smithi153 bash[28368]: cephadm 2023-12-25T21:42:47.047327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1240 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tqnbme on smithi153 2023-12-25T21:42:48.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:48 smithi153 bash[28368]: cluster 2023-12-25T21:42:47.297342+0000 mon.smithi002 (mon.0) 997 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:42:48.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:48 smithi153 bash[28368]: cluster 2023-12-25T21:42:47.297398+0000 mon.smithi002 (mon.0) 998 : cluster [INF] Cluster is now healthy 2023-12-25T21:42:50.290 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:50.291 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:40:38.129953Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hxjbog on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:42.379191Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qtcyup on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qtcyup\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qtcyup\nDeploy daemon haproxy.nfs.foo.smithi153.qtcyup ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.694049Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.iufdff on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-iufdff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.iufdff\nDeploy daemon haproxy.nfs.foo.smithi002.iufdff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:41:46.696269Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.iupvyy on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:50.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:50 smithi002 bash[24825]: cluster 2023-12-25T21:42:49.023507+0000 mgr.smithi002.hmjpwx (mgr.14180) 1241 : cluster [DBG] pgmap v837: 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-12-25T21:42:50.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:50 smithi153 bash[28368]: cluster 2023-12-25T21:42:49.023507+0000 mgr.smithi002.hmjpwx (mgr.14180) 1241 : cluster [DBG] pgmap v837: 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-12-25T21:42:51.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:51 smithi002 bash[24825]: audit 2023-12-25T21:42:50.280893+0000 mgr.smithi002.hmjpwx (mgr.14180) 1242 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:51 smithi002 bash[24825]: audit 2023-12-25T21:42:50.968621+0000 mon.smithi002 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tqnbme"}]: dispatch 2023-12-25T21:42:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:51 smithi002 bash[24825]: audit 2023-12-25T21:42:51.118827+0000 mon.smithi002 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:51.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:51 smithi153 bash[28368]: audit 2023-12-25T21:42:50.280893+0000 mgr.smithi002.hmjpwx (mgr.14180) 1242 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:51.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:51 smithi153 bash[28368]: audit 2023-12-25T21:42:50.968621+0000 mon.smithi002 (mon.0) 999 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tqnbme"}]: dispatch 2023-12-25T21:42:51.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:51 smithi153 bash[28368]: audit 2023-12-25T21:42:51.118827+0000 mon.smithi002 (mon.0) 1000 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:42:52.240 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: cephadm 2023-12-25T21:42:50.967802+0000 mgr.smithi002.hmjpwx (mgr.14180) 1243 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: cephadm 2023-12-25T21:42:50.968089+0000 mgr.smithi002.hmjpwx (mgr.14180) 1244 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: cephadm 2023-12-25T21:42:50.970346+0000 mgr.smithi002.hmjpwx (mgr.14180) 1245 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: cephadm 2023-12-25T21:42:50.975365+0000 mgr.smithi002.hmjpwx (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.kguddw on smithi002 2023-12-25T21:42:52.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:52 smithi002 bash[24825]: cluster 2023-12-25T21:42:51.024545+0000 mgr.smithi002.hmjpwx (mgr.14180) 1247 : cluster [DBG] pgmap v838: 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-12-25T21:42:52.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: cephadm 2023-12-25T21:42:50.967802+0000 mgr.smithi002.hmjpwx (mgr.14180) 1243 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: cephadm 2023-12-25T21:42:50.968089+0000 mgr.smithi002.hmjpwx (mgr.14180) 1244 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: cephadm 2023-12-25T21:42:50.970346+0000 mgr.smithi002.hmjpwx (mgr.14180) 1245 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme 2023-12-25T21:42:52.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tqnbme ... 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: cephadm 2023-12-25T21:42:50.975365+0000 mgr.smithi002.hmjpwx (mgr.14180) 1246 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.kguddw on smithi002 2023-12-25T21:42:52.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:52 smithi153 bash[28368]: cluster 2023-12-25T21:42:51.024545+0000 mgr.smithi002.hmjpwx (mgr.14180) 1247 : cluster [DBG] pgmap v838: 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-12-25T21:42:53.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:53 smithi002 bash[24825]: cluster 2023-12-25T21:42:53.025359+0000 mgr.smithi002.hmjpwx (mgr.14180) 1248 : cluster [DBG] pgmap v839: 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-12-25T21:42:53.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:53 smithi153 bash[28368]: cluster 2023-12-25T21:42:53.025359+0000 mgr.smithi002.hmjpwx (mgr.14180) 1248 : cluster [DBG] pgmap v839: 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-12-25T21:42:56.051 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:42:56.051 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: cluster 2023-12-25T21:42:55.026448+0000 mgr.smithi002.hmjpwx (mgr.14180) 1249 : cluster [DBG] pgmap v840: 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-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: cephadm 2023-12-25T21:42:55.310189+0000 mgr.smithi002.hmjpwx (mgr.14180) 1250 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.361 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: cephadm 2023-12-25T21:42:55.310573+0000 mgr.smithi002.hmjpwx (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: audit 2023-12-25T21:42:55.311037+0000 mon.smithi002 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.kguddw"}]: dispatch 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: cephadm 2023-12-25T21:42:55.311912+0000 mgr.smithi002.hmjpwx (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.362 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.363 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:56 smithi002 bash[24825]: cephadm 2023-12-25T21:42:55.313791+0000 mgr.smithi002.hmjpwx (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: cluster 2023-12-25T21:42:55.026448+0000 mgr.smithi002.hmjpwx (mgr.14180) 1249 : cluster [DBG] pgmap v840: 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-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: cephadm 2023-12-25T21:42:55.310189+0000 mgr.smithi002.hmjpwx (mgr.14180) 1250 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:42:56.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: cephadm 2023-12-25T21:42:55.310573+0000 mgr.smithi002.hmjpwx (mgr.14180) 1251 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: audit 2023-12-25T21:42:55.311037+0000 mon.smithi002 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.kguddw"}]: dispatch 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: cephadm 2023-12-25T21:42:55.311912+0000 mgr.smithi002.hmjpwx (mgr.14180) 1252 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.kguddw ... 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:42:56.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:56 smithi153 bash[28368]: cephadm 2023-12-25T21:42:55.313791+0000 mgr.smithi002.hmjpwx (mgr.14180) 1253 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:57.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:42:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:57 smithi002 bash[24825]: cephadm 2023-12-25T21:42:55.315511+0000 mgr.smithi002.hmjpwx (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:57 smithi002 bash[24825]: cluster 2023-12-25T21:42:55.316583+0000 mgr.smithi002.hmjpwx (mgr.14180) 1255 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-25T21:42:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:57 smithi002 bash[24825]: audit 2023-12-25T21:42:56.041131+0000 mgr.smithi002.hmjpwx (mgr.14180) 1256 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:57 smithi002 bash[24825]: cluster 2023-12-25T21:42:56.277725+0000 mon.smithi002 (mon.0) 1002 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:42:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:57 smithi153 bash[28368]: cephadm 2023-12-25T21:42:55.315511+0000 mgr.smithi002.hmjpwx (mgr.14180) 1254 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:42:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:57 smithi153 bash[28368]: cluster 2023-12-25T21:42:55.316583+0000 mgr.smithi002.hmjpwx (mgr.14180) 1255 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 238 B/s rd, 0 op/s 2023-12-25T21:42:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:57 smithi153 bash[28368]: audit 2023-12-25T21:42:56.041131+0000 mgr.smithi002.hmjpwx (mgr.14180) 1256 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:42:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:57 smithi153 bash[28368]: cluster 2023-12-25T21:42:56.277725+0000 mon.smithi002 (mon.0) 1002 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:42:58.051 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:42:59.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:42:59 smithi002 bash[24825]: cluster 2023-12-25T21:42:57.317549+0000 mgr.smithi002.hmjpwx (mgr.14180) 1257 : cluster [DBG] pgmap v842: 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-12-25T21:42:59.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:42:59 smithi153 bash[28368]: cluster 2023-12-25T21:42:57.317549+0000 mgr.smithi002.hmjpwx (mgr.14180) 1257 : cluster [DBG] pgmap v842: 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-12-25T21:43:01.221 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:00 smithi002 bash[24825]: cluster 2023-12-25T21:42:59.318842+0000 mgr.smithi002.hmjpwx (mgr.14180) 1258 : cluster [DBG] pgmap v843: 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-12-25T21:43:01.221 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:00 smithi002 bash[24825]: audit 2023-12-25T21:42:59.886837+0000 mon.smithi002 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:01.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:00 smithi153 bash[28368]: cluster 2023-12-25T21:42:59.318842+0000 mgr.smithi002.hmjpwx (mgr.14180) 1258 : cluster [DBG] pgmap v843: 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-12-25T21:43:01.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:00 smithi153 bash[28368]: audit 2023-12-25T21:42:59.886837+0000 mon.smithi002 (mon.0) 1003 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:01.592 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:01.592 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:02.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:03.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:02 smithi002 bash[24825]: cluster 2023-12-25T21:43:01.319606+0000 mgr.smithi002.hmjpwx (mgr.14180) 1259 : cluster [DBG] pgmap v844: 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-12-25T21:43:03.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:02 smithi002 bash[24825]: audit 2023-12-25T21:43:01.580824+0000 mgr.smithi002.hmjpwx (mgr.14180) 1260 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:03.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:02 smithi153 bash[28368]: cluster 2023-12-25T21:43:01.319606+0000 mgr.smithi002.hmjpwx (mgr.14180) 1259 : cluster [DBG] pgmap v844: 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-12-25T21:43:03.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:02 smithi153 bash[28368]: audit 2023-12-25T21:43:01.580824+0000 mgr.smithi002.hmjpwx (mgr.14180) 1260 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:03.476 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:05.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:05 smithi002 bash[24825]: cluster 2023-12-25T21:43:03.320560+0000 mgr.smithi002.hmjpwx (mgr.14180) 1261 : cluster [DBG] pgmap v845: 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-12-25T21:43:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:05 smithi153 bash[28368]: cluster 2023-12-25T21:43:03.320560+0000 mgr.smithi002.hmjpwx (mgr.14180) 1261 : cluster [DBG] pgmap v845: 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-12-25T21:43:06.943 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:06.944 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:07 smithi002 bash[24825]: cluster 2023-12-25T21:43:05.322028+0000 mgr.smithi002.hmjpwx (mgr.14180) 1262 : cluster [DBG] pgmap v846: 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-12-25T21:43:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:07 smithi002 bash[24825]: audit 2023-12-25T21:43:06.118915+0000 mon.smithi002 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:07 smithi153 bash[28368]: cluster 2023-12-25T21:43:05.322028+0000 mgr.smithi002.hmjpwx (mgr.14180) 1262 : cluster [DBG] pgmap v846: 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-12-25T21:43:07.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:07 smithi153 bash[28368]: audit 2023-12-25T21:43:06.118915+0000 mon.smithi002 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:07.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:08.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:08 smithi002 bash[24825]: audit 2023-12-25T21:43:06.934223+0000 mgr.smithi002.hmjpwx (mgr.14180) 1263 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:08.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:08 smithi153 bash[28368]: audit 2023-12-25T21:43:06.934223+0000 mgr.smithi002.hmjpwx (mgr.14180) 1263 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:08.754 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:09.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:09 smithi002 bash[24825]: cluster 2023-12-25T21:43:07.323233+0000 mgr.smithi002.hmjpwx (mgr.14180) 1264 : 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-12-25T21:43:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:09 smithi153 bash[28368]: cluster 2023-12-25T21:43:07.323233+0000 mgr.smithi002.hmjpwx (mgr.14180) 1264 : 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-12-25T21:43:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:11 smithi002 bash[24825]: cluster 2023-12-25T21:43:09.324141+0000 mgr.smithi002.hmjpwx (mgr.14180) 1265 : 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-12-25T21:43:11.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:11 smithi153 bash[28368]: cluster 2023-12-25T21:43:09.324141+0000 mgr.smithi002.hmjpwx (mgr.14180) 1265 : 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-12-25T21:43:12.289 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:12.289 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:13.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:13 smithi002 bash[24825]: cluster 2023-12-25T21:43:11.325314+0000 mgr.smithi002.hmjpwx (mgr.14180) 1266 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:13 smithi002 bash[24825]: audit 2023-12-25T21:43:12.279271+0000 mgr.smithi002.hmjpwx (mgr.14180) 1267 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:13.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:13 smithi153 bash[28368]: cluster 2023-12-25T21:43:11.325314+0000 mgr.smithi002.hmjpwx (mgr.14180) 1266 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:13.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:13 smithi153 bash[28368]: audit 2023-12-25T21:43:12.279271+0000 mgr.smithi002.hmjpwx (mgr.14180) 1267 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:14.199 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:15.574 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:15 smithi002 bash[24825]: cluster 2023-12-25T21:43:13.326002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1268 : 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-12-25T21:43:15.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:15 smithi153 bash[28368]: cluster 2023-12-25T21:43:13.326002+0000 mgr.smithi002.hmjpwx (mgr.14180) 1268 : 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-12-25T21:43:17.709 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:17.709 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:17.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:17 smithi002 bash[24825]: cluster 2023-12-25T21:43:15.327202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1269 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:17.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:17 smithi153 bash[28368]: cluster 2023-12-25T21:43:15.327202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1269 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:18.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:19.643 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:19.656 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:19 smithi002 bash[24825]: cluster 2023-12-25T21:43:17.328165+0000 mgr.smithi002.hmjpwx (mgr.14180) 1270 : 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-12-25T21:43:19.656 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:19 smithi002 bash[24825]: audit 2023-12-25T21:43:17.698726+0000 mgr.smithi002.hmjpwx (mgr.14180) 1271 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:19.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:19 smithi153 bash[28368]: cluster 2023-12-25T21:43:17.328165+0000 mgr.smithi002.hmjpwx (mgr.14180) 1270 : 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-12-25T21:43:19.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:19 smithi153 bash[28368]: audit 2023-12-25T21:43:17.698726+0000 mgr.smithi002.hmjpwx (mgr.14180) 1271 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:21.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:21 smithi002 bash[24825]: cluster 2023-12-25T21:43:19.329482+0000 mgr.smithi002.hmjpwx (mgr.14180) 1272 : 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-12-25T21:43:21.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:21 smithi153 bash[28368]: cluster 2023-12-25T21:43:19.329482+0000 mgr.smithi002.hmjpwx (mgr.14180) 1272 : 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-12-25T21:43:23.229 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:23.229 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:23 smithi002 bash[24825]: cluster 2023-12-25T21:43:21.330698+0000 mgr.smithi002.hmjpwx (mgr.14180) 1273 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:23.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:23 smithi153 bash[28368]: cluster 2023-12-25T21:43:21.330698+0000 mgr.smithi002.hmjpwx (mgr.14180) 1273 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:24.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:24.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:24 smithi002 bash[24825]: audit 2023-12-25T21:43:23.218225+0000 mgr.smithi002.hmjpwx (mgr.14180) 1274 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:24.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:24 smithi153 bash[28368]: audit 2023-12-25T21:43:23.218225+0000 mgr.smithi002.hmjpwx (mgr.14180) 1274 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:25.142 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:25 smithi002 bash[24825]: cluster 2023-12-25T21:43:23.331420+0000 mgr.smithi002.hmjpwx (mgr.14180) 1275 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:25.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:25 smithi153 bash[28368]: cluster 2023-12-25T21:43:23.331420+0000 mgr.smithi002.hmjpwx (mgr.14180) 1275 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:26.619 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:26 smithi002 bash[24825]: cluster 2023-12-25T21:43:25.332204+0000 mgr.smithi002.hmjpwx (mgr.14180) 1276 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:26.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:26 smithi153 bash[28368]: cluster 2023-12-25T21:43:25.332204+0000 mgr.smithi002.hmjpwx (mgr.14180) 1276 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:28 smithi002 bash[24825]: cluster 2023-12-25T21:43:27.332756+0000 mgr.smithi002.hmjpwx (mgr.14180) 1277 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:28.582 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:28.582 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:28.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:28 smithi153 bash[28368]: cluster 2023-12-25T21:43:27.332756+0000 mgr.smithi002.hmjpwx (mgr.14180) 1277 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:29.434 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:30.435 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:30.631 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:30 smithi002 bash[24825]: audit 2023-12-25T21:43:28.573429+0000 mgr.smithi002.hmjpwx (mgr.14180) 1278 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:30.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:30 smithi153 bash[28368]: audit 2023-12-25T21:43:28.573429+0000 mgr.smithi002.hmjpwx (mgr.14180) 1278 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:31.623 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:31 smithi002 bash[24825]: cluster 2023-12-25T21:43:29.333694+0000 mgr.smithi002.hmjpwx (mgr.14180) 1279 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:31.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:31 smithi153 bash[28368]: cluster 2023-12-25T21:43:29.333694+0000 mgr.smithi002.hmjpwx (mgr.14180) 1279 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:33.730 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:33.730 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:33.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:33 smithi002 bash[24825]: cluster 2023-12-25T21:43:31.334916+0000 mgr.smithi002.hmjpwx (mgr.14180) 1280 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:33 smithi153 bash[28368]: cluster 2023-12-25T21:43:31.334916+0000 mgr.smithi002.hmjpwx (mgr.14180) 1280 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:34.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:35.646 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:35.658 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:35 smithi002 bash[24825]: cluster 2023-12-25T21:43:33.335878+0000 mgr.smithi002.hmjpwx (mgr.14180) 1281 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:35.659 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:35 smithi002 bash[24825]: audit 2023-12-25T21:43:33.723373+0000 mgr.smithi002.hmjpwx (mgr.14180) 1282 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:35 smithi153 bash[28368]: cluster 2023-12-25T21:43:33.335878+0000 mgr.smithi002.hmjpwx (mgr.14180) 1281 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:35.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:35 smithi153 bash[28368]: audit 2023-12-25T21:43:33.723373+0000 mgr.smithi002.hmjpwx (mgr.14180) 1282 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:37.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:37 smithi002 bash[24825]: cluster 2023-12-25T21:43:35.337296+0000 mgr.smithi002.hmjpwx (mgr.14180) 1283 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:37.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:37 smithi153 bash[28368]: cluster 2023-12-25T21:43:35.337296+0000 mgr.smithi002.hmjpwx (mgr.14180) 1283 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:43:39.306 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:39.307 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:39.602 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:39 smithi002 bash[24825]: cluster 2023-12-25T21:43:37.338477+0000 mgr.smithi002.hmjpwx (mgr.14180) 1284 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:39.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:39 smithi153 bash[28368]: cluster 2023-12-25T21:43:37.338477+0000 mgr.smithi002.hmjpwx (mgr.14180) 1284 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:40.259 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:40.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:40 smithi002 bash[24825]: audit 2023-12-25T21:43:39.295392+0000 mgr.smithi002.hmjpwx (mgr.14180) 1285 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:40 smithi153 bash[28368]: audit 2023-12-25T21:43:39.295392+0000 mgr.smithi002.hmjpwx (mgr.14180) 1285 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:41.261 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:41.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:41 smithi002 bash[24825]: cluster 2023-12-25T21:43:39.339555+0000 mgr.smithi002.hmjpwx (mgr.14180) 1286 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:41.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:41 smithi153 bash[28368]: cluster 2023-12-25T21:43:39.339555+0000 mgr.smithi002.hmjpwx (mgr.14180) 1286 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:42.674 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:42 smithi002 bash[24825]: cluster 2023-12-25T21:43:41.340877+0000 mgr.smithi002.hmjpwx (mgr.14180) 1287 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:42.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:42 smithi153 bash[28368]: cluster 2023-12-25T21:43:41.340877+0000 mgr.smithi002.hmjpwx (mgr.14180) 1287 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:44.871 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:44.871 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:45 smithi002 bash[24825]: cluster 2023-12-25T21:43:43.341963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1288 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:45.739 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:45.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:45 smithi153 bash[28368]: cluster 2023-12-25T21:43:43.341963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1288 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:43:46.740 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:46.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:46 smithi002 bash[24825]: audit 2023-12-25T21:43:44.866410+0000 mgr.smithi002.hmjpwx (mgr.14180) 1289 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:46.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:46 smithi153 bash[28368]: audit 2023-12-25T21:43:44.866410+0000 mgr.smithi002.hmjpwx (mgr.14180) 1289 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:47 smithi002 bash[24825]: cluster 2023-12-25T21:43:45.343324+0000 mgr.smithi002.hmjpwx (mgr.14180) 1290 : 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-12-25T21:43:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:47 smithi153 bash[28368]: cluster 2023-12-25T21:43:45.343324+0000 mgr.smithi002.hmjpwx (mgr.14180) 1290 : 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-12-25T21:43:49.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:49 smithi002 bash[24825]: cluster 2023-12-25T21:43:47.344423+0000 mgr.smithi002.hmjpwx (mgr.14180) 1291 : 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-12-25T21:43:49.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:49 smithi153 bash[28368]: cluster 2023-12-25T21:43:47.344423+0000 mgr.smithi002.hmjpwx (mgr.14180) 1291 : 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-12-25T21:43:50.186 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:50.187 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:51.065 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:51.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:51 smithi002 bash[24825]: cluster 2023-12-25T21:43:49.345644+0000 mgr.smithi002.hmjpwx (mgr.14180) 1292 : 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-12-25T21:43:51.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:51 smithi002 bash[24825]: audit 2023-12-25T21:43:50.181656+0000 mgr.smithi002.hmjpwx (mgr.14180) 1293 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:51.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:51 smithi153 bash[28368]: cluster 2023-12-25T21:43:49.345644+0000 mgr.smithi002.hmjpwx (mgr.14180) 1292 : 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-12-25T21:43:51.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:51 smithi153 bash[28368]: audit 2023-12-25T21:43:50.181656+0000 mgr.smithi002.hmjpwx (mgr.14180) 1293 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:52.066 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:53.717 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:53 smithi002 bash[24825]: cluster 2023-12-25T21:43:51.346860+0000 mgr.smithi002.hmjpwx (mgr.14180) 1294 : 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-12-25T21:43:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:53 smithi153 bash[28368]: cluster 2023-12-25T21:43:51.346860+0000 mgr.smithi002.hmjpwx (mgr.14180) 1294 : 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-12-25T21:43:55.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:55 smithi002 bash[24825]: cluster 2023-12-25T21:43:53.347804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1295 : 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-12-25T21:43:55.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:55 smithi002 bash[24825]: audit 2023-12-25T21:43:55.319377+0000 mon.smithi002 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:43:55.745 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:43:55.745 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:41:46.697923Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.hgjqtk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:43:55.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:55 smithi153 bash[28368]: cluster 2023-12-25T21:43:53.347804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1295 : 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-12-25T21:43:55.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:55 smithi153 bash[28368]: audit 2023-12-25T21:43:55.319377+0000 mon.smithi002 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: cluster 2023-12-25T21:43:55.349086+0000 mgr.smithi002.hmjpwx (mgr.14180) 1296 : 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-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.622100+0000 mon.smithi002 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.623219+0000 mon.smithi002 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.630697+0000 mon.smithi002 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: cluster 2023-12-25T21:43:55.631551+0000 mgr.smithi002.hmjpwx (mgr.14180) 1297 : cluster [DBG] pgmap v872: 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-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.637905+0000 mon.smithi002 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.650723+0000 mon.smithi002 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: cephadm 2023-12-25T21:43:55.653876+0000 mgr.smithi002.hmjpwx (mgr.14180) 1298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.rdixag on smithi153 2023-12-25T21:43:56.628 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:56 smithi002 bash[24825]: audit 2023-12-25T21:43:55.734833+0000 mgr.smithi002.hmjpwx (mgr.14180) 1299 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:56.630 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: cluster 2023-12-25T21:43:55.349086+0000 mgr.smithi002.hmjpwx (mgr.14180) 1296 : 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-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.622100+0000 mon.smithi002 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.623219+0000 mon.smithi002 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.630697+0000 mon.smithi002 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: cluster 2023-12-25T21:43:55.631551+0000 mgr.smithi002.hmjpwx (mgr.14180) 1297 : cluster [DBG] pgmap v872: 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-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.637905+0000 mon.smithi002 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.650723+0000 mon.smithi002 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: cephadm 2023-12-25T21:43:55.653876+0000 mgr.smithi002.hmjpwx (mgr.14180) 1298 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.rdixag on smithi153 2023-12-25T21:43:56.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:56 smithi153 bash[28368]: audit 2023-12-25T21:43:55.734833+0000 mgr.smithi002.hmjpwx (mgr.14180) 1299 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:43:57.631 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:43:57.644 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:57 smithi002 bash[24825]: cluster 2023-12-25T21:43:56.329341+0000 mon.smithi002 (mon.0) 1011 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:43:57.644 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:57 smithi002 bash[24825]: cluster 2023-12-25T21:43:56.329395+0000 mon.smithi002 (mon.0) 1012 : cluster [INF] Cluster is now healthy 2023-12-25T21:43:57.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:57 smithi153 bash[28368]: cluster 2023-12-25T21:43:56.329341+0000 mon.smithi002 (mon.0) 1011 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:43:57.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:57 smithi153 bash[28368]: cluster 2023-12-25T21:43:56.329395+0000 mon.smithi002 (mon.0) 1012 : cluster [INF] Cluster is now healthy 2023-12-25T21:43:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:43:58 smithi002 bash[24825]: cluster 2023-12-25T21:43:57.632381+0000 mgr.smithi002.hmjpwx (mgr.14180) 1300 : cluster [DBG] pgmap v873: 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-12-25T21:43:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:43:58 smithi153 bash[28368]: cluster 2023-12-25T21:43:57.632381+0000 mgr.smithi002.hmjpwx (mgr.14180) 1300 : cluster [DBG] pgmap v873: 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-12-25T21:44:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:00 smithi002 bash[24825]: audit 2023-12-25T21:43:59.579835+0000 mon.smithi002 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.rdixag"}]: dispatch 2023-12-25T21:44:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:00 smithi153 bash[28368]: audit 2023-12-25T21:43:59.579835+0000 mon.smithi002 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.rdixag"}]: dispatch 2023-12-25T21:44:01.417 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:01.417 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:50.970058Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tqnbme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tqnbme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tqnbme\nDeploy daemon haproxy.nfs.foo.smithi153.tqnbme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.311798Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.kguddw on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-kguddw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.kguddw\nDeploy daemon haproxy.nfs.foo.smithi002.kguddw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:42:55.313684Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.brdumz on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: cephadm 2023-12-25T21:43:59.579046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1301 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.675 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.676 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: cephadm 2023-12-25T21:43:59.579287+0000 mgr.smithi002.hmjpwx (mgr.14180) 1302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: cephadm 2023-12-25T21:43:59.581343+0000 mgr.smithi002.hmjpwx (mgr.14180) 1303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.680 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: cephadm 2023-12-25T21:43:59.586239+0000 mgr.smithi002.hmjpwx (mgr.14180) 1304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.wlxukj on smithi002 2023-12-25T21:44:01.681 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:01 smithi002 bash[24825]: cluster 2023-12-25T21:43:59.633333+0000 mgr.smithi002.hmjpwx (mgr.14180) 1305 : cluster [DBG] pgmap v874: 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-12-25T21:44:01.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: cephadm 2023-12-25T21:43:59.579046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1301 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:44:01.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: cephadm 2023-12-25T21:43:59.579287+0000 mgr.smithi002.hmjpwx (mgr.14180) 1302 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: cephadm 2023-12-25T21:43:59.581343+0000 mgr.smithi002.hmjpwx (mgr.14180) 1303 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.rdixag ... 2023-12-25T21:44:01.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: cephadm 2023-12-25T21:43:59.586239+0000 mgr.smithi002.hmjpwx (mgr.14180) 1304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.wlxukj on smithi002 2023-12-25T21:44:01.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:01 smithi153 bash[28368]: cluster 2023-12-25T21:43:59.633333+0000 mgr.smithi002.hmjpwx (mgr.14180) 1305 : cluster [DBG] pgmap v874: 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-12-25T21:44:02.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:03.350 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:03 smithi002 bash[24825]: audit 2023-12-25T21:44:01.408635+0000 mgr.smithi002.hmjpwx (mgr.14180) 1306 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:03 smithi002 bash[24825]: cluster 2023-12-25T21:44:01.634298+0000 mgr.smithi002.hmjpwx (mgr.14180) 1307 : cluster [DBG] pgmap v875: 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-12-25T21:44:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:03 smithi153 bash[28368]: audit 2023-12-25T21:44:01.408635+0000 mgr.smithi002.hmjpwx (mgr.14180) 1306 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:03.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:03 smithi153 bash[28368]: cluster 2023-12-25T21:44:01.634298+0000 mgr.smithi002.hmjpwx (mgr.14180) 1307 : cluster [DBG] pgmap v875: 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-12-25T21:44:04.667 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:04 smithi002 bash[24825]: audit 2023-12-25T21:44:03.423895+0000 mon.smithi002 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.wlxukj"}]: dispatch 2023-12-25T21:44:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:04 smithi153 bash[28368]: audit 2023-12-25T21:44:03.423895+0000 mon.smithi002 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.wlxukj"}]: dispatch 2023-12-25T21:44:05.327 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cephadm 2023-12-25T21:44:03.422820+0000 mgr.smithi002.hmjpwx (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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.327 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.327 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.327 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:44:05.328 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:05.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:44:05.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:05.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:44:05.329 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cephadm 2023-12-25T21:44:03.423205+0000 mgr.smithi002.hmjpwx (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cephadm 2023-12-25T21:44:03.425278+0000 mgr.smithi002.hmjpwx (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cephadm 2023-12-25T21:44:03.429138+0000 mgr.smithi002.hmjpwx (mgr.14180) 1311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:05.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cephadm 2023-12-25T21:44:03.431586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:05.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cluster 2023-12-25T21:44:03.432607+0000 mgr.smithi002.hmjpwx (mgr.14180) 1313 : cluster [DBG] pgmap v876: 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-12-25T21:44:05.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: cluster 2023-12-25T21:44:04.314075+0000 mon.smithi002 (mon.0) 1015 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:05.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:05 smithi002 bash[24825]: audit 2023-12-25T21:44:04.935210+0000 mon.smithi002 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:44:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cephadm 2023-12-25T21:44:03.422820+0000 mgr.smithi002.hmjpwx (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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:44:05.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cephadm 2023-12-25T21:44:03.423205+0000 mgr.smithi002.hmjpwx (mgr.14180) 1309 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cephadm 2023-12-25T21:44:03.425278+0000 mgr.smithi002.hmjpwx (mgr.14180) 1310 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.wlxukj ... 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:44:05.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cephadm 2023-12-25T21:44:03.429138+0000 mgr.smithi002.hmjpwx (mgr.14180) 1311 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cephadm 2023-12-25T21:44:03.431586+0000 mgr.smithi002.hmjpwx (mgr.14180) 1312 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cluster 2023-12-25T21:44:03.432607+0000 mgr.smithi002.hmjpwx (mgr.14180) 1313 : cluster [DBG] pgmap v876: 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-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: cluster 2023-12-25T21:44:04.314075+0000 mon.smithi002 (mon.0) 1015 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:44:05.791 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:05 smithi153 bash[28368]: audit 2023-12-25T21:44:04.935210+0000 mon.smithi002 (mon.0) 1016 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:44:07.322 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:07.323 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:07.657 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:07 smithi002 bash[24825]: cluster 2023-12-25T21:44:05.434097+0000 mgr.smithi002.hmjpwx (mgr.14180) 1314 : cluster [DBG] pgmap v877: 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-12-25T21:44:07.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:07 smithi153 bash[28368]: cluster 2023-12-25T21:44:05.434097+0000 mgr.smithi002.hmjpwx (mgr.14180) 1314 : cluster [DBG] pgmap v877: 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-12-25T21:44:08.292 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:08.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:08 smithi002 bash[24825]: audit 2023-12-25T21:44:07.313225+0000 mgr.smithi002.hmjpwx (mgr.14180) 1315 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:08.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:08 smithi002 bash[24825]: cluster 2023-12-25T21:44:07.434881+0000 mgr.smithi002.hmjpwx (mgr.14180) 1316 : cluster [DBG] pgmap v878: 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-12-25T21:44:08.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:08 smithi153 bash[28368]: audit 2023-12-25T21:44:07.313225+0000 mgr.smithi002.hmjpwx (mgr.14180) 1315 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:08.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:08 smithi153 bash[28368]: cluster 2023-12-25T21:44:07.434881+0000 mgr.smithi002.hmjpwx (mgr.14180) 1316 : cluster [DBG] pgmap v878: 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-12-25T21:44:09.293 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:11.629 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:11 smithi002 bash[24825]: cluster 2023-12-25T21:44:09.436103+0000 mgr.smithi002.hmjpwx (mgr.14180) 1317 : cluster [DBG] pgmap v879: 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-12-25T21:44:11.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:11 smithi153 bash[28368]: cluster 2023-12-25T21:44:09.436103+0000 mgr.smithi002.hmjpwx (mgr.14180) 1317 : cluster [DBG] pgmap v879: 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-12-25T21:44:12.904 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:12.905 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:13.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:13 smithi002 bash[24825]: cluster 2023-12-25T21:44:11.437046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1318 : cluster [DBG] pgmap v880: 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-12-25T21:44:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:13 smithi153 bash[28368]: cluster 2023-12-25T21:44:11.437046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1318 : cluster [DBG] pgmap v880: 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-12-25T21:44:13.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:14.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:14 smithi002 bash[24825]: audit 2023-12-25T21:44:12.891484+0000 mgr.smithi002.hmjpwx (mgr.14180) 1319 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:14 smithi153 bash[28368]: audit 2023-12-25T21:44:12.891484+0000 mgr.smithi002.hmjpwx (mgr.14180) 1319 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:14.838 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:15 smithi002 bash[24825]: cluster 2023-12-25T21:44:13.437904+0000 mgr.smithi002.hmjpwx (mgr.14180) 1320 : cluster [DBG] pgmap v881: 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-12-25T21:44:15.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:15 smithi153 bash[28368]: cluster 2023-12-25T21:44:13.437904+0000 mgr.smithi002.hmjpwx (mgr.14180) 1320 : cluster [DBG] pgmap v881: 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-12-25T21:44:17.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:17 smithi002 bash[24825]: cluster 2023-12-25T21:44:15.439098+0000 mgr.smithi002.hmjpwx (mgr.14180) 1321 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:17.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:17 smithi153 bash[28368]: cluster 2023-12-25T21:44:15.439098+0000 mgr.smithi002.hmjpwx (mgr.14180) 1321 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:18.367 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:18.367 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:19.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:19.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:19 smithi002 bash[24825]: cluster 2023-12-25T21:44:17.440224+0000 mgr.smithi002.hmjpwx (mgr.14180) 1322 : 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-12-25T21:44:19.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:19 smithi153 bash[28368]: cluster 2023-12-25T21:44:17.440224+0000 mgr.smithi002.hmjpwx (mgr.14180) 1322 : 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-12-25T21:44:20.316 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:20 smithi002 bash[24825]: audit 2023-12-25T21:44:18.357932+0000 mgr.smithi002.hmjpwx (mgr.14180) 1323 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:20 smithi002 bash[24825]: cluster 2023-12-25T21:44:19.441584+0000 mgr.smithi002.hmjpwx (mgr.14180) 1324 : 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-12-25T21:44:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:20 smithi153 bash[28368]: audit 2023-12-25T21:44:18.357932+0000 mgr.smithi002.hmjpwx (mgr.14180) 1323 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:20 smithi153 bash[28368]: cluster 2023-12-25T21:44:19.441584+0000 mgr.smithi002.hmjpwx (mgr.14180) 1324 : 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-12-25T21:44:22.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:22 smithi002 bash[24825]: cluster 2023-12-25T21:44:21.442862+0000 mgr.smithi002.hmjpwx (mgr.14180) 1325 : 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-12-25T21:44:22.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:22 smithi153 bash[28368]: cluster 2023-12-25T21:44:21.442862+0000 mgr.smithi002.hmjpwx (mgr.14180) 1325 : 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-12-25T21:44:23.863 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:23.864 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:24.717 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:25.718 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:25.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:25 smithi002 bash[24825]: cluster 2023-12-25T21:44:23.443523+0000 mgr.smithi002.hmjpwx (mgr.14180) 1326 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:25.732 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:25 smithi002 bash[24825]: audit 2023-12-25T21:44:23.856539+0000 mgr.smithi002.hmjpwx (mgr.14180) 1327 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:25.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:25 smithi153 bash[28368]: cluster 2023-12-25T21:44:23.443523+0000 mgr.smithi002.hmjpwx (mgr.14180) 1326 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:25.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:25 smithi153 bash[28368]: audit 2023-12-25T21:44:23.856539+0000 mgr.smithi002.hmjpwx (mgr.14180) 1327 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:27 smithi002 bash[24825]: cluster 2023-12-25T21:44:25.444852+0000 mgr.smithi002.hmjpwx (mgr.14180) 1328 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:27.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:27 smithi153 bash[28368]: cluster 2023-12-25T21:44:25.444852+0000 mgr.smithi002.hmjpwx (mgr.14180) 1328 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:29.317 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:29.318 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:29.620 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:29 smithi002 bash[24825]: cluster 2023-12-25T21:44:27.445975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1329 : 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-12-25T21:44:29.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:29 smithi153 bash[28368]: cluster 2023-12-25T21:44:27.445975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1329 : 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-12-25T21:44:30.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:30 smithi002 bash[24825]: audit 2023-12-25T21:44:29.307041+0000 mgr.smithi002.hmjpwx (mgr.14180) 1330 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:30.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:30 smithi153 bash[28368]: audit 2023-12-25T21:44:29.307041+0000 mgr.smithi002.hmjpwx (mgr.14180) 1330 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:31.235 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:31 smithi002 bash[24825]: cluster 2023-12-25T21:44:29.447313+0000 mgr.smithi002.hmjpwx (mgr.14180) 1331 : 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-12-25T21:44:31.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:31 smithi153 bash[28368]: cluster 2023-12-25T21:44:29.447313+0000 mgr.smithi002.hmjpwx (mgr.14180) 1331 : 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-12-25T21:44:33.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:33 smithi002 bash[24825]: cluster 2023-12-25T21:44:31.448249+0000 mgr.smithi002.hmjpwx (mgr.14180) 1332 : 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-12-25T21:44:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:33 smithi153 bash[28368]: cluster 2023-12-25T21:44:31.448249+0000 mgr.smithi002.hmjpwx (mgr.14180) 1332 : 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-12-25T21:44:35.047 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:35.048 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:35.353 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:35 smithi002 bash[24825]: cluster 2023-12-25T21:44:33.449251+0000 mgr.smithi002.hmjpwx (mgr.14180) 1333 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:35 smithi153 bash[28368]: cluster 2023-12-25T21:44:33.449251+0000 mgr.smithi002.hmjpwx (mgr.14180) 1333 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:35.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:36 smithi002 bash[24825]: audit 2023-12-25T21:44:35.039259+0000 mgr.smithi002.hmjpwx (mgr.14180) 1334 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:36.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:36 smithi153 bash[28368]: audit 2023-12-25T21:44:35.039259+0000 mgr.smithi002.hmjpwx (mgr.14180) 1334 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:36.966 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:37.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:37 smithi002 bash[24825]: cluster 2023-12-25T21:44:35.450608+0000 mgr.smithi002.hmjpwx (mgr.14180) 1335 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:37.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:37 smithi153 bash[28368]: cluster 2023-12-25T21:44:35.450608+0000 mgr.smithi002.hmjpwx (mgr.14180) 1335 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:39.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:39 smithi002 bash[24825]: cluster 2023-12-25T21:44:37.451313+0000 mgr.smithi002.hmjpwx (mgr.14180) 1336 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:39.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:39 smithi153 bash[28368]: cluster 2023-12-25T21:44:37.451313+0000 mgr.smithi002.hmjpwx (mgr.14180) 1336 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:40.563 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:40.563 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:41.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:41.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:41 smithi002 bash[24825]: cluster 2023-12-25T21:44:39.452416+0000 mgr.smithi002.hmjpwx (mgr.14180) 1337 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:41.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:41 smithi153 bash[28368]: cluster 2023-12-25T21:44:39.452416+0000 mgr.smithi002.hmjpwx (mgr.14180) 1337 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:42.471 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:42.671 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:42 smithi002 bash[24825]: audit 2023-12-25T21:44:40.553864+0000 mgr.smithi002.hmjpwx (mgr.14180) 1338 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:42 smithi153 bash[28368]: audit 2023-12-25T21:44:40.553864+0000 mgr.smithi002.hmjpwx (mgr.14180) 1338 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:43.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:43 smithi002 bash[24825]: cluster 2023-12-25T21:44:41.453614+0000 mgr.smithi002.hmjpwx (mgr.14180) 1339 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:43 smithi153 bash[28368]: cluster 2023-12-25T21:44:41.453614+0000 mgr.smithi002.hmjpwx (mgr.14180) 1339 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:45.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:45 smithi002 bash[24825]: cluster 2023-12-25T21:44:43.454678+0000 mgr.smithi002.hmjpwx (mgr.14180) 1340 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:45.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:45 smithi153 bash[28368]: cluster 2023-12-25T21:44:43.454678+0000 mgr.smithi002.hmjpwx (mgr.14180) 1340 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:46.118 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:46.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:47.047 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:47 smithi002 bash[24825]: cluster 2023-12-25T21:44:45.455967+0000 mgr.smithi002.hmjpwx (mgr.14180) 1341 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:47 smithi002 bash[24825]: audit 2023-12-25T21:44:46.109142+0000 mgr.smithi002.hmjpwx (mgr.14180) 1342 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:47 smithi153 bash[28368]: cluster 2023-12-25T21:44:45.455967+0000 mgr.smithi002.hmjpwx (mgr.14180) 1341 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:44:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:47 smithi153 bash[28368]: audit 2023-12-25T21:44:46.109142+0000 mgr.smithi002.hmjpwx (mgr.14180) 1342 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:48.048 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:49 smithi002 bash[24825]: cluster 2023-12-25T21:44:47.457141+0000 mgr.smithi002.hmjpwx (mgr.14180) 1343 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:49.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:49 smithi153 bash[28368]: cluster 2023-12-25T21:44:47.457141+0000 mgr.smithi002.hmjpwx (mgr.14180) 1343 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:51.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:51 smithi002 bash[24825]: cluster 2023-12-25T21:44:49.458148+0000 mgr.smithi002.hmjpwx (mgr.14180) 1344 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:51.532 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:51.532 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:51.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:51 smithi153 bash[28368]: cluster 2023-12-25T21:44:49.458148+0000 mgr.smithi002.hmjpwx (mgr.14180) 1344 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:52.407 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:53.407 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:44:53.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:53 smithi002 bash[24825]: cluster 2023-12-25T21:44:51.459262+0000 mgr.smithi002.hmjpwx (mgr.14180) 1345 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:53.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:53 smithi002 bash[24825]: audit 2023-12-25T21:44:51.523045+0000 mgr.smithi002.hmjpwx (mgr.14180) 1346 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:53 smithi153 bash[28368]: cluster 2023-12-25T21:44:51.459262+0000 mgr.smithi002.hmjpwx (mgr.14180) 1345 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:53 smithi153 bash[28368]: audit 2023-12-25T21:44:51.523045+0000 mgr.smithi002.hmjpwx (mgr.14180) 1346 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:55.616 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:55 smithi002 bash[24825]: cluster 2023-12-25T21:44:53.460488+0000 mgr.smithi002.hmjpwx (mgr.14180) 1347 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:55.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:55 smithi153 bash[28368]: cluster 2023-12-25T21:44:53.460488+0000 mgr.smithi002.hmjpwx (mgr.14180) 1347 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:44:56.653 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:56 smithi002 bash[24825]: cluster 2023-12-25T21:44:55.461529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1348 : 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-12-25T21:44:56.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:56 smithi153 bash[28368]: cluster 2023-12-25T21:44:55.461529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1348 : 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-12-25T21:44:57.091 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:44:57.091 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:44:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:57 smithi002 bash[24825]: audit 2023-12-25T21:44:57.081934+0000 mgr.smithi002.hmjpwx (mgr.14180) 1349 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:57.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:57 smithi153 bash[28368]: audit 2023-12-25T21:44:57.081934+0000 mgr.smithi002.hmjpwx (mgr.14180) 1349 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:44:58.011 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:44:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:44:58 smithi002 bash[24825]: cluster 2023-12-25T21:44:57.462270+0000 mgr.smithi002.hmjpwx (mgr.14180) 1350 : 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-12-25T21:44:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:44:58 smithi153 bash[28368]: cluster 2023-12-25T21:44:57.462270+0000 mgr.smithi002.hmjpwx (mgr.14180) 1350 : 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-12-25T21:44:59.012 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:01 smithi002 bash[24825]: cluster 2023-12-25T21:44:59.463467+0000 mgr.smithi002.hmjpwx (mgr.14180) 1351 : 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-12-25T21:45:01.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:01 smithi153 bash[28368]: cluster 2023-12-25T21:44:59.463467+0000 mgr.smithi002.hmjpwx (mgr.14180) 1351 : 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-12-25T21:45:02.591 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:02.591 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:42:55.315384Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kyiewg on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:03.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:03 smithi002 bash[24825]: cluster 2023-12-25T21:45:01.464724+0000 mgr.smithi002.hmjpwx (mgr.14180) 1352 : 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-12-25T21:45:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:03 smithi153 bash[28368]: cluster 2023-12-25T21:45:01.464724+0000 mgr.smithi002.hmjpwx (mgr.14180) 1352 : 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-12-25T21:45:04.472 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:04.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:02.581306+0000 mgr.smithi002.hmjpwx (mgr.14180) 1353 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:04.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.435915+0000 mon.smithi002 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:45:04.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.743413+0000 mon.smithi002 (mon.0) 1018 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:45:04.677 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.744645+0000 mon.smithi002 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:45:04.678 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.752567+0000 mon.smithi002 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:04.678 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.759833+0000 mon.smithi002 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:45:04.678 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:04 smithi002 bash[24825]: audit 2023-12-25T21:45:03.775764+0000 mon.smithi002 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:04.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:02.581306+0000 mgr.smithi002.hmjpwx (mgr.14180) 1353 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.435915+0000 mon.smithi002 (mon.0) 1017 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.743413+0000 mon.smithi002 (mon.0) 1018 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.744645+0000 mon.smithi002 (mon.0) 1019 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.752567+0000 mon.smithi002 (mon.0) 1020 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.759833+0000 mon.smithi002 (mon.0) 1021 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:45:04.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:04 smithi153 bash[28368]: audit 2023-12-25T21:45:03.775764+0000 mon.smithi002 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:05.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:05 smithi002 bash[24825]: cluster 2023-12-25T21:45:03.465531+0000 mgr.smithi002.hmjpwx (mgr.14180) 1354 : 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-12-25T21:45:05.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:05 smithi002 bash[24825]: cluster 2023-12-25T21:45:03.753561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1355 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:45:05.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:05 smithi002 bash[24825]: cephadm 2023-12-25T21:45:03.795327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.pumjaf on smithi153 2023-12-25T21:45:05.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:05 smithi002 bash[24825]: cluster 2023-12-25T21:45:04.324482+0000 mon.smithi002 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:45:05.725 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:05 smithi002 bash[24825]: cluster 2023-12-25T21:45:04.324536+0000 mon.smithi002 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2023-12-25T21:45:05.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:05 smithi153 bash[28368]: cluster 2023-12-25T21:45:03.465531+0000 mgr.smithi002.hmjpwx (mgr.14180) 1354 : 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-12-25T21:45:05.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:05 smithi153 bash[28368]: cluster 2023-12-25T21:45:03.753561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1355 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 397 B/s rd, 0 op/s 2023-12-25T21:45:05.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:05 smithi153 bash[28368]: cephadm 2023-12-25T21:45:03.795327+0000 mgr.smithi002.hmjpwx (mgr.14180) 1356 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.pumjaf on smithi153 2023-12-25T21:45:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:05 smithi153 bash[28368]: cluster 2023-12-25T21:45:04.324482+0000 mon.smithi002 (mon.0) 1023 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:45:05.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:05 smithi153 bash[28368]: cluster 2023-12-25T21:45:04.324536+0000 mon.smithi002 (mon.0) 1024 : cluster [INF] Cluster is now healthy 2023-12-25T21:45:07.454 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:07 smithi153 bash[28368]: cluster 2023-12-25T21:45:05.754768+0000 mgr.smithi002.hmjpwx (mgr.14180) 1357 : cluster [DBG] pgmap v908: 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-12-25T21:45:07.454 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:07 smithi153 bash[28368]: audit 2023-12-25T21:45:06.122982+0000 mon.smithi002 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:07 smithi002 bash[24825]: cluster 2023-12-25T21:45:05.754768+0000 mgr.smithi002.hmjpwx (mgr.14180) 1357 : cluster [DBG] pgmap v908: 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-12-25T21:45:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:07 smithi002 bash[24825]: audit 2023-12-25T21:45:06.122982+0000 mon.smithi002 (mon.0) 1025 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:08.135 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:08.136 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:43:59.581066Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.rdixag on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-rdixag\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.rdixag\nDeploy daemon haproxy.nfs.foo.smithi153.rdixag ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.425133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.wlxukj on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-wlxukj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.wlxukj\nDeploy daemon haproxy.nfs.foo.smithi002.wlxukj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:44:03.429001Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.yejkev on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:08.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:08 smithi002 bash[24825]: audit 2023-12-25T21:45:07.985823+0000 mon.smithi002 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.pumjaf"}]: dispatch 2023-12-25T21:45:08.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:08 smithi153 bash[28368]: audit 2023-12-25T21:45:07.985823+0000 mon.smithi002 (mon.0) 1026 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.pumjaf"}]: dispatch 2023-12-25T21:45:09.029 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: cluster 2023-12-25T21:45:07.755493+0000 mgr.smithi002.hmjpwx (mgr.14180) 1358 : cluster [DBG] pgmap v909: 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-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: cephadm 2023-12-25T21:45:07.984504+0000 mgr.smithi002.hmjpwx (mgr.14180) 1359 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:45:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: cephadm 2023-12-25T21:45:07.985086+0000 mgr.smithi002.hmjpwx (mgr.14180) 1360 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: cephadm 2023-12-25T21:45:07.987596+0000 mgr.smithi002.hmjpwx (mgr.14180) 1361 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: cephadm 2023-12-25T21:45:07.992840+0000 mgr.smithi002.hmjpwx (mgr.14180) 1362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.dhhzvy on smithi002 2023-12-25T21:45:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:09 smithi002 bash[24825]: audit 2023-12-25T21:45:08.128656+0000 mgr.smithi002.hmjpwx (mgr.14180) 1363 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: cluster 2023-12-25T21:45:07.755493+0000 mgr.smithi002.hmjpwx (mgr.14180) 1358 : cluster [DBG] pgmap v909: 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-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: cephadm 2023-12-25T21:45:07.984504+0000 mgr.smithi002.hmjpwx (mgr.14180) 1359 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:45:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: cephadm 2023-12-25T21:45:07.985086+0000 mgr.smithi002.hmjpwx (mgr.14180) 1360 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: cephadm 2023-12-25T21:45:07.987596+0000 mgr.smithi002.hmjpwx (mgr.14180) 1361 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.pumjaf ... 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: cephadm 2023-12-25T21:45:07.992840+0000 mgr.smithi002.hmjpwx (mgr.14180) 1362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.dhhzvy on smithi002 2023-12-25T21:45:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:09 smithi153 bash[28368]: audit 2023-12-25T21:45:08.128656+0000 mgr.smithi002.hmjpwx (mgr.14180) 1363 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:10.029 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:11.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:11 smithi002 bash[24825]: cluster 2023-12-25T21:45:09.756546+0000 mgr.smithi002.hmjpwx (mgr.14180) 1364 : cluster [DBG] pgmap v910: 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-12-25T21:45:11.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:11 smithi153 bash[28368]: cluster 2023-12-25T21:45:09.756546+0000 mgr.smithi002.hmjpwx (mgr.14180) 1364 : cluster [DBG] pgmap v910: 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-12-25T21:45:13.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:13 smithi002 bash[24825]: cluster 2023-12-25T21:45:11.757495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1365 : cluster [DBG] pgmap v911: 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-12-25T21:45:13.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:13 smithi002 bash[24825]: audit 2023-12-25T21:45:12.350733+0000 mon.smithi002 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.dhhzvy"}]: dispatch 2023-12-25T21:45:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:13 smithi153 bash[28368]: cluster 2023-12-25T21:45:11.757495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1365 : cluster [DBG] pgmap v911: 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-12-25T21:45:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:13 smithi153 bash[28368]: audit 2023-12-25T21:45:12.350733+0000 mon.smithi002 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.dhhzvy"}]: dispatch 2023-12-25T21:45:13.828 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:13.828 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cephadm 2023-12-25T21:45:12.349650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1366 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:45:14.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cephadm 2023-12-25T21:45:12.350154+0000 mgr.smithi002.hmjpwx (mgr.14180) 1367 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cephadm 2023-12-25T21:45:12.351885+0000 mgr.smithi002.hmjpwx (mgr.14180) 1368 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cephadm 2023-12-25T21:45:12.353862+0000 mgr.smithi002.hmjpwx (mgr.14180) 1369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cephadm 2023-12-25T21:45:12.355498+0000 mgr.smithi002.hmjpwx (mgr.14180) 1370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cluster 2023-12-25T21:45:12.356605+0000 mgr.smithi002.hmjpwx (mgr.14180) 1371 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2023-12-25T21:45:14.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:14 smithi002 bash[24825]: cluster 2023-12-25T21:45:13.324548+0000 mon.smithi002 (mon.0) 1028 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:45:14.746 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cephadm 2023-12-25T21:45:12.349650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1366 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cephadm 2023-12-25T21:45:12.350154+0000 mgr.smithi002.hmjpwx (mgr.14180) 1367 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cephadm 2023-12-25T21:45:12.351885+0000 mgr.smithi002.hmjpwx (mgr.14180) 1368 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.dhhzvy ... 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:45:14.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cephadm 2023-12-25T21:45:12.353862+0000 mgr.smithi002.hmjpwx (mgr.14180) 1369 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cephadm 2023-12-25T21:45:12.355498+0000 mgr.smithi002.hmjpwx (mgr.14180) 1370 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cluster 2023-12-25T21:45:12.356605+0000 mgr.smithi002.hmjpwx (mgr.14180) 1371 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2023-12-25T21:45:14.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:14 smithi153 bash[28368]: cluster 2023-12-25T21:45:13.324548+0000 mon.smithi002 (mon.0) 1028 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:45:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:15 smithi002 bash[24825]: audit 2023-12-25T21:45:13.817969+0000 mgr.smithi002.hmjpwx (mgr.14180) 1372 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:15 smithi002 bash[24825]: audit 2023-12-25T21:45:14.985436+0000 mon.smithi002 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:15.747 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:15.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:15 smithi153 bash[28368]: audit 2023-12-25T21:45:13.817969+0000 mgr.smithi002.hmjpwx (mgr.14180) 1372 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:15.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:15 smithi153 bash[28368]: audit 2023-12-25T21:45:14.985436+0000 mon.smithi002 (mon.0) 1029 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:16.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:16 smithi002 bash[24825]: cluster 2023-12-25T21:45:14.357861+0000 mgr.smithi002.hmjpwx (mgr.14180) 1373 : cluster [DBG] pgmap v913: 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-12-25T21:45:16.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:16 smithi153 bash[28368]: cluster 2023-12-25T21:45:14.357861+0000 mgr.smithi002.hmjpwx (mgr.14180) 1373 : cluster [DBG] pgmap v913: 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-12-25T21:45:17.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:17 smithi002 bash[24825]: cluster 2023-12-25T21:45:16.358832+0000 mgr.smithi002.hmjpwx (mgr.14180) 1374 : cluster [DBG] pgmap v914: 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-12-25T21:45:17.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:17 smithi153 bash[28368]: cluster 2023-12-25T21:45:16.358832+0000 mgr.smithi002.hmjpwx (mgr.14180) 1374 : cluster [DBG] pgmap v914: 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-12-25T21:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:19.212 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:20.183 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:20 smithi002 bash[24825]: cluster 2023-12-25T21:45:18.359759+0000 mgr.smithi002.hmjpwx (mgr.14180) 1375 : cluster [DBG] pgmap v915: 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-12-25T21:45:20.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:20 smithi002 bash[24825]: audit 2023-12-25T21:45:19.202049+0000 mgr.smithi002.hmjpwx (mgr.14180) 1376 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:20 smithi153 bash[28368]: cluster 2023-12-25T21:45:18.359759+0000 mgr.smithi002.hmjpwx (mgr.14180) 1375 : cluster [DBG] pgmap v915: 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-12-25T21:45:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:20 smithi153 bash[28368]: audit 2023-12-25T21:45:19.202049+0000 mgr.smithi002.hmjpwx (mgr.14180) 1376 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:21.185 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:22.381 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:22 smithi002 bash[24825]: cluster 2023-12-25T21:45:20.361125+0000 mgr.smithi002.hmjpwx (mgr.14180) 1377 : cluster [DBG] pgmap v916: 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-12-25T21:45:22.381 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:22 smithi002 bash[24825]: audit 2023-12-25T21:45:21.124189+0000 mon.smithi002 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:22.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:22 smithi153 bash[28368]: cluster 2023-12-25T21:45:20.361125+0000 mgr.smithi002.hmjpwx (mgr.14180) 1377 : cluster [DBG] pgmap v916: 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-12-25T21:45:22.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:22 smithi153 bash[28368]: audit 2023-12-25T21:45:21.124189+0000 mon.smithi002 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:45:24.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:24 smithi002 bash[24825]: cluster 2023-12-25T21:45:22.362136+0000 mgr.smithi002.hmjpwx (mgr.14180) 1378 : cluster [DBG] pgmap v917: 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-12-25T21:45:24.528 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:24.528 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:24.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:24 smithi153 bash[28368]: cluster 2023-12-25T21:45:22.362136+0000 mgr.smithi002.hmjpwx (mgr.14180) 1378 : cluster [DBG] pgmap v917: 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-12-25T21:45:25.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:26.454 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:26.659 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:26 smithi002 bash[24825]: cluster 2023-12-25T21:45:24.363325+0000 mgr.smithi002.hmjpwx (mgr.14180) 1379 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:26.659 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:26 smithi002 bash[24825]: audit 2023-12-25T21:45:24.517448+0000 mgr.smithi002.hmjpwx (mgr.14180) 1380 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:26 smithi153 bash[28368]: cluster 2023-12-25T21:45:24.363325+0000 mgr.smithi002.hmjpwx (mgr.14180) 1379 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:26 smithi153 bash[28368]: audit 2023-12-25T21:45:24.517448+0000 mgr.smithi002.hmjpwx (mgr.14180) 1380 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:28.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:28 smithi002 bash[24825]: cluster 2023-12-25T21:45:26.364525+0000 mgr.smithi002.hmjpwx (mgr.14180) 1381 : 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-12-25T21:45:28.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:28 smithi153 bash[28368]: cluster 2023-12-25T21:45:26.364525+0000 mgr.smithi002.hmjpwx (mgr.14180) 1381 : 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-12-25T21:45:30.133 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:30.133 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:30 smithi002 bash[24825]: cluster 2023-12-25T21:45:28.365607+0000 mgr.smithi002.hmjpwx (mgr.14180) 1382 : 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-12-25T21:45:30.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:30 smithi153 bash[28368]: cluster 2023-12-25T21:45:28.365607+0000 mgr.smithi002.hmjpwx (mgr.14180) 1382 : 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-12-25T21:45:30.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:31 smithi002 bash[24825]: audit 2023-12-25T21:45:30.122241+0000 mgr.smithi002.hmjpwx (mgr.14180) 1383 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:31.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:31 smithi153 bash[28368]: audit 2023-12-25T21:45:30.122241+0000 mgr.smithi002.hmjpwx (mgr.14180) 1383 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:31.964 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:32 smithi002 bash[24825]: cluster 2023-12-25T21:45:30.366975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1384 : 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-12-25T21:45:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:32 smithi153 bash[28368]: cluster 2023-12-25T21:45:30.366975+0000 mgr.smithi002.hmjpwx (mgr.14180) 1384 : 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-12-25T21:45:33.734 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:33 smithi002 bash[24825]: cluster 2023-12-25T21:45:32.367886+0000 mgr.smithi002.hmjpwx (mgr.14180) 1385 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:33 smithi153 bash[28368]: cluster 2023-12-25T21:45:32.367886+0000 mgr.smithi002.hmjpwx (mgr.14180) 1385 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:35.685 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:35.685 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:36.566 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:36 smithi002 bash[24825]: cluster 2023-12-25T21:45:34.368973+0000 mgr.smithi002.hmjpwx (mgr.14180) 1386 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:36.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:36 smithi153 bash[28368]: cluster 2023-12-25T21:45:34.368973+0000 mgr.smithi002.hmjpwx (mgr.14180) 1386 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:37.567 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:37.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:37 smithi002 bash[24825]: audit 2023-12-25T21:45:35.673573+0000 mgr.smithi002.hmjpwx (mgr.14180) 1387 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:37.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:37 smithi153 bash[28368]: audit 2023-12-25T21:45:35.673573+0000 mgr.smithi002.hmjpwx (mgr.14180) 1387 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:38.629 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:38 smithi002 bash[24825]: cluster 2023-12-25T21:45:36.370172+0000 mgr.smithi002.hmjpwx (mgr.14180) 1388 : 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-12-25T21:45:38.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:38 smithi153 bash[28368]: cluster 2023-12-25T21:45:36.370172+0000 mgr.smithi002.hmjpwx (mgr.14180) 1388 : 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-12-25T21:45:40.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:40 smithi002 bash[24825]: cluster 2023-12-25T21:45:38.371270+0000 mgr.smithi002.hmjpwx (mgr.14180) 1389 : 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-12-25T21:45:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:40 smithi153 bash[28368]: cluster 2023-12-25T21:45:38.371270+0000 mgr.smithi002.hmjpwx (mgr.14180) 1389 : 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-12-25T21:45:40.799 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:40.799 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:41.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:41.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:41 smithi002 bash[24825]: cluster 2023-12-25T21:45:40.372680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1390 : 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-12-25T21:45:41.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:41 smithi002 bash[24825]: audit 2023-12-25T21:45:40.792571+0000 mgr.smithi002.hmjpwx (mgr.14180) 1391 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:41.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:41 smithi153 bash[28368]: cluster 2023-12-25T21:45:40.372680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1390 : 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-12-25T21:45:41.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:41 smithi153 bash[28368]: audit 2023-12-25T21:45:40.792571+0000 mgr.smithi002.hmjpwx (mgr.14180) 1391 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:42.622 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:43.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:43 smithi002 bash[24825]: cluster 2023-12-25T21:45:42.373775+0000 mgr.smithi002.hmjpwx (mgr.14180) 1392 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:43 smithi153 bash[28368]: cluster 2023-12-25T21:45:42.373775+0000 mgr.smithi002.hmjpwx (mgr.14180) 1392 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:46.128 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:46.128 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:46.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:46 smithi002 bash[24825]: cluster 2023-12-25T21:45:44.375050+0000 mgr.smithi002.hmjpwx (mgr.14180) 1393 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:46.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:46 smithi153 bash[28368]: cluster 2023-12-25T21:45:44.375050+0000 mgr.smithi002.hmjpwx (mgr.14180) 1393 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:47.021 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:47 smithi002 bash[24825]: audit 2023-12-25T21:45:46.122882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1394 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:47 smithi153 bash[28368]: audit 2023-12-25T21:45:46.122882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1394 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:48.022 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:48.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:48 smithi002 bash[24825]: cluster 2023-12-25T21:45:46.376372+0000 mgr.smithi002.hmjpwx (mgr.14180) 1395 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:48.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:48 smithi153 bash[28368]: cluster 2023-12-25T21:45:46.376372+0000 mgr.smithi002.hmjpwx (mgr.14180) 1395 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:50.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:50 smithi002 bash[24825]: cluster 2023-12-25T21:45:48.377391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1396 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:50.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:50 smithi153 bash[28368]: cluster 2023-12-25T21:45:48.377391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1396 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:51.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:51 smithi002 bash[24825]: cluster 2023-12-25T21:45:50.378658+0000 mgr.smithi002.hmjpwx (mgr.14180) 1397 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:51.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:51 smithi153 bash[28368]: cluster 2023-12-25T21:45:50.378658+0000 mgr.smithi002.hmjpwx (mgr.14180) 1397 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:51.880 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:51.880 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:52.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:52 smithi002 bash[24825]: audit 2023-12-25T21:45:51.871495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1398 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:52.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:52.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:52 smithi153 bash[28368]: audit 2023-12-25T21:45:51.871495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1398 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:53.733 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:45:53.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:53 smithi002 bash[24825]: cluster 2023-12-25T21:45:52.379772+0000 mgr.smithi002.hmjpwx (mgr.14180) 1399 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:53 smithi153 bash[28368]: cluster 2023-12-25T21:45:52.379772+0000 mgr.smithi002.hmjpwx (mgr.14180) 1399 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:56.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:56 smithi002 bash[24825]: cluster 2023-12-25T21:45:54.381216+0000 mgr.smithi002.hmjpwx (mgr.14180) 1400 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:56.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:56 smithi153 bash[28368]: cluster 2023-12-25T21:45:54.381216+0000 mgr.smithi002.hmjpwx (mgr.14180) 1400 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:45:57.208 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:45:57.208 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:45:58.076 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:45:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:58 smithi002 bash[24825]: cluster 2023-12-25T21:45:56.382442+0000 mgr.smithi002.hmjpwx (mgr.14180) 1401 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:45:58 smithi002 bash[24825]: audit 2023-12-25T21:45:57.196869+0000 mgr.smithi002.hmjpwx (mgr.14180) 1402 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:58 smithi153 bash[28368]: cluster 2023-12-25T21:45:56.382442+0000 mgr.smithi002.hmjpwx (mgr.14180) 1401 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:45:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:45:58 smithi153 bash[28368]: audit 2023-12-25T21:45:57.196869+0000 mgr.smithi002.hmjpwx (mgr.14180) 1402 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:45:59.076 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:00.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:00 smithi002 bash[24825]: cluster 2023-12-25T21:45:58.383468+0000 mgr.smithi002.hmjpwx (mgr.14180) 1403 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:00 smithi153 bash[28368]: cluster 2023-12-25T21:45:58.383468+0000 mgr.smithi002.hmjpwx (mgr.14180) 1403 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:01 smithi002 bash[24825]: cluster 2023-12-25T21:46:00.384914+0000 mgr.smithi002.hmjpwx (mgr.14180) 1404 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:01.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:01 smithi153 bash[28368]: cluster 2023-12-25T21:46:00.384914+0000 mgr.smithi002.hmjpwx (mgr.14180) 1404 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:02.647 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:02.648 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:03.469 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:03 smithi002 bash[24825]: cluster 2023-12-25T21:46:02.386025+0000 mgr.smithi002.hmjpwx (mgr.14180) 1405 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:03 smithi002 bash[24825]: audit 2023-12-25T21:46:02.638414+0000 mgr.smithi002.hmjpwx (mgr.14180) 1406 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:03 smithi153 bash[28368]: cluster 2023-12-25T21:46:02.386025+0000 mgr.smithi002.hmjpwx (mgr.14180) 1405 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:03 smithi153 bash[28368]: audit 2023-12-25T21:46:02.638414+0000 mgr.smithi002.hmjpwx (mgr.14180) 1406 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:04.470 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:06.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:06 smithi002 bash[24825]: cluster 2023-12-25T21:46:04.387368+0000 mgr.smithi002.hmjpwx (mgr.14180) 1407 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:46:06.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:06 smithi153 bash[28368]: cluster 2023-12-25T21:46:04.387368+0000 mgr.smithi002.hmjpwx (mgr.14180) 1407 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:46:08.192 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:08.192 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:08.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:08 smithi002 bash[24825]: cluster 2023-12-25T21:46:06.388487+0000 mgr.smithi002.hmjpwx (mgr.14180) 1408 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:08.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:08 smithi153 bash[28368]: cluster 2023-12-25T21:46:06.388487+0000 mgr.smithi002.hmjpwx (mgr.14180) 1408 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:09.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:09.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:09 smithi002 bash[24825]: audit 2023-12-25T21:46:08.180495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1409 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:09.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:09 smithi153 bash[28368]: audit 2023-12-25T21:46:08.180495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1409 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:10.071 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:10.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:10 smithi002 bash[24825]: cluster 2023-12-25T21:46:08.389464+0000 mgr.smithi002.hmjpwx (mgr.14180) 1410 : 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-12-25T21:46:10.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:10 smithi153 bash[28368]: cluster 2023-12-25T21:46:08.389464+0000 mgr.smithi002.hmjpwx (mgr.14180) 1410 : 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-12-25T21:46:11.695 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:11 smithi002 bash[24825]: cluster 2023-12-25T21:46:10.390854+0000 mgr.smithi002.hmjpwx (mgr.14180) 1411 : 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-12-25T21:46:11.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:11 smithi153 bash[28368]: cluster 2023-12-25T21:46:10.390854+0000 mgr.smithi002.hmjpwx (mgr.14180) 1411 : 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-12-25T21:46:12.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:12 smithi002 bash[24825]: audit 2023-12-25T21:46:12.359845+0000 mon.smithi002 (mon.0) 1031 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:46:12.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:12 smithi153 bash[28368]: audit 2023-12-25T21:46:12.359845+0000 mon.smithi002 (mon.0) 1031 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:46:13.706 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:13.706 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:44:03.431462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.icrugh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: cluster 2023-12-25T21:46:12.391970+0000 mgr.smithi002.hmjpwx (mgr.14180) 1412 : 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-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: audit 2023-12-25T21:46:12.663721+0000 mon.smithi002 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: audit 2023-12-25T21:46:12.665437+0000 mon.smithi002 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: audit 2023-12-25T21:46:12.673867+0000 mon.smithi002 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: cluster 2023-12-25T21:46:12.674737+0000 mgr.smithi002.hmjpwx (mgr.14180) 1413 : cluster [DBG] pgmap v943: 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-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: audit 2023-12-25T21:46:12.680783+0000 mon.smithi002 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: audit 2023-12-25T21:46:12.692697+0000 mon.smithi002 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:13.741 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:13 smithi002 bash[24825]: cephadm 2023-12-25T21:46:12.696506+0000 mgr.smithi002.hmjpwx (mgr.14180) 1414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.vnqtfq on smithi153 2023-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: cluster 2023-12-25T21:46:12.391970+0000 mgr.smithi002.hmjpwx (mgr.14180) 1412 : 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-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: audit 2023-12-25T21:46:12.663721+0000 mon.smithi002 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: audit 2023-12-25T21:46:12.665437+0000 mon.smithi002 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: audit 2023-12-25T21:46:12.673867+0000 mon.smithi002 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: cluster 2023-12-25T21:46:12.674737+0000 mgr.smithi002.hmjpwx (mgr.14180) 1413 : cluster [DBG] pgmap v943: 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-12-25T21:46:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: audit 2023-12-25T21:46:12.680783+0000 mon.smithi002 (mon.0) 1035 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:46:13.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: audit 2023-12-25T21:46:12.692697+0000 mon.smithi002 (mon.0) 1036 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:13.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:13 smithi153 bash[28368]: cephadm 2023-12-25T21:46:12.696506+0000 mgr.smithi002.hmjpwx (mgr.14180) 1414 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.vnqtfq on smithi153 2023-12-25T21:46:14.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:14.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:14 smithi002 bash[24825]: cluster 2023-12-25T21:46:13.670280+0000 mon.smithi002 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:46:14.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:14 smithi002 bash[24825]: cluster 2023-12-25T21:46:13.670363+0000 mon.smithi002 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2023-12-25T21:46:14.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:14 smithi002 bash[24825]: audit 2023-12-25T21:46:13.697219+0000 mgr.smithi002.hmjpwx (mgr.14180) 1415 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:14 smithi153 bash[28368]: cluster 2023-12-25T21:46:13.670280+0000 mon.smithi002 (mon.0) 1037 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:46:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:14 smithi153 bash[28368]: cluster 2023-12-25T21:46:13.670363+0000 mon.smithi002 (mon.0) 1038 : cluster [INF] Cluster is now healthy 2023-12-25T21:46:14.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:14 smithi153 bash[28368]: audit 2023-12-25T21:46:13.697219+0000 mgr.smithi002.hmjpwx (mgr.14180) 1415 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:15.589 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:15.603 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:15 smithi002 bash[24825]: cluster 2023-12-25T21:46:14.675866+0000 mgr.smithi002.hmjpwx (mgr.14180) 1416 : cluster [DBG] pgmap v944: 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-12-25T21:46:15.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:15 smithi153 bash[28368]: cluster 2023-12-25T21:46:14.675866+0000 mgr.smithi002.hmjpwx (mgr.14180) 1416 : cluster [DBG] pgmap v944: 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-12-25T21:46:16.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:16 smithi002 bash[24825]: audit 2023-12-25T21:46:16.485606+0000 mon.smithi002 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.vnqtfq"}]: dispatch 2023-12-25T21:46:16.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:16 smithi153 bash[28368]: audit 2023-12-25T21:46:16.485606+0000 mon.smithi002 (mon.0) 1039 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.vnqtfq"}]: dispatch 2023-12-25T21:46:17.945 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: cephadm 2023-12-25T21:46:16.484521+0000 mgr.smithi002.hmjpwx (mgr.14180) 1417 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.946 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.947 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.948 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: cephadm 2023-12-25T21:46:16.485039+0000 mgr.smithi002.hmjpwx (mgr.14180) 1418 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: cephadm 2023-12-25T21:46:16.486817+0000 mgr.smithi002.hmjpwx (mgr.14180) 1419 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.949 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:17.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:17.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:17.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:17.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: cephadm 2023-12-25T21:46:16.491145+0000 mgr.smithi002.hmjpwx (mgr.14180) 1420 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zqtoyt on smithi002 2023-12-25T21:46:17.950 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:17 smithi002 bash[24825]: cluster 2023-12-25T21:46:16.676728+0000 mgr.smithi002.hmjpwx (mgr.14180) 1421 : cluster [DBG] pgmap v945: 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-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: cephadm 2023-12-25T21:46:16.484521+0000 mgr.smithi002.hmjpwx (mgr.14180) 1417 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:46:18.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:18.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: cephadm 2023-12-25T21:46:16.485039+0000 mgr.smithi002.hmjpwx (mgr.14180) 1418 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: cephadm 2023-12-25T21:46:16.486817+0000 mgr.smithi002.hmjpwx (mgr.14180) 1419 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.vnqtfq ... 2023-12-25T21:46:18.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: cephadm 2023-12-25T21:46:16.491145+0000 mgr.smithi002.hmjpwx (mgr.14180) 1420 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.zqtoyt on smithi002 2023-12-25T21:46:18.040 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:17 smithi153 bash[28368]: cluster 2023-12-25T21:46:16.676728+0000 mgr.smithi002.hmjpwx (mgr.14180) 1421 : cluster [DBG] pgmap v945: 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-12-25T21:46:19.334 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:19.334 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:07.987369Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pumjaf on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-pumjaf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.pumjaf\nDeploy daemon haproxy.nfs.foo.smithi153.pumjaf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.351709Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.dhhzvy on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-dhhzvy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.dhhzvy\nDeploy daemon haproxy.nfs.foo.smithi002.dhhzvy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:45:12.353749Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.sgqrsn on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:20.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:20 smithi002 bash[24825]: cluster 2023-12-25T21:46:18.677416+0000 mgr.smithi002.hmjpwx (mgr.14180) 1422 : cluster [DBG] pgmap v946: 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-12-25T21:46:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:20 smithi002 bash[24825]: audit 2023-12-25T21:46:19.323828+0000 mgr.smithi002.hmjpwx (mgr.14180) 1423 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:20 smithi153 bash[28368]: cluster 2023-12-25T21:46:18.677416+0000 mgr.smithi002.hmjpwx (mgr.14180) 1422 : cluster [DBG] pgmap v946: 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-12-25T21:46:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:20 smithi153 bash[28368]: audit 2023-12-25T21:46:19.323828+0000 mgr.smithi002.hmjpwx (mgr.14180) 1423 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:21.279 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:21 smithi002 bash[24825]: audit 2023-12-25T21:46:20.384737+0000 mon.smithi002 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zqtoyt"}]: dispatch 2023-12-25T21:46:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:21 smithi002 bash[24825]: audit 2023-12-25T21:46:21.125766+0000 mon.smithi002 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:21.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:21 smithi153 bash[28368]: audit 2023-12-25T21:46:20.384737+0000 mon.smithi002 (mon.0) 1040 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.zqtoyt"}]: dispatch 2023-12-25T21:46:21.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:21 smithi153 bash[28368]: audit 2023-12-25T21:46:21.125766+0000 mon.smithi002 (mon.0) 1041 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:22.607 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cephadm 2023-12-25T21:46:20.383574+0000 mgr.smithi002.hmjpwx (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.608 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.609 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.610 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cephadm 2023-12-25T21:46:20.384075+0000 mgr.smithi002.hmjpwx (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cephadm 2023-12-25T21:46:20.386443+0000 mgr.smithi002.hmjpwx (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cephadm 2023-12-25T21:46:20.390915+0000 mgr.smithi002.hmjpwx (mgr.14180) 1427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cephadm 2023-12-25T21:46:20.392995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cluster 2023-12-25T21:46:20.393995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1429 : cluster [DBG] pgmap v947: 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-12-25T21:46:22.612 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:22 smithi002 bash[24825]: cluster 2023-12-25T21:46:21.341533+0000 mon.smithi002 (mon.0) 1042 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cephadm 2023-12-25T21:46:20.383574+0000 mgr.smithi002.hmjpwx (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cephadm 2023-12-25T21:46:20.384075+0000 mgr.smithi002.hmjpwx (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cephadm 2023-12-25T21:46:20.386443+0000 mgr.smithi002.hmjpwx (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.zqtoyt ... 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:46:22.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cephadm 2023-12-25T21:46:20.390915+0000 mgr.smithi002.hmjpwx (mgr.14180) 1427 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:46:22.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cephadm 2023-12-25T21:46:20.392995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1428 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:46:22.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cluster 2023-12-25T21:46:20.393995+0000 mgr.smithi002.hmjpwx (mgr.14180) 1429 : cluster [DBG] pgmap v947: 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-12-25T21:46:22.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:22 smithi153 bash[28368]: cluster 2023-12-25T21:46:21.341533+0000 mon.smithi002 (mon.0) 1042 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:46:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:23 smithi002 bash[24825]: cluster 2023-12-25T21:46:22.395190+0000 mgr.smithi002.hmjpwx (mgr.14180) 1430 : cluster [DBG] pgmap v948: 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-12-25T21:46:23.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:23 smithi153 bash[28368]: cluster 2023-12-25T21:46:22.395190+0000 mgr.smithi002.hmjpwx (mgr.14180) 1430 : cluster [DBG] pgmap v948: 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-12-25T21:46:24.952 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:24.953 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:25.827 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:26.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:26 smithi002 bash[24825]: cluster 2023-12-25T21:46:24.396421+0000 mgr.smithi002.hmjpwx (mgr.14180) 1431 : cluster [DBG] pgmap v949: 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-12-25T21:46:26.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:26 smithi002 bash[24825]: audit 2023-12-25T21:46:24.943056+0000 mgr.smithi002.hmjpwx (mgr.14180) 1432 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:26.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:26 smithi002 bash[24825]: audit 2023-12-25T21:46:25.033449+0000 mon.smithi002 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:26.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:26 smithi153 bash[28368]: cluster 2023-12-25T21:46:24.396421+0000 mgr.smithi002.hmjpwx (mgr.14180) 1431 : cluster [DBG] pgmap v949: 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-12-25T21:46:26.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:26 smithi153 bash[28368]: audit 2023-12-25T21:46:24.943056+0000 mgr.smithi002.hmjpwx (mgr.14180) 1432 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:26.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:26 smithi153 bash[28368]: audit 2023-12-25T21:46:25.033449+0000 mon.smithi002 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:26.828 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:28.309 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:28 smithi002 bash[24825]: cluster 2023-12-25T21:46:26.397693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1433 : cluster [DBG] pgmap v950: 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-12-25T21:46:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:28 smithi153 bash[28368]: cluster 2023-12-25T21:46:26.397693+0000 mgr.smithi002.hmjpwx (mgr.14180) 1433 : cluster [DBG] pgmap v950: 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-12-25T21:46:30.174 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:30.174 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:30.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:30 smithi002 bash[24825]: cluster 2023-12-25T21:46:28.398440+0000 mgr.smithi002.hmjpwx (mgr.14180) 1434 : cluster [DBG] pgmap v951: 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-12-25T21:46:30.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:30 smithi153 bash[28368]: cluster 2023-12-25T21:46:28.398440+0000 mgr.smithi002.hmjpwx (mgr.14180) 1434 : cluster [DBG] pgmap v951: 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-12-25T21:46:31.044 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:31 smithi002 bash[24825]: audit 2023-12-25T21:46:30.165152+0000 mgr.smithi002.hmjpwx (mgr.14180) 1435 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:31.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:31 smithi153 bash[28368]: audit 2023-12-25T21:46:30.165152+0000 mgr.smithi002.hmjpwx (mgr.14180) 1435 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:32.044 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:32 smithi002 bash[24825]: cluster 2023-12-25T21:46:30.399702+0000 mgr.smithi002.hmjpwx (mgr.14180) 1436 : cluster [DBG] pgmap v952: 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-12-25T21:46:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:32 smithi153 bash[28368]: cluster 2023-12-25T21:46:30.399702+0000 mgr.smithi002.hmjpwx (mgr.14180) 1436 : cluster [DBG] pgmap v952: 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-12-25T21:46:33.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:33 smithi002 bash[24825]: cluster 2023-12-25T21:46:32.400519+0000 mgr.smithi002.hmjpwx (mgr.14180) 1437 : 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-12-25T21:46:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:33 smithi153 bash[28368]: cluster 2023-12-25T21:46:32.400519+0000 mgr.smithi002.hmjpwx (mgr.14180) 1437 : 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-12-25T21:46:35.689 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:35.689 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:36.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:36 smithi002 bash[24825]: cluster 2023-12-25T21:46:34.401377+0000 mgr.smithi002.hmjpwx (mgr.14180) 1438 : 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-12-25T21:46:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:36 smithi002 bash[24825]: audit 2023-12-25T21:46:36.124388+0000 mon.smithi002 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:36.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:36 smithi153 bash[28368]: cluster 2023-12-25T21:46:34.401377+0000 mgr.smithi002.hmjpwx (mgr.14180) 1438 : 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-12-25T21:46:36.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:36 smithi153 bash[28368]: audit 2023-12-25T21:46:36.124388+0000 mon.smithi002 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:46:37.549 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:37.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:37 smithi002 bash[24825]: audit 2023-12-25T21:46:35.677493+0000 mgr.smithi002.hmjpwx (mgr.14180) 1439 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:37.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:37 smithi153 bash[28368]: audit 2023-12-25T21:46:35.677493+0000 mgr.smithi002.hmjpwx (mgr.14180) 1439 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:38.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:38 smithi002 bash[24825]: cluster 2023-12-25T21:46:36.402567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1440 : 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-12-25T21:46:38.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:38 smithi153 bash[28368]: cluster 2023-12-25T21:46:36.402567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1440 : 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-12-25T21:46:40.718 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:40 smithi002 bash[24825]: cluster 2023-12-25T21:46:38.403574+0000 mgr.smithi002.hmjpwx (mgr.14180) 1441 : 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-12-25T21:46:40.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:40 smithi153 bash[28368]: cluster 2023-12-25T21:46:38.403574+0000 mgr.smithi002.hmjpwx (mgr.14180) 1441 : 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-12-25T21:46:41.135 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:41.135 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:42.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:42.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:42 smithi002 bash[24825]: cluster 2023-12-25T21:46:40.404984+0000 mgr.smithi002.hmjpwx (mgr.14180) 1442 : 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-12-25T21:46:42.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:42 smithi002 bash[24825]: audit 2023-12-25T21:46:41.126950+0000 mgr.smithi002.hmjpwx (mgr.14180) 1443 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:42 smithi153 bash[28368]: cluster 2023-12-25T21:46:40.404984+0000 mgr.smithi002.hmjpwx (mgr.14180) 1442 : 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-12-25T21:46:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:42 smithi153 bash[28368]: audit 2023-12-25T21:46:41.126950+0000 mgr.smithi002.hmjpwx (mgr.14180) 1443 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:43.047 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:44.607 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:44 smithi002 bash[24825]: cluster 2023-12-25T21:46:42.406079+0000 mgr.smithi002.hmjpwx (mgr.14180) 1444 : 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-12-25T21:46:44.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:44 smithi153 bash[28368]: cluster 2023-12-25T21:46:42.406079+0000 mgr.smithi002.hmjpwx (mgr.14180) 1444 : 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-12-25T21:46:45.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:45 smithi002 bash[24825]: cluster 2023-12-25T21:46:44.406896+0000 mgr.smithi002.hmjpwx (mgr.14180) 1445 : 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-12-25T21:46:45.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:45 smithi153 bash[28368]: cluster 2023-12-25T21:46:44.406896+0000 mgr.smithi002.hmjpwx (mgr.14180) 1445 : 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-12-25T21:46:46.603 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:46.604 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:47.482 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:47 smithi002 bash[24825]: cluster 2023-12-25T21:46:46.407907+0000 mgr.smithi002.hmjpwx (mgr.14180) 1446 : 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-12-25T21:46:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:47 smithi002 bash[24825]: audit 2023-12-25T21:46:46.594431+0000 mgr.smithi002.hmjpwx (mgr.14180) 1447 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:47 smithi153 bash[28368]: cluster 2023-12-25T21:46:46.407907+0000 mgr.smithi002.hmjpwx (mgr.14180) 1446 : 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-12-25T21:46:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:47 smithi153 bash[28368]: audit 2023-12-25T21:46:46.594431+0000 mgr.smithi002.hmjpwx (mgr.14180) 1447 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:48.484 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:50.666 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:50 smithi002 bash[24825]: cluster 2023-12-25T21:46:48.408958+0000 mgr.smithi002.hmjpwx (mgr.14180) 1448 : 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-12-25T21:46:50.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:50 smithi153 bash[28368]: cluster 2023-12-25T21:46:48.408958+0000 mgr.smithi002.hmjpwx (mgr.14180) 1448 : 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-12-25T21:46:52.057 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:52.057 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:52.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:52 smithi002 bash[24825]: cluster 2023-12-25T21:46:50.410092+0000 mgr.smithi002.hmjpwx (mgr.14180) 1449 : 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-12-25T21:46:52.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:52 smithi153 bash[28368]: cluster 2023-12-25T21:46:50.410092+0000 mgr.smithi002.hmjpwx (mgr.14180) 1449 : 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-12-25T21:46:52.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:53.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:53 smithi002 bash[24825]: audit 2023-12-25T21:46:52.047568+0000 mgr.smithi002.hmjpwx (mgr.14180) 1450 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:53 smithi153 bash[28368]: audit 2023-12-25T21:46:52.047568+0000 mgr.smithi002.hmjpwx (mgr.14180) 1450 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:53.901 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:46:54.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:54 smithi002 bash[24825]: cluster 2023-12-25T21:46:52.410928+0000 mgr.smithi002.hmjpwx (mgr.14180) 1451 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:54.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:54 smithi153 bash[28368]: cluster 2023-12-25T21:46:52.410928+0000 mgr.smithi002.hmjpwx (mgr.14180) 1451 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:55 smithi002 bash[24825]: cluster 2023-12-25T21:46:54.411768+0000 mgr.smithi002.hmjpwx (mgr.14180) 1452 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:46:55.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:55 smithi153 bash[28368]: cluster 2023-12-25T21:46:54.411768+0000 mgr.smithi002.hmjpwx (mgr.14180) 1452 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:46:57.514 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:46:57.514 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:46:57.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:57 smithi002 bash[24825]: cluster 2023-12-25T21:46:56.413036+0000 mgr.smithi002.hmjpwx (mgr.14180) 1453 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:57.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:57 smithi153 bash[28368]: cluster 2023-12-25T21:46:56.413036+0000 mgr.smithi002.hmjpwx (mgr.14180) 1453 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:46:58.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:46:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:46:58 smithi002 bash[24825]: audit 2023-12-25T21:46:57.505528+0000 mgr.smithi002.hmjpwx (mgr.14180) 1454 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:46:58 smithi153 bash[28368]: audit 2023-12-25T21:46:57.505528+0000 mgr.smithi002.hmjpwx (mgr.14180) 1454 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:46:59.331 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:00.678 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:00 smithi002 bash[24825]: cluster 2023-12-25T21:46:58.414072+0000 mgr.smithi002.hmjpwx (mgr.14180) 1455 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:00 smithi153 bash[28368]: cluster 2023-12-25T21:46:58.414072+0000 mgr.smithi002.hmjpwx (mgr.14180) 1455 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:02.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:02 smithi002 bash[24825]: cluster 2023-12-25T21:47:00.415358+0000 mgr.smithi002.hmjpwx (mgr.14180) 1456 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:02.774 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:02.774 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:02 smithi153 bash[28368]: cluster 2023-12-25T21:47:00.415358+0000 mgr.smithi002.hmjpwx (mgr.14180) 1456 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:03.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:03 smithi002 bash[24825]: cluster 2023-12-25T21:47:02.416688+0000 mgr.smithi002.hmjpwx (mgr.14180) 1457 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:03.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:03 smithi002 bash[24825]: audit 2023-12-25T21:47:02.768596+0000 mgr.smithi002.hmjpwx (mgr.14180) 1458 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:03 smithi153 bash[28368]: cluster 2023-12-25T21:47:02.416688+0000 mgr.smithi002.hmjpwx (mgr.14180) 1457 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:03.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:03 smithi153 bash[28368]: audit 2023-12-25T21:47:02.768596+0000 mgr.smithi002.hmjpwx (mgr.14180) 1458 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:04.617 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:06.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:06 smithi002 bash[24825]: cluster 2023-12-25T21:47:04.417915+0000 mgr.smithi002.hmjpwx (mgr.14180) 1459 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:06.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:06 smithi153 bash[28368]: cluster 2023-12-25T21:47:04.417915+0000 mgr.smithi002.hmjpwx (mgr.14180) 1459 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:08.046 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:08.046 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:08.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:08 smithi002 bash[24825]: cluster 2023-12-25T21:47:06.419100+0000 mgr.smithi002.hmjpwx (mgr.14180) 1460 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:08.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:08 smithi153 bash[28368]: cluster 2023-12-25T21:47:06.419100+0000 mgr.smithi002.hmjpwx (mgr.14180) 1460 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:08.933 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:09.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:09 smithi002 bash[24825]: audit 2023-12-25T21:47:08.037309+0000 mgr.smithi002.hmjpwx (mgr.14180) 1461 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:09.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:09 smithi002 bash[24825]: cluster 2023-12-25T21:47:08.419918+0000 mgr.smithi002.hmjpwx (mgr.14180) 1462 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:09.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:09 smithi153 bash[28368]: audit 2023-12-25T21:47:08.037309+0000 mgr.smithi002.hmjpwx (mgr.14180) 1461 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:09.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:09 smithi153 bash[28368]: cluster 2023-12-25T21:47:08.419918+0000 mgr.smithi002.hmjpwx (mgr.14180) 1462 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:09.934 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:11.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:11 smithi002 bash[24825]: cluster 2023-12-25T21:47:10.421451+0000 mgr.smithi002.hmjpwx (mgr.14180) 1463 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:11.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:11 smithi153 bash[28368]: cluster 2023-12-25T21:47:10.421451+0000 mgr.smithi002.hmjpwx (mgr.14180) 1463 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:13.478 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:13.478 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:13.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:13 smithi002 bash[24825]: cluster 2023-12-25T21:47:12.422252+0000 mgr.smithi002.hmjpwx (mgr.14180) 1464 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:13.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:13 smithi153 bash[28368]: cluster 2023-12-25T21:47:12.422252+0000 mgr.smithi002.hmjpwx (mgr.14180) 1464 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:14.409 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:15.410 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:15.611 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:15 smithi002 bash[24825]: audit 2023-12-25T21:47:13.472922+0000 mgr.smithi002.hmjpwx (mgr.14180) 1465 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:15.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:15 smithi153 bash[28368]: audit 2023-12-25T21:47:13.472922+0000 mgr.smithi002.hmjpwx (mgr.14180) 1465 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:16.629 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:16 smithi002 bash[24825]: cluster 2023-12-25T21:47:14.423453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1466 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:16.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:16 smithi153 bash[28368]: cluster 2023-12-25T21:47:14.423453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1466 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:17.635 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:17 smithi002 bash[24825]: cluster 2023-12-25T21:47:16.424146+0000 mgr.smithi002.hmjpwx (mgr.14180) 1467 : 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-12-25T21:47:17.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:17 smithi153 bash[28368]: cluster 2023-12-25T21:47:16.424146+0000 mgr.smithi002.hmjpwx (mgr.14180) 1467 : 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-12-25T21:47:18.903 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:18.903 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:19.796 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:20 smithi002 bash[24825]: cluster 2023-12-25T21:47:18.425104+0000 mgr.smithi002.hmjpwx (mgr.14180) 1468 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:20 smithi002 bash[24825]: audit 2023-12-25T21:47:18.894182+0000 mgr.smithi002.hmjpwx (mgr.14180) 1469 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:20 smithi153 bash[28368]: cluster 2023-12-25T21:47:18.425104+0000 mgr.smithi002.hmjpwx (mgr.14180) 1468 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:20.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:20 smithi153 bash[28368]: audit 2023-12-25T21:47:18.894182+0000 mgr.smithi002.hmjpwx (mgr.14180) 1469 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:20.797 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:21 smithi002 bash[24825]: audit 2023-12-25T21:47:20.397391+0000 mon.smithi002 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:47:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:21 smithi002 bash[24825]: audit 2023-12-25T21:47:20.681411+0000 mon.smithi002 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:21.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:21 smithi153 bash[28368]: audit 2023-12-25T21:47:20.397391+0000 mon.smithi002 (mon.0) 1045 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:47:21.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:21 smithi153 bash[28368]: audit 2023-12-25T21:47:20.681411+0000 mon.smithi002 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:22.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:22 smithi002 bash[24825]: cluster 2023-12-25T21:47:20.426527+0000 mgr.smithi002.hmjpwx (mgr.14180) 1470 : 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-12-25T21:47:22.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:22 smithi153 bash[28368]: cluster 2023-12-25T21:47:20.426527+0000 mgr.smithi002.hmjpwx (mgr.14180) 1470 : 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-12-25T21:47:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:23 smithi002 bash[24825]: cluster 2023-12-25T21:47:22.427266+0000 mgr.smithi002.hmjpwx (mgr.14180) 1471 : 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-12-25T21:47:23.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:23 smithi153 bash[28368]: cluster 2023-12-25T21:47:22.427266+0000 mgr.smithi002.hmjpwx (mgr.14180) 1471 : 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-12-25T21:47:24.422 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:24.423 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:37:04.911134Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:37:03.223312Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:37:04.911641Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:37:03.224323Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:37:03.223524Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:37:03.223644Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:37:03.224447Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:37:03.223756Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:37:03.223867Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:37:04.912135Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:25.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:26.322 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:26.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:26 smithi002 bash[24825]: audit 2023-12-25T21:47:24.413058+0000 mgr.smithi002.hmjpwx (mgr.14180) 1472 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:26.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:26 smithi002 bash[24825]: cluster 2023-12-25T21:47:24.428444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1473 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:26.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:26 smithi002 bash[24825]: audit 2023-12-25T21:47:26.068567+0000 mon.smithi002 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:26.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:26 smithi153 bash[28368]: audit 2023-12-25T21:47:24.413058+0000 mgr.smithi002.hmjpwx (mgr.14180) 1472 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:26 smithi153 bash[28368]: cluster 2023-12-25T21:47:24.428444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1473 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:26.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:26 smithi153 bash[28368]: audit 2023-12-25T21:47:26.068567+0000 mon.smithi002 (mon.0) 1047 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: cluster 2023-12-25T21:47:26.429499+0000 mgr.smithi002.hmjpwx (mgr.14180) 1474 : 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-12-25T21:47:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.099816+0000 mon.smithi002 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.377674+0000 mon.smithi002 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:47:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.378604+0000 mon.smithi002 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:47:28.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.385882+0000 mon.smithi002 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.394434+0000 mon.smithi002 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:47:28.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:28 smithi002 bash[24825]: audit 2023-12-25T21:47:27.405395+0000 mon.smithi002 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: cluster 2023-12-25T21:47:26.429499+0000 mgr.smithi002.hmjpwx (mgr.14180) 1474 : 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-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.099816+0000 mon.smithi002 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.377674+0000 mon.smithi002 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.378604+0000 mon.smithi002 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.385882+0000 mon.smithi002 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.394434+0000 mon.smithi002 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:47:28.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:28 smithi153 bash[28368]: audit 2023-12-25T21:47:27.405395+0000 mon.smithi002 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:29 smithi002 bash[24825]: cluster 2023-12-25T21:47:27.386650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1475 : cluster [DBG] pgmap v981: 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-12-25T21:47:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:29 smithi002 bash[24825]: cephadm 2023-12-25T21:47:27.409392+0000 mgr.smithi002.hmjpwx (mgr.14180) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tjbipz on smithi153 2023-12-25T21:47:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:29 smithi002 bash[24825]: cluster 2023-12-25T21:47:28.382153+0000 mon.smithi002 (mon.0) 1054 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:47:29.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:29 smithi002 bash[24825]: cluster 2023-12-25T21:47:28.382205+0000 mon.smithi002 (mon.0) 1055 : cluster [INF] Cluster is now healthy 2023-12-25T21:47:29.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:29 smithi153 bash[28368]: cluster 2023-12-25T21:47:27.386650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1475 : cluster [DBG] pgmap v981: 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-12-25T21:47:29.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:29 smithi153 bash[28368]: cephadm 2023-12-25T21:47:27.409392+0000 mgr.smithi002.hmjpwx (mgr.14180) 1476 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tjbipz on smithi153 2023-12-25T21:47:29.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:29 smithi153 bash[28368]: cluster 2023-12-25T21:47:28.382153+0000 mon.smithi002 (mon.0) 1054 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:47:29.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:29 smithi153 bash[28368]: cluster 2023-12-25T21:47:28.382205+0000 mon.smithi002 (mon.0) 1055 : cluster [INF] Cluster is now healthy 2023-12-25T21:47:30.054 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:30.055 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:45:12.355387Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bxlnbq on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:16.486654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.vnqtfq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-vnqtfq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.vnqtfq\nDeploy daemon haproxy.nfs.foo.smithi153.vnqtfq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.386108Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.zqtoyt on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-zqtoyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.zqtoyt\nDeploy daemon haproxy.nfs.foo.smithi002.zqtoyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:46:20.390699Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dfqbgs on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:30.905 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:31.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:31 smithi153 bash[28368]: cluster 2023-12-25T21:47:29.387575+0000 mgr.smithi002.hmjpwx (mgr.14180) 1477 : cluster [DBG] pgmap v982: 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-12-25T21:47:31.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:31 smithi153 bash[28368]: audit 2023-12-25T21:47:30.049338+0000 mgr.smithi002.hmjpwx (mgr.14180) 1478 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:31.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:31 smithi153 bash[28368]: audit 2023-12-25T21:47:31.341866+0000 mon.smithi002 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tjbipz"}]: dispatch 2023-12-25T21:47:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:31 smithi002 bash[24825]: cluster 2023-12-25T21:47:29.387575+0000 mgr.smithi002.hmjpwx (mgr.14180) 1477 : cluster [DBG] pgmap v982: 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-12-25T21:47:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:31 smithi002 bash[24825]: audit 2023-12-25T21:47:30.049338+0000 mgr.smithi002.hmjpwx (mgr.14180) 1478 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:31.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:31 smithi002 bash[24825]: audit 2023-12-25T21:47:31.341866+0000 mon.smithi002 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tjbipz"}]: dispatch 2023-12-25T21:47:31.906 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: cephadm 2023-12-25T21:47:31.340631+0000 mgr.smithi002.hmjpwx (mgr.14180) 1479 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:47:32.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: cephadm 2023-12-25T21:47:31.341252+0000 mgr.smithi002.hmjpwx (mgr.14180) 1480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: cephadm 2023-12-25T21:47:31.343362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:32 smithi002 bash[24825]: cephadm 2023-12-25T21:47:31.348143+0000 mgr.smithi002.hmjpwx (mgr.14180) 1482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.qjsysr on smithi002 2023-12-25T21:47:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: cephadm 2023-12-25T21:47:31.340631+0000 mgr.smithi002.hmjpwx (mgr.14180) 1479 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:47:32.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: cephadm 2023-12-25T21:47:31.341252+0000 mgr.smithi002.hmjpwx (mgr.14180) 1480 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: cephadm 2023-12-25T21:47:31.343362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1481 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz 2023-12-25T21:47:32.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.tjbipz ... 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:32.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:32 smithi153 bash[28368]: cephadm 2023-12-25T21:47:31.348143+0000 mgr.smithi002.hmjpwx (mgr.14180) 1482 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.qjsysr on smithi002 2023-12-25T21:47:33.682 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:33 smithi002 bash[24825]: cluster 2023-12-25T21:47:31.388481+0000 mgr.smithi002.hmjpwx (mgr.14180) 1483 : cluster [DBG] pgmap v983: 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-12-25T21:47:33.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:33 smithi153 bash[28368]: cluster 2023-12-25T21:47:31.388481+0000 mgr.smithi002.hmjpwx (mgr.14180) 1483 : cluster [DBG] pgmap v983: 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-12-25T21:47:35.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:35 smithi002 bash[24825]: cluster 2023-12-25T21:47:33.389038+0000 mgr.smithi002.hmjpwx (mgr.14180) 1484 : cluster [DBG] pgmap v984: 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-12-25T21:47:35.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:35 smithi002 bash[24825]: audit 2023-12-25T21:47:35.262579+0000 mon.smithi002 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.qjsysr"}]: dispatch 2023-12-25T21:47:35.750 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:35.750 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:35 smithi153 bash[28368]: cluster 2023-12-25T21:47:33.389038+0000 mgr.smithi002.hmjpwx (mgr.14180) 1484 : cluster [DBG] pgmap v984: 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-12-25T21:47:35.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:35 smithi153 bash[28368]: audit 2023-12-25T21:47:35.262579+0000 mon.smithi002 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.qjsysr"}]: dispatch 2023-12-25T21:47:36.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cephadm 2023-12-25T21:47:35.261344+0000 mgr.smithi002.hmjpwx (mgr.14180) 1485 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.687 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.688 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cephadm 2023-12-25T21:47:35.261932+0000 mgr.smithi002.hmjpwx (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cephadm 2023-12-25T21:47:35.263909+0000 mgr.smithi002.hmjpwx (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.690 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cephadm 2023-12-25T21:47:35.268490+0000 mgr.smithi002.hmjpwx (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cephadm 2023-12-25T21:47:35.270393+0000 mgr.smithi002.hmjpwx (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cluster 2023-12-25T21:47:35.271579+0000 mgr.smithi002.hmjpwx (mgr.14180) 1490 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-25T21:47:36.691 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:36 smithi002 bash[24825]: cluster 2023-12-25T21:47:35.377491+0000 mon.smithi002 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:47:36.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cephadm 2023-12-25T21:47:35.261344+0000 mgr.smithi002.hmjpwx (mgr.14180) 1485 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:47:36.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cephadm 2023-12-25T21:47:35.261932+0000 mgr.smithi002.hmjpwx (mgr.14180) 1486 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cephadm 2023-12-25T21:47:35.263909+0000 mgr.smithi002.hmjpwx (mgr.14180) 1487 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qjsysr ... 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cephadm 2023-12-25T21:47:35.268490+0000 mgr.smithi002.hmjpwx (mgr.14180) 1488 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cephadm 2023-12-25T21:47:35.270393+0000 mgr.smithi002.hmjpwx (mgr.14180) 1489 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cluster 2023-12-25T21:47:35.271579+0000 mgr.smithi002.hmjpwx (mgr.14180) 1490 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-25T21:47:36.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:36 smithi153 bash[28368]: cluster 2023-12-25T21:47:35.377491+0000 mon.smithi002 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:47:37.691 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:37.703 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:37 smithi002 bash[24825]: audit 2023-12-25T21:47:35.741744+0000 mgr.smithi002.hmjpwx (mgr.14180) 1491 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:37.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:37 smithi153 bash[28368]: audit 2023-12-25T21:47:35.741744+0000 mgr.smithi002.hmjpwx (mgr.14180) 1491 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:38.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:38 smithi002 bash[24825]: cluster 2023-12-25T21:47:37.272846+0000 mgr.smithi002.hmjpwx (mgr.14180) 1492 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-25T21:47:38.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:38 smithi153 bash[28368]: cluster 2023-12-25T21:47:37.272846+0000 mgr.smithi002.hmjpwx (mgr.14180) 1492 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2023-12-25T21:47:40.702 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:40 smithi002 bash[24825]: cluster 2023-12-25T21:47:39.274526+0000 mgr.smithi002.hmjpwx (mgr.14180) 1493 : cluster [DBG] pgmap v987: 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-12-25T21:47:40.702 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:40 smithi002 bash[24825]: audit 2023-12-25T21:47:40.087838+0000 mon.smithi002 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:40 smithi153 bash[28368]: cluster 2023-12-25T21:47:39.274526+0000 mgr.smithi002.hmjpwx (mgr.14180) 1493 : cluster [DBG] pgmap v987: 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-12-25T21:47:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:40 smithi153 bash[28368]: audit 2023-12-25T21:47:40.087838+0000 mon.smithi002 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:47:41.130 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:41.130 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:42.032 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:42.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:42 smithi002 bash[24825]: audit 2023-12-25T21:47:41.120949+0000 mgr.smithi002.hmjpwx (mgr.14180) 1494 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:42.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:42 smithi002 bash[24825]: cluster 2023-12-25T21:47:41.275833+0000 mgr.smithi002.hmjpwx (mgr.14180) 1495 : cluster [DBG] pgmap v988: 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-12-25T21:47:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:42 smithi153 bash[28368]: audit 2023-12-25T21:47:41.120949+0000 mgr.smithi002.hmjpwx (mgr.14180) 1494 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:42.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:42 smithi153 bash[28368]: cluster 2023-12-25T21:47:41.275833+0000 mgr.smithi002.hmjpwx (mgr.14180) 1495 : cluster [DBG] pgmap v988: 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-12-25T21:47:43.033 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:43.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:43 smithi002 bash[24825]: cluster 2023-12-25T21:47:43.276558+0000 mgr.smithi002.hmjpwx (mgr.14180) 1496 : cluster [DBG] pgmap v989: 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-12-25T21:47:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:43 smithi153 bash[28368]: cluster 2023-12-25T21:47:43.276558+0000 mgr.smithi002.hmjpwx (mgr.14180) 1496 : cluster [DBG] pgmap v989: 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-12-25T21:47:46.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:46 smithi002 bash[24825]: cluster 2023-12-25T21:47:45.277304+0000 mgr.smithi002.hmjpwx (mgr.14180) 1497 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-25T21:47:46.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:46 smithi153 bash[28368]: cluster 2023-12-25T21:47:45.277304+0000 mgr.smithi002.hmjpwx (mgr.14180) 1497 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2023-12-25T21:47:46.865 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:46.865 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:47 smithi002 bash[24825]: audit 2023-12-25T21:47:46.855118+0000 mgr.smithi002.hmjpwx (mgr.14180) 1498 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:47.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:47 smithi002 bash[24825]: cluster 2023-12-25T21:47:47.278453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1499 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:47.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:47.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:47 smithi153 bash[28368]: audit 2023-12-25T21:47:46.855118+0000 mgr.smithi002.hmjpwx (mgr.14180) 1498 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:47.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:47 smithi153 bash[28368]: cluster 2023-12-25T21:47:47.278453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1499 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:48.777 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:50.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:50 smithi002 bash[24825]: cluster 2023-12-25T21:47:49.279731+0000 mgr.smithi002.hmjpwx (mgr.14180) 1500 : 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-12-25T21:47:50.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:50 smithi153 bash[28368]: cluster 2023-12-25T21:47:49.279731+0000 mgr.smithi002.hmjpwx (mgr.14180) 1500 : 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-12-25T21:47:52.369 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:52.369 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:52.654 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:52 smithi002 bash[24825]: cluster 2023-12-25T21:47:51.280925+0000 mgr.smithi002.hmjpwx (mgr.14180) 1501 : 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-12-25T21:47:52.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:52 smithi153 bash[28368]: cluster 2023-12-25T21:47:51.280925+0000 mgr.smithi002.hmjpwx (mgr.14180) 1501 : 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-12-25T21:47:53.285 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:53.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:53 smithi002 bash[24825]: audit 2023-12-25T21:47:52.360343+0000 mgr.smithi002.hmjpwx (mgr.14180) 1502 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:53.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:53 smithi002 bash[24825]: cluster 2023-12-25T21:47:53.281963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1503 : 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-12-25T21:47:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:53 smithi153 bash[28368]: audit 2023-12-25T21:47:52.360343+0000 mgr.smithi002.hmjpwx (mgr.14180) 1502 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:53.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:53 smithi153 bash[28368]: cluster 2023-12-25T21:47:53.281963+0000 mgr.smithi002.hmjpwx (mgr.14180) 1503 : 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-12-25T21:47:54.286 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:47:56.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:56 smithi002 bash[24825]: cluster 2023-12-25T21:47:55.283365+0000 mgr.smithi002.hmjpwx (mgr.14180) 1504 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:56.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:56 smithi153 bash[28368]: cluster 2023-12-25T21:47:55.283365+0000 mgr.smithi002.hmjpwx (mgr.14180) 1504 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:47:57.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:57 smithi002 bash[24825]: cluster 2023-12-25T21:47:57.284736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1505 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:57.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:57 smithi153 bash[28368]: cluster 2023-12-25T21:47:57.284736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1505 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:47:58.059 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:47:58.059 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:47:58.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:58 smithi002 bash[24825]: audit 2023-12-25T21:47:58.053872+0000 mgr.smithi002.hmjpwx (mgr.14180) 1506 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:58.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:58 smithi153 bash[28368]: audit 2023-12-25T21:47:58.053872+0000 mgr.smithi002.hmjpwx (mgr.14180) 1506 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:47:58.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:47:59.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:47:59 smithi002 bash[24825]: cluster 2023-12-25T21:47:59.286035+0000 mgr.smithi002.hmjpwx (mgr.14180) 1507 : 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-12-25T21:47:59.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:47:59 smithi153 bash[28368]: cluster 2023-12-25T21:47:59.286035+0000 mgr.smithi002.hmjpwx (mgr.14180) 1507 : 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-12-25T21:47:59.901 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:02.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:02 smithi002 bash[24825]: cluster 2023-12-25T21:48:01.287444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1508 : 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-12-25T21:48:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:02 smithi153 bash[28368]: cluster 2023-12-25T21:48:01.287444+0000 mgr.smithi002.hmjpwx (mgr.14180) 1508 : 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-12-25T21:48:03.398 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:03.399 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:04.348 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:04.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:04 smithi002 bash[24825]: cluster 2023-12-25T21:48:03.288501+0000 mgr.smithi002.hmjpwx (mgr.14180) 1509 : 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-12-25T21:48:04.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:04 smithi153 bash[28368]: cluster 2023-12-25T21:48:03.288501+0000 mgr.smithi002.hmjpwx (mgr.14180) 1509 : 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-12-25T21:48:05.349 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:05.558 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:05 smithi002 bash[24825]: audit 2023-12-25T21:48:03.389414+0000 mgr.smithi002.hmjpwx (mgr.14180) 1510 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:05.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:05 smithi153 bash[28368]: audit 2023-12-25T21:48:03.389414+0000 mgr.smithi002.hmjpwx (mgr.14180) 1510 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:06.722 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:06 smithi002 bash[24825]: cluster 2023-12-25T21:48:05.290048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1511 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:06.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:06 smithi153 bash[28368]: cluster 2023-12-25T21:48:05.290048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1511 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:08.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:08 smithi002 bash[24825]: cluster 2023-12-25T21:48:07.291224+0000 mgr.smithi002.hmjpwx (mgr.14180) 1512 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:08.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:08 smithi153 bash[28368]: cluster 2023-12-25T21:48:07.291224+0000 mgr.smithi002.hmjpwx (mgr.14180) 1512 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:08.851 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:08.851 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:09.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:10.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:10 smithi002 bash[24825]: audit 2023-12-25T21:48:08.843348+0000 mgr.smithi002.hmjpwx (mgr.14180) 1513 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:10.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:10 smithi002 bash[24825]: cluster 2023-12-25T21:48:09.292577+0000 mgr.smithi002.hmjpwx (mgr.14180) 1514 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:10.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:10 smithi153 bash[28368]: audit 2023-12-25T21:48:08.843348+0000 mgr.smithi002.hmjpwx (mgr.14180) 1513 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:10.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:10 smithi153 bash[28368]: cluster 2023-12-25T21:48:09.292577+0000 mgr.smithi002.hmjpwx (mgr.14180) 1514 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:10.840 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:12.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:12 smithi002 bash[24825]: cluster 2023-12-25T21:48:11.293867+0000 mgr.smithi002.hmjpwx (mgr.14180) 1515 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:12.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:12 smithi153 bash[28368]: cluster 2023-12-25T21:48:11.293867+0000 mgr.smithi002.hmjpwx (mgr.14180) 1515 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:13.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:13 smithi002 bash[24825]: cluster 2023-12-25T21:48:13.294993+0000 mgr.smithi002.hmjpwx (mgr.14180) 1516 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:13.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:13 smithi153 bash[28368]: cluster 2023-12-25T21:48:13.294993+0000 mgr.smithi002.hmjpwx (mgr.14180) 1516 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:14.428 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:14.428 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:15.293 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:15 smithi002 bash[24825]: audit 2023-12-25T21:48:14.420254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1517 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:15 smithi002 bash[24825]: cluster 2023-12-25T21:48:15.296454+0000 mgr.smithi002.hmjpwx (mgr.14180) 1518 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:15.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:15 smithi153 bash[28368]: audit 2023-12-25T21:48:14.420254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1517 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:15.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:15 smithi153 bash[28368]: cluster 2023-12-25T21:48:15.296454+0000 mgr.smithi002.hmjpwx (mgr.14180) 1518 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:16.295 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:18.620 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:18 smithi002 bash[24825]: cluster 2023-12-25T21:48:17.297559+0000 mgr.smithi002.hmjpwx (mgr.14180) 1519 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:18.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:18 smithi153 bash[28368]: cluster 2023-12-25T21:48:17.297559+0000 mgr.smithi002.hmjpwx (mgr.14180) 1519 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:20.015 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:20.015 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:20 smithi002 bash[24825]: cluster 2023-12-25T21:48:19.298424+0000 mgr.smithi002.hmjpwx (mgr.14180) 1520 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:20.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:20 smithi153 bash[28368]: cluster 2023-12-25T21:48:19.298424+0000 mgr.smithi002.hmjpwx (mgr.14180) 1520 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:20.961 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:21 smithi002 bash[24825]: audit 2023-12-25T21:48:20.004415+0000 mgr.smithi002.hmjpwx (mgr.14180) 1521 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:21.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:21 smithi153 bash[28368]: audit 2023-12-25T21:48:20.004415+0000 mgr.smithi002.hmjpwx (mgr.14180) 1521 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:21.962 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:22 smithi002 bash[24825]: cluster 2023-12-25T21:48:21.299529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1522 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:22.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:22 smithi153 bash[28368]: cluster 2023-12-25T21:48:21.299529+0000 mgr.smithi002.hmjpwx (mgr.14180) 1522 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:24.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:24 smithi002 bash[24825]: cluster 2023-12-25T21:48:23.300567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1523 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:24.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:24 smithi153 bash[28368]: cluster 2023-12-25T21:48:23.300567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1523 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:25 smithi002 bash[24825]: cluster 2023-12-25T21:48:25.301968+0000 mgr.smithi002.hmjpwx (mgr.14180) 1524 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:25.584 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:25.585 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:25.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:25 smithi153 bash[28368]: cluster 2023-12-25T21:48:25.301968+0000 mgr.smithi002.hmjpwx (mgr.14180) 1524 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:26.518 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:26.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:26 smithi002 bash[24825]: audit 2023-12-25T21:48:25.575547+0000 mgr.smithi002.hmjpwx (mgr.14180) 1525 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:26.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:26 smithi153 bash[28368]: audit 2023-12-25T21:48:25.575547+0000 mgr.smithi002.hmjpwx (mgr.14180) 1525 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:27.520 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:27.724 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:27 smithi002 bash[24825]: cluster 2023-12-25T21:48:27.303128+0000 mgr.smithi002.hmjpwx (mgr.14180) 1526 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:27.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:27 smithi153 bash[28368]: cluster 2023-12-25T21:48:27.303128+0000 mgr.smithi002.hmjpwx (mgr.14180) 1526 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:30.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:30 smithi002 bash[24825]: cluster 2023-12-25T21:48:29.304381+0000 mgr.smithi002.hmjpwx (mgr.14180) 1527 : 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-12-25T21:48:30.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:30 smithi153 bash[28368]: cluster 2023-12-25T21:48:29.304381+0000 mgr.smithi002.hmjpwx (mgr.14180) 1527 : 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-12-25T21:48:31.119 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:31.119 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:32.039 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:32 smithi002 bash[24825]: audit 2023-12-25T21:48:31.114144+0000 mgr.smithi002.hmjpwx (mgr.14180) 1528 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:32.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:32 smithi002 bash[24825]: cluster 2023-12-25T21:48:31.305599+0000 mgr.smithi002.hmjpwx (mgr.14180) 1529 : 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-12-25T21:48:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:32 smithi153 bash[28368]: audit 2023-12-25T21:48:31.114144+0000 mgr.smithi002.hmjpwx (mgr.14180) 1528 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:32.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:32 smithi153 bash[28368]: cluster 2023-12-25T21:48:31.305599+0000 mgr.smithi002.hmjpwx (mgr.14180) 1529 : 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-12-25T21:48:33.040 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:34.594 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:34 smithi002 bash[24825]: cluster 2023-12-25T21:48:33.306634+0000 mgr.smithi002.hmjpwx (mgr.14180) 1530 : 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-12-25T21:48:34.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:34 smithi153 bash[28368]: cluster 2023-12-25T21:48:33.306634+0000 mgr.smithi002.hmjpwx (mgr.14180) 1530 : 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-12-25T21:48:35.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:35 smithi002 bash[24825]: audit 2023-12-25T21:48:35.274893+0000 mon.smithi002 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:48:35.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:35 smithi002 bash[24825]: cluster 2023-12-25T21:48:35.307604+0000 mgr.smithi002.hmjpwx (mgr.14180) 1531 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:35 smithi153 bash[28368]: audit 2023-12-25T21:48:35.274893+0000 mon.smithi002 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:48:35.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:35 smithi153 bash[28368]: cluster 2023-12-25T21:48:35.307604+0000 mgr.smithi002.hmjpwx (mgr.14180) 1531 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:48:36.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.547597+0000 mon.smithi002 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.841893+0000 mon.smithi002 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.843552+0000 mon.smithi002 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.852170+0000 mon.smithi002 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: cluster 2023-12-25T21:48:35.853084+0000 mgr.smithi002.hmjpwx (mgr.14180) 1532 : cluster [DBG] pgmap v1016: 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-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.858994+0000 mon.smithi002 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: audit 2023-12-25T21:48:35.874960+0000 mon.smithi002 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:36.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:36 smithi002 bash[24825]: cephadm 2023-12-25T21:48:35.878273+0000 mgr.smithi002.hmjpwx (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.iufaxy on smithi153 2023-12-25T21:48:36.820 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:36.820 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:46:20.392874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kvwlns on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.547597+0000 mon.smithi002 (mon.0) 1061 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.841893+0000 mon.smithi002 (mon.0) 1062 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.843552+0000 mon.smithi002 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.852170+0000 mon.smithi002 (mon.0) 1064 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: cluster 2023-12-25T21:48:35.853084+0000 mgr.smithi002.hmjpwx (mgr.14180) 1532 : cluster [DBG] pgmap v1016: 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-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.858994+0000 mon.smithi002 (mon.0) 1065 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: audit 2023-12-25T21:48:35.874960+0000 mon.smithi002 (mon.0) 1066 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:37.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:36 smithi153 bash[28368]: cephadm 2023-12-25T21:48:35.878273+0000 mgr.smithi002.hmjpwx (mgr.14180) 1533 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.iufaxy on smithi153 2023-12-25T21:48:37.766 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:37.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:37 smithi002 bash[24825]: audit 2023-12-25T21:48:36.811385+0000 mgr.smithi002.hmjpwx (mgr.14180) 1534 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:37.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:37 smithi002 bash[24825]: cluster 2023-12-25T21:48:36.848676+0000 mon.smithi002 (mon.0) 1067 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:48:37.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:37 smithi002 bash[24825]: cluster 2023-12-25T21:48:36.848730+0000 mon.smithi002 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2023-12-25T21:48:38.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:37 smithi153 bash[28368]: audit 2023-12-25T21:48:36.811385+0000 mgr.smithi002.hmjpwx (mgr.14180) 1534 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:38.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:37 smithi153 bash[28368]: cluster 2023-12-25T21:48:36.848676+0000 mon.smithi002 (mon.0) 1067 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:48:38.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:37 smithi153 bash[28368]: cluster 2023-12-25T21:48:36.848730+0000 mon.smithi002 (mon.0) 1068 : cluster [INF] Cluster is now healthy 2023-12-25T21:48:38.767 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:38.969 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:38 smithi002 bash[24825]: cluster 2023-12-25T21:48:37.853909+0000 mgr.smithi002.hmjpwx (mgr.14180) 1535 : cluster [DBG] pgmap v1017: 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-12-25T21:48:39.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:38 smithi153 bash[28368]: cluster 2023-12-25T21:48:37.853909+0000 mgr.smithi002.hmjpwx (mgr.14180) 1535 : cluster [DBG] pgmap v1017: 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-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: cephadm 2023-12-25T21:48:39.749519+0000 mgr.smithi002.hmjpwx (mgr.14180) 1536 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:48:40.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: cephadm 2023-12-25T21:48:39.750071+0000 mgr.smithi002.hmjpwx (mgr.14180) 1537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: audit 2023-12-25T21:48:39.750677+0000 mon.smithi002 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.iufaxy"}]: dispatch 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: cephadm 2023-12-25T21:48:39.752133+0000 mgr.smithi002.hmjpwx (mgr.14180) 1538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: cephadm 2023-12-25T21:48:39.756682+0000 mgr.smithi002.hmjpwx (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.xtzsoi on smithi002 2023-12-25T21:48:40.749 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:40 smithi002 bash[24825]: cluster 2023-12-25T21:48:39.854535+0000 mgr.smithi002.hmjpwx (mgr.14180) 1540 : cluster [DBG] pgmap v1018: 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-12-25T21:48:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: cephadm 2023-12-25T21:48:39.749519+0000 mgr.smithi002.hmjpwx (mgr.14180) 1536 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: cephadm 2023-12-25T21:48:39.750071+0000 mgr.smithi002.hmjpwx (mgr.14180) 1537 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: audit 2023-12-25T21:48:39.750677+0000 mon.smithi002 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.iufaxy"}]: dispatch 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: cephadm 2023-12-25T21:48:39.752133+0000 mgr.smithi002.hmjpwx (mgr.14180) 1538 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.iufaxy ... 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.789 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:40.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:40.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:40.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:40.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: cephadm 2023-12-25T21:48:39.756682+0000 mgr.smithi002.hmjpwx (mgr.14180) 1539 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.xtzsoi on smithi002 2023-12-25T21:48:40.790 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:40 smithi153 bash[28368]: cluster 2023-12-25T21:48:39.854535+0000 mgr.smithi002.hmjpwx (mgr.14180) 1540 : cluster [DBG] pgmap v1018: 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-12-25T21:48:42.445 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:42.446 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:31.343119Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tjbipz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-tjbipz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.tjbipz\nDeploy daemon haproxy.nfs.foo.smithi153.tjbipz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.263668Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qjsysr on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qjsysr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qjsysr\nDeploy daemon haproxy.nfs.foo.smithi002.qjsysr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:47:35.268215Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.gqajxp on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:42.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:42 smithi002 bash[24825]: cluster 2023-12-25T21:48:41.855288+0000 mgr.smithi002.hmjpwx (mgr.14180) 1541 : cluster [DBG] pgmap v1019: 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-12-25T21:48:43.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:42 smithi153 bash[28368]: cluster 2023-12-25T21:48:41.855288+0000 mgr.smithi002.hmjpwx (mgr.14180) 1541 : cluster [DBG] pgmap v1019: 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-12-25T21:48:43.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:44.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:43 smithi002 bash[24825]: audit 2023-12-25T21:48:42.440469+0000 mgr.smithi002.hmjpwx (mgr.14180) 1542 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:44.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:43 smithi002 bash[24825]: audit 2023-12-25T21:48:43.526556+0000 mon.smithi002 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.xtzsoi"}]: dispatch 2023-12-25T21:48:44.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:43 smithi153 bash[28368]: audit 2023-12-25T21:48:42.440469+0000 mgr.smithi002.hmjpwx (mgr.14180) 1542 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:44.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:43 smithi153 bash[28368]: audit 2023-12-25T21:48:43.526556+0000 mon.smithi002 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.xtzsoi"}]: dispatch 2023-12-25T21:48:44.341 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cephadm 2023-12-25T21:48:43.525713+0000 mgr.smithi002.hmjpwx (mgr.14180) 1543 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.245 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:48:45.246 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.247 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cephadm 2023-12-25T21:48:43.526084+0000 mgr.smithi002.hmjpwx (mgr.14180) 1544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cephadm 2023-12-25T21:48:43.527661+0000 mgr.smithi002.hmjpwx (mgr.14180) 1545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.248 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cephadm 2023-12-25T21:48:43.530748+0000 mgr.smithi002.hmjpwx (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cephadm 2023-12-25T21:48:43.533550+0000 mgr.smithi002.hmjpwx (mgr.14180) 1547 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:48:45.249 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cluster 2023-12-25T21:48:43.534884+0000 mgr.smithi002.hmjpwx (mgr.14180) 1548 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2023-12-25T21:48:45.250 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:44 smithi002 bash[24825]: cluster 2023-12-25T21:48:43.911369+0000 mon.smithi002 (mon.0) 1071 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cephadm 2023-12-25T21:48:43.525713+0000 mgr.smithi002.hmjpwx (mgr.14180) 1543 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.286 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cephadm 2023-12-25T21:48:43.526084+0000 mgr.smithi002.hmjpwx (mgr.14180) 1544 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.288 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cephadm 2023-12-25T21:48:43.527661+0000 mgr.smithi002.hmjpwx (mgr.14180) 1545 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.xtzsoi ... 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:48:45.289 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:48:45.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:48:45.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cephadm 2023-12-25T21:48:43.530748+0000 mgr.smithi002.hmjpwx (mgr.14180) 1546 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:48:45.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cephadm 2023-12-25T21:48:43.533550+0000 mgr.smithi002.hmjpwx (mgr.14180) 1547 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:48:45.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cluster 2023-12-25T21:48:43.534884+0000 mgr.smithi002.hmjpwx (mgr.14180) 1548 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 400 B/s rd, 0 op/s 2023-12-25T21:48:45.290 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:44 smithi153 bash[28368]: cluster 2023-12-25T21:48:43.911369+0000 mon.smithi002 (mon.0) 1071 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:48:46.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:46 smithi002 bash[24825]: audit 2023-12-25T21:48:45.132733+0000 mon.smithi002 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:46.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:46 smithi153 bash[28368]: audit 2023-12-25T21:48:45.132733+0000 mon.smithi002 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:48:47.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:47 smithi002 bash[24825]: cluster 2023-12-25T21:48:45.535736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1549 : cluster [DBG] pgmap v1021: 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-12-25T21:48:47.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:47 smithi153 bash[28368]: cluster 2023-12-25T21:48:45.535736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1549 : cluster [DBG] pgmap v1021: 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-12-25T21:48:47.973 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:47.973 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:48.879 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:49 smithi002 bash[24825]: cluster 2023-12-25T21:48:47.536910+0000 mgr.smithi002.hmjpwx (mgr.14180) 1550 : cluster [DBG] pgmap v1022: 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-12-25T21:48:49.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:49 smithi002 bash[24825]: audit 2023-12-25T21:48:47.961275+0000 mgr.smithi002.hmjpwx (mgr.14180) 1551 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:49.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:49 smithi153 bash[28368]: cluster 2023-12-25T21:48:47.536910+0000 mgr.smithi002.hmjpwx (mgr.14180) 1550 : cluster [DBG] pgmap v1022: 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-12-25T21:48:49.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:49 smithi153 bash[28368]: audit 2023-12-25T21:48:47.961275+0000 mgr.smithi002.hmjpwx (mgr.14180) 1551 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:49.880 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:50.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:50 smithi002 bash[24825]: cluster 2023-12-25T21:48:49.538206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1552 : cluster [DBG] pgmap v1023: 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-12-25T21:48:50.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:50 smithi153 bash[28368]: cluster 2023-12-25T21:48:49.538206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1552 : cluster [DBG] pgmap v1023: 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-12-25T21:48:52.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:52 smithi002 bash[24825]: cluster 2023-12-25T21:48:51.539465+0000 mgr.smithi002.hmjpwx (mgr.14180) 1553 : cluster [DBG] pgmap v1024: 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-12-25T21:48:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:52 smithi153 bash[28368]: cluster 2023-12-25T21:48:51.539465+0000 mgr.smithi002.hmjpwx (mgr.14180) 1553 : cluster [DBG] pgmap v1024: 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-12-25T21:48:53.687 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:53.687 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:54.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:48:54.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:54 smithi002 bash[24825]: cluster 2023-12-25T21:48:53.540553+0000 mgr.smithi002.hmjpwx (mgr.14180) 1554 : cluster [DBG] pgmap v1025: 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-12-25T21:48:54.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:54 smithi002 bash[24825]: audit 2023-12-25T21:48:53.676998+0000 mgr.smithi002.hmjpwx (mgr.14180) 1555 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:55.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:54 smithi153 bash[28368]: cluster 2023-12-25T21:48:53.540553+0000 mgr.smithi002.hmjpwx (mgr.14180) 1554 : cluster [DBG] pgmap v1025: 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-12-25T21:48:55.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:54 smithi153 bash[28368]: audit 2023-12-25T21:48:53.676998+0000 mgr.smithi002.hmjpwx (mgr.14180) 1555 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:55.593 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:48:56.897 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:56 smithi002 bash[24825]: cluster 2023-12-25T21:48:55.541861+0000 mgr.smithi002.hmjpwx (mgr.14180) 1556 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:57.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:56 smithi153 bash[28368]: cluster 2023-12-25T21:48:55.541861+0000 mgr.smithi002.hmjpwx (mgr.14180) 1556 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:48:58.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:58 smithi002 bash[24825]: cluster 2023-12-25T21:48:57.543085+0000 mgr.smithi002.hmjpwx (mgr.14180) 1557 : 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-12-25T21:48:59.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:58 smithi153 bash[28368]: cluster 2023-12-25T21:48:57.543085+0000 mgr.smithi002.hmjpwx (mgr.14180) 1557 : 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-12-25T21:48:59.073 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:48:59.073 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:48:59.941 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:48:59 smithi002 bash[24825]: audit 2023-12-25T21:48:59.063935+0000 mgr.smithi002.hmjpwx (mgr.14180) 1558 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:48:59.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:00.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:48:59 smithi153 bash[28368]: audit 2023-12-25T21:48:59.063935+0000 mgr.smithi002.hmjpwx (mgr.14180) 1558 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:00.944 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:00.959 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:00 smithi002 bash[24825]: cluster 2023-12-25T21:48:59.544589+0000 mgr.smithi002.hmjpwx (mgr.14180) 1559 : 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-12-25T21:49:01.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:00 smithi153 bash[28368]: cluster 2023-12-25T21:48:59.544589+0000 mgr.smithi002.hmjpwx (mgr.14180) 1559 : 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-12-25T21:49:02.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:02 smithi002 bash[24825]: cluster 2023-12-25T21:49:01.545796+0000 mgr.smithi002.hmjpwx (mgr.14180) 1560 : 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-12-25T21:49:03.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:02 smithi153 bash[28368]: cluster 2023-12-25T21:49:01.545796+0000 mgr.smithi002.hmjpwx (mgr.14180) 1560 : 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-12-25T21:49:04.656 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:04.656 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:04.919 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:04 smithi002 bash[24825]: cluster 2023-12-25T21:49:03.546897+0000 mgr.smithi002.hmjpwx (mgr.14180) 1561 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:05.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:04 smithi153 bash[28368]: cluster 2023-12-25T21:49:03.546897+0000 mgr.smithi002.hmjpwx (mgr.14180) 1561 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:05.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:05.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:05 smithi002 bash[24825]: audit 2023-12-25T21:49:04.646080+0000 mgr.smithi002.hmjpwx (mgr.14180) 1562 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:06.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:05 smithi153 bash[28368]: audit 2023-12-25T21:49:04.646080+0000 mgr.smithi002.hmjpwx (mgr.14180) 1562 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:06.525 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:06.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:06 smithi002 bash[24825]: cluster 2023-12-25T21:49:05.548206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1563 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:07.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:06 smithi153 bash[28368]: cluster 2023-12-25T21:49:05.548206+0000 mgr.smithi002.hmjpwx (mgr.14180) 1563 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:08.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:08 smithi002 bash[24825]: cluster 2023-12-25T21:49:07.549426+0000 mgr.smithi002.hmjpwx (mgr.14180) 1564 : 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-12-25T21:49:09.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:08 smithi153 bash[28368]: cluster 2023-12-25T21:49:07.549426+0000 mgr.smithi002.hmjpwx (mgr.14180) 1564 : 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-12-25T21:49:10.260 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:10.260 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:10.743 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:10 smithi002 bash[24825]: cluster 2023-12-25T21:49:09.550883+0000 mgr.smithi002.hmjpwx (mgr.14180) 1565 : 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-12-25T21:49:10.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:10 smithi002 bash[24825]: audit 2023-12-25T21:49:10.253731+0000 mgr.smithi002.hmjpwx (mgr.14180) 1566 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:10.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:10 smithi153 bash[28368]: cluster 2023-12-25T21:49:09.550883+0000 mgr.smithi002.hmjpwx (mgr.14180) 1565 : 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-12-25T21:49:10.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:10 smithi153 bash[28368]: audit 2023-12-25T21:49:10.253731+0000 mgr.smithi002.hmjpwx (mgr.14180) 1566 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:11.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:12.194 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:12.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:12 smithi002 bash[24825]: cluster 2023-12-25T21:49:11.552202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1567 : 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-12-25T21:49:13.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:12 smithi153 bash[28368]: cluster 2023-12-25T21:49:11.552202+0000 mgr.smithi002.hmjpwx (mgr.14180) 1567 : 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-12-25T21:49:14.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:14 smithi002 bash[24825]: cluster 2023-12-25T21:49:13.553218+0000 mgr.smithi002.hmjpwx (mgr.14180) 1568 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:15.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:14 smithi153 bash[28368]: cluster 2023-12-25T21:49:13.553218+0000 mgr.smithi002.hmjpwx (mgr.14180) 1568 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:15.884 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:15.884 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:16.799 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:16 smithi002 bash[24825]: cluster 2023-12-25T21:49:15.554463+0000 mgr.smithi002.hmjpwx (mgr.14180) 1569 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:16 smithi002 bash[24825]: audit 2023-12-25T21:49:15.872994+0000 mgr.smithi002.hmjpwx (mgr.14180) 1570 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:17.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:16 smithi153 bash[28368]: cluster 2023-12-25T21:49:15.554463+0000 mgr.smithi002.hmjpwx (mgr.14180) 1569 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:17.130 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:16 smithi153 bash[28368]: audit 2023-12-25T21:49:15.872994+0000 mgr.smithi002.hmjpwx (mgr.14180) 1570 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:17.801 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:18.977 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:18 smithi002 bash[24825]: cluster 2023-12-25T21:49:17.555561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1571 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:19.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:18 smithi153 bash[28368]: cluster 2023-12-25T21:49:17.555561+0000 mgr.smithi002.hmjpwx (mgr.14180) 1571 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:20 smithi002 bash[24825]: cluster 2023-12-25T21:49:19.556825+0000 mgr.smithi002.hmjpwx (mgr.14180) 1572 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:20.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:20 smithi153 bash[28368]: cluster 2023-12-25T21:49:19.556825+0000 mgr.smithi002.hmjpwx (mgr.14180) 1572 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:21.227 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:21.227 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:21.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:21 smithi002 bash[24825]: audit 2023-12-25T21:49:21.218844+0000 mgr.smithi002.hmjpwx (mgr.14180) 1573 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:21.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:21 smithi153 bash[28368]: audit 2023-12-25T21:49:21.218844+0000 mgr.smithi002.hmjpwx (mgr.14180) 1573 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:22.209 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:22.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:22 smithi002 bash[24825]: cluster 2023-12-25T21:49:21.558085+0000 mgr.smithi002.hmjpwx (mgr.14180) 1574 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:22.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:22 smithi153 bash[28368]: cluster 2023-12-25T21:49:21.558085+0000 mgr.smithi002.hmjpwx (mgr.14180) 1574 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:23.210 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:24.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:24 smithi002 bash[24825]: cluster 2023-12-25T21:49:23.559201+0000 mgr.smithi002.hmjpwx (mgr.14180) 1575 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:25.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:24 smithi153 bash[28368]: cluster 2023-12-25T21:49:23.559201+0000 mgr.smithi002.hmjpwx (mgr.14180) 1575 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:26.645 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:26.645 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:26.940 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:26 smithi002 bash[24825]: cluster 2023-12-25T21:49:25.560013+0000 mgr.smithi002.hmjpwx (mgr.14180) 1576 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:27.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:26 smithi153 bash[28368]: cluster 2023-12-25T21:49:25.560013+0000 mgr.smithi002.hmjpwx (mgr.14180) 1576 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:27.460 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:27 smithi002 bash[24825]: audit 2023-12-25T21:49:26.640471+0000 mgr.smithi002.hmjpwx (mgr.14180) 1577 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:28.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:27 smithi153 bash[28368]: audit 2023-12-25T21:49:26.640471+0000 mgr.smithi002.hmjpwx (mgr.14180) 1577 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:28.461 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:28.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:28 smithi002 bash[24825]: cluster 2023-12-25T21:49:27.561046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1578 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:29.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:28 smithi153 bash[28368]: cluster 2023-12-25T21:49:27.561046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1578 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:30.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:30 smithi002 bash[24825]: cluster 2023-12-25T21:49:29.562218+0000 mgr.smithi002.hmjpwx (mgr.14180) 1579 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:30.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:30 smithi153 bash[28368]: cluster 2023-12-25T21:49:29.562218+0000 mgr.smithi002.hmjpwx (mgr.14180) 1579 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:32.044 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:32.044 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:32.933 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:32 smithi002 bash[24825]: cluster 2023-12-25T21:49:31.563100+0000 mgr.smithi002.hmjpwx (mgr.14180) 1580 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:32.933 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:32 smithi002 bash[24825]: audit 2023-12-25T21:49:32.034669+0000 mgr.smithi002.hmjpwx (mgr.14180) 1581 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:32.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:33.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:32 smithi153 bash[28368]: cluster 2023-12-25T21:49:31.563100+0000 mgr.smithi002.hmjpwx (mgr.14180) 1580 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:33.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:32 smithi153 bash[28368]: audit 2023-12-25T21:49:32.034669+0000 mgr.smithi002.hmjpwx (mgr.14180) 1581 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:33.935 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:34.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:34 smithi002 bash[24825]: cluster 2023-12-25T21:49:33.564198+0000 mgr.smithi002.hmjpwx (mgr.14180) 1582 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:35.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:34 smithi153 bash[28368]: cluster 2023-12-25T21:49:33.564198+0000 mgr.smithi002.hmjpwx (mgr.14180) 1582 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:36.958 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:36 smithi002 bash[24825]: cluster 2023-12-25T21:49:35.565171+0000 mgr.smithi002.hmjpwx (mgr.14180) 1583 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:37.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:36 smithi153 bash[28368]: cluster 2023-12-25T21:49:35.565171+0000 mgr.smithi002.hmjpwx (mgr.14180) 1583 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:37.385 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:37.385 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:37.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:37 smithi002 bash[24825]: audit 2023-12-25T21:49:37.374666+0000 mgr.smithi002.hmjpwx (mgr.14180) 1584 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:38.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:37 smithi153 bash[28368]: audit 2023-12-25T21:49:37.374666+0000 mgr.smithi002.hmjpwx (mgr.14180) 1584 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:38.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:38.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:38 smithi002 bash[24825]: cluster 2023-12-25T21:49:37.566233+0000 mgr.smithi002.hmjpwx (mgr.14180) 1585 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:39.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:38 smithi153 bash[28368]: cluster 2023-12-25T21:49:37.566233+0000 mgr.smithi002.hmjpwx (mgr.14180) 1585 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:39.300 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:40.739 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:40 smithi002 bash[24825]: cluster 2023-12-25T21:49:39.566920+0000 mgr.smithi002.hmjpwx (mgr.14180) 1586 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:40.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:40 smithi153 bash[28368]: cluster 2023-12-25T21:49:39.566920+0000 mgr.smithi002.hmjpwx (mgr.14180) 1586 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:42.962 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:42.963 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:47:35.270287Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.blbeqx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:42.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:42 smithi002 bash[24825]: cluster 2023-12-25T21:49:41.567898+0000 mgr.smithi002.hmjpwx (mgr.14180) 1587 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:43.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:42 smithi153 bash[28368]: cluster 2023-12-25T21:49:41.567898+0000 mgr.smithi002.hmjpwx (mgr.14180) 1587 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:49:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:43 smithi153 bash[28368]: audit 2023-12-25T21:49:42.950130+0000 mgr.smithi002.hmjpwx (mgr.14180) 1588 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:43.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:43 smithi153 bash[28368]: audit 2023-12-25T21:49:43.537459+0000 mon.smithi002 (mon.0) 1073 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:49:43.877 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:43.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:43 smithi002 bash[24825]: audit 2023-12-25T21:49:42.950130+0000 mgr.smithi002.hmjpwx (mgr.14180) 1588 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:43.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:43 smithi002 bash[24825]: audit 2023-12-25T21:49:43.537459+0000 mon.smithi002 (mon.0) 1073 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:49:44.879 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: cluster 2023-12-25T21:49:43.568750+0000 mgr.smithi002.hmjpwx (mgr.14180) 1589 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: audit 2023-12-25T21:49:43.839464+0000 mon.smithi002 (mon.0) 1074 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: audit 2023-12-25T21:49:43.840935+0000 mon.smithi002 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: audit 2023-12-25T21:49:43.847884+0000 mon.smithi002 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: cluster 2023-12-25T21:49:43.848638+0000 mgr.smithi002.hmjpwx (mgr.14180) 1590 : cluster [DBG] pgmap v1051: 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-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: audit 2023-12-25T21:49:43.857654+0000 mon.smithi002 (mon.0) 1077 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: audit 2023-12-25T21:49:43.874552+0000 mon.smithi002 (mon.0) 1078 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:44.892 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:44 smithi002 bash[24825]: cephadm 2023-12-25T21:49:43.878329+0000 mgr.smithi002.hmjpwx (mgr.14180) 1591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.wfnrju on smithi153 2023-12-25T21:49:45.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: cluster 2023-12-25T21:49:43.568750+0000 mgr.smithi002.hmjpwx (mgr.14180) 1589 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:49:45.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: audit 2023-12-25T21:49:43.839464+0000 mon.smithi002 (mon.0) 1074 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: audit 2023-12-25T21:49:43.840935+0000 mon.smithi002 (mon.0) 1075 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: audit 2023-12-25T21:49:43.847884+0000 mon.smithi002 (mon.0) 1076 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: cluster 2023-12-25T21:49:43.848638+0000 mgr.smithi002.hmjpwx (mgr.14180) 1590 : cluster [DBG] pgmap v1051: 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-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: audit 2023-12-25T21:49:43.857654+0000 mon.smithi002 (mon.0) 1077 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: audit 2023-12-25T21:49:43.874552+0000 mon.smithi002 (mon.0) 1078 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:45.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:44 smithi153 bash[28368]: cephadm 2023-12-25T21:49:43.878329+0000 mgr.smithi002.hmjpwx (mgr.14180) 1591 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.wfnrju on smithi153 2023-12-25T21:49:45.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:45 smithi002 bash[24825]: cluster 2023-12-25T21:49:44.845113+0000 mon.smithi002 (mon.0) 1079 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:49:45.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:45 smithi002 bash[24825]: cluster 2023-12-25T21:49:44.845162+0000 mon.smithi002 (mon.0) 1080 : cluster [INF] Cluster is now healthy 2023-12-25T21:49:46.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:45 smithi153 bash[28368]: cluster 2023-12-25T21:49:44.845113+0000 mon.smithi002 (mon.0) 1079 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:49:46.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:45 smithi153 bash[28368]: cluster 2023-12-25T21:49:44.845162+0000 mon.smithi002 (mon.0) 1080 : cluster [INF] Cluster is now healthy 2023-12-25T21:49:46.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:46 smithi002 bash[24825]: cluster 2023-12-25T21:49:45.849625+0000 mgr.smithi002.hmjpwx (mgr.14180) 1592 : cluster [DBG] pgmap v1052: 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-12-25T21:49:47.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:46 smithi153 bash[28368]: cluster 2023-12-25T21:49:45.849625+0000 mgr.smithi002.hmjpwx (mgr.14180) 1592 : cluster [DBG] pgmap v1052: 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-12-25T21:49:48.004 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:47 smithi002 bash[24825]: audit 2023-12-25T21:49:47.693664+0000 mon.smithi002 (mon.0) 1081 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.wfnrju"}]: dispatch 2023-12-25T21:49:48.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:47 smithi153 bash[28368]: audit 2023-12-25T21:49:47.693664+0000 mon.smithi002 (mon.0) 1081 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.wfnrju"}]: dispatch 2023-12-25T21:49:48.527 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:48.528 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:39.751890Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.iufaxy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-iufaxy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.iufaxy\nDeploy daemon haproxy.nfs.foo.smithi153.iufaxy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.527498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.xtzsoi on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-xtzsoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.xtzsoi\nDeploy daemon haproxy.nfs.foo.smithi002.xtzsoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:48:43.530600Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.xwiyth on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:48.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: cephadm 2023-12-25T21:49:47.692740+0000 mgr.smithi002.hmjpwx (mgr.14180) 1593 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:48.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:48.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:48.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: cephadm 2023-12-25T21:49:47.693055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: cephadm 2023-12-25T21:49:47.695403+0000 mgr.smithi002.hmjpwx (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:48.998 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: cephadm 2023-12-25T21:49:47.699611+0000 mgr.smithi002.hmjpwx (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.tijkej on smithi002 2023-12-25T21:49:48.999 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:48 smithi002 bash[24825]: cluster 2023-12-25T21:49:47.850500+0000 mgr.smithi002.hmjpwx (mgr.14180) 1597 : cluster [DBG] pgmap v1053: 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-12-25T21:49:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: cephadm 2023-12-25T21:49:47.692740+0000 mgr.smithi002.hmjpwx (mgr.14180) 1593 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: cephadm 2023-12-25T21:49:47.693055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1594 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: cephadm 2023-12-25T21:49:47.695403+0000 mgr.smithi002.hmjpwx (mgr.14180) 1595 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju 2023-12-25T21:49:49.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.wfnrju ... 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: cephadm 2023-12-25T21:49:47.699611+0000 mgr.smithi002.hmjpwx (mgr.14180) 1596 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.tijkej on smithi002 2023-12-25T21:49:49.039 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:48 smithi153 bash[28368]: cluster 2023-12-25T21:49:47.850500+0000 mgr.smithi002.hmjpwx (mgr.14180) 1597 : cluster [DBG] pgmap v1053: 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-12-25T21:49:49.421 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:50.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:49 smithi153 bash[28368]: audit 2023-12-25T21:49:48.522965+0000 mgr.smithi002.hmjpwx (mgr.14180) 1598 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:50.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:49 smithi002 bash[24825]: audit 2023-12-25T21:49:48.522965+0000 mgr.smithi002.hmjpwx (mgr.14180) 1598 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:50.423 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:51.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:50 smithi153 bash[28368]: cluster 2023-12-25T21:49:49.851648+0000 mgr.smithi002.hmjpwx (mgr.14180) 1599 : cluster [DBG] pgmap v1054: 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-12-25T21:49:51.059 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:50 smithi002 bash[24825]: cluster 2023-12-25T21:49:49.851648+0000 mgr.smithi002.hmjpwx (mgr.14180) 1599 : cluster [DBG] pgmap v1054: 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-12-25T21:49:52.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:52 smithi002 bash[24825]: audit 2023-12-25T21:49:51.130998+0000 mon.smithi002 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:52.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:52 smithi002 bash[24825]: audit 2023-12-25T21:49:51.619528+0000 mon.smithi002 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.tijkej"}]: dispatch 2023-12-25T21:49:52.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:52 smithi153 bash[28368]: audit 2023-12-25T21:49:51.130998+0000 mon.smithi002 (mon.0) 1082 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:52.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:52 smithi153 bash[28368]: audit 2023-12-25T21:49:51.619528+0000 mon.smithi002 (mon.0) 1083 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.tijkej"}]: dispatch 2023-12-25T21:49:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cephadm 2023-12-25T21:49:51.618386+0000 mgr.smithi002.hmjpwx (mgr.14180) 1600 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cephadm 2023-12-25T21:49:51.618804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cephadm 2023-12-25T21:49:51.621272+0000 mgr.smithi002.hmjpwx (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cephadm 2023-12-25T21:49:51.624946+0000 mgr.smithi002.hmjpwx (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cephadm 2023-12-25T21:49:51.628254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cluster 2023-12-25T21:49:51.629366+0000 mgr.smithi002.hmjpwx (mgr.14180) 1605 : cluster [DBG] pgmap v1055: 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-12-25T21:49:53.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:53 smithi002 bash[24825]: cluster 2023-12-25T21:49:52.127103+0000 mon.smithi002 (mon.0) 1084 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cephadm 2023-12-25T21:49:51.618386+0000 mgr.smithi002.hmjpwx (mgr.14180) 1600 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cephadm 2023-12-25T21:49:51.618804+0000 mgr.smithi002.hmjpwx (mgr.14180) 1601 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cephadm 2023-12-25T21:49:51.621272+0000 mgr.smithi002.hmjpwx (mgr.14180) 1602 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.tijkej ... 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:49:53.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cephadm 2023-12-25T21:49:51.624946+0000 mgr.smithi002.hmjpwx (mgr.14180) 1603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cephadm 2023-12-25T21:49:51.628254+0000 mgr.smithi002.hmjpwx (mgr.14180) 1604 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cluster 2023-12-25T21:49:51.629366+0000 mgr.smithi002.hmjpwx (mgr.14180) 1605 : cluster [DBG] pgmap v1055: 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-12-25T21:49:53.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:53 smithi153 bash[28368]: cluster 2023-12-25T21:49:52.127103+0000 mon.smithi002 (mon.0) 1084 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:49:54.161 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:54.161 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:49:55.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:49:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:55 smithi002 bash[24825]: cluster 2023-12-25T21:49:53.630455+0000 mgr.smithi002.hmjpwx (mgr.14180) 1606 : cluster [DBG] pgmap v1056: 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-12-25T21:49:55.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:55 smithi002 bash[24825]: audit 2023-12-25T21:49:54.156046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1607 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:55.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:55 smithi153 bash[28368]: cluster 2023-12-25T21:49:53.630455+0000 mgr.smithi002.hmjpwx (mgr.14180) 1606 : cluster [DBG] pgmap v1056: 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-12-25T21:49:55.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:55 smithi153 bash[28368]: audit 2023-12-25T21:49:54.156046+0000 mgr.smithi002.hmjpwx (mgr.14180) 1607 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:49:56.109 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:49:56.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:56 smithi002 bash[24825]: audit 2023-12-25T21:49:55.180045+0000 mon.smithi002 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:56.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:56 smithi153 bash[28368]: audit 2023-12-25T21:49:55.180045+0000 mon.smithi002 (mon.0) 1085 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:49:57.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:57 smithi002 bash[24825]: cluster 2023-12-25T21:49:55.631679+0000 mgr.smithi002.hmjpwx (mgr.14180) 1608 : cluster [DBG] pgmap v1057: 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-12-25T21:49:57.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:57 smithi153 bash[28368]: cluster 2023-12-25T21:49:55.631679+0000 mgr.smithi002.hmjpwx (mgr.14180) 1608 : cluster [DBG] pgmap v1057: 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-12-25T21:49:59.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:49:59 smithi002 bash[24825]: cluster 2023-12-25T21:49:57.632747+0000 mgr.smithi002.hmjpwx (mgr.14180) 1609 : cluster [DBG] pgmap v1058: 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-12-25T21:49:59.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:49:59 smithi153 bash[28368]: cluster 2023-12-25T21:49:57.632747+0000 mgr.smithi002.hmjpwx (mgr.14180) 1609 : cluster [DBG] pgmap v1058: 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-12-25T21:49:59.673 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:49:59.674 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:00.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:00 smithi002 bash[24825]: cluster 2023-12-25T21:49:59.633968+0000 mgr.smithi002.hmjpwx (mgr.14180) 1610 : cluster [DBG] pgmap v1059: 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-12-25T21:50:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:00 smithi002 bash[24825]: audit 2023-12-25T21:49:59.662889+0000 mgr.smithi002.hmjpwx (mgr.14180) 1611 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:00 smithi002 bash[24825]: cluster 2023-12-25T21:50:00.000184+0000 mon.smithi002 (mon.0) 1086 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:50:00.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:00 smithi153 bash[28368]: cluster 2023-12-25T21:49:59.633968+0000 mgr.smithi002.hmjpwx (mgr.14180) 1610 : cluster [DBG] pgmap v1059: 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-12-25T21:50:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:00 smithi153 bash[28368]: audit 2023-12-25T21:49:59.662889+0000 mgr.smithi002.hmjpwx (mgr.14180) 1611 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:00 smithi153 bash[28368]: cluster 2023-12-25T21:50:00.000184+0000 mon.smithi002 (mon.0) 1086 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-12-25T21:50:01.571 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:02.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:02 smithi002 bash[24825]: cluster 2023-12-25T21:50:01.635045+0000 mgr.smithi002.hmjpwx (mgr.14180) 1612 : cluster [DBG] pgmap v1060: 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-12-25T21:50:03.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:02 smithi153 bash[28368]: cluster 2023-12-25T21:50:01.635045+0000 mgr.smithi002.hmjpwx (mgr.14180) 1612 : cluster [DBG] pgmap v1060: 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-12-25T21:50:04.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:04 smithi002 bash[24825]: cluster 2023-12-25T21:50:03.635959+0000 mgr.smithi002.hmjpwx (mgr.14180) 1613 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:05.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:04 smithi153 bash[28368]: cluster 2023-12-25T21:50:03.635959+0000 mgr.smithi002.hmjpwx (mgr.14180) 1613 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:05.167 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:05.168 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:05.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:05 smithi002 bash[24825]: audit 2023-12-25T21:50:05.159049+0000 mgr.smithi002.hmjpwx (mgr.14180) 1614 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:06.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:05 smithi153 bash[28368]: audit 2023-12-25T21:50:05.159049+0000 mgr.smithi002.hmjpwx (mgr.14180) 1614 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:06.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:07.138 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:07 smithi002 bash[24825]: cluster 2023-12-25T21:50:05.637292+0000 mgr.smithi002.hmjpwx (mgr.14180) 1615 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:07 smithi002 bash[24825]: audit 2023-12-25T21:50:06.131262+0000 mon.smithi002 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:07.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:07 smithi153 bash[28368]: cluster 2023-12-25T21:50:05.637292+0000 mgr.smithi002.hmjpwx (mgr.14180) 1615 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:07.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:07 smithi153 bash[28368]: audit 2023-12-25T21:50:06.131262+0000 mon.smithi002 (mon.0) 1087 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:09.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:09 smithi002 bash[24825]: cluster 2023-12-25T21:50:07.638358+0000 mgr.smithi002.hmjpwx (mgr.14180) 1616 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:09.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:09 smithi153 bash[28368]: cluster 2023-12-25T21:50:07.638358+0000 mgr.smithi002.hmjpwx (mgr.14180) 1616 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:10.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:10 smithi002 bash[24825]: cluster 2023-12-25T21:50:09.639332+0000 mgr.smithi002.hmjpwx (mgr.14180) 1617 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:10.640 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:10.640 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:10.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:10 smithi153 bash[28368]: cluster 2023-12-25T21:50:09.639332+0000 mgr.smithi002.hmjpwx (mgr.14180) 1617 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:11.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:11.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:11 smithi002 bash[24825]: audit 2023-12-25T21:50:10.631078+0000 mgr.smithi002.hmjpwx (mgr.14180) 1618 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:11.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:11 smithi153 bash[28368]: audit 2023-12-25T21:50:10.631078+0000 mgr.smithi002.hmjpwx (mgr.14180) 1618 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:12.537 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:12.738 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:12 smithi002 bash[24825]: cluster 2023-12-25T21:50:11.640633+0000 mgr.smithi002.hmjpwx (mgr.14180) 1619 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:12.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:12 smithi153 bash[28368]: cluster 2023-12-25T21:50:11.640633+0000 mgr.smithi002.hmjpwx (mgr.14180) 1619 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:14.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:14 smithi002 bash[24825]: cluster 2023-12-25T21:50:13.641705+0000 mgr.smithi002.hmjpwx (mgr.14180) 1620 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:15.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:14 smithi153 bash[28368]: cluster 2023-12-25T21:50:13.641705+0000 mgr.smithi002.hmjpwx (mgr.14180) 1620 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:16.339 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:16.339 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:16 smithi002 bash[24825]: cluster 2023-12-25T21:50:15.643010+0000 mgr.smithi002.hmjpwx (mgr.14180) 1621 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:16.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:16 smithi002 bash[24825]: audit 2023-12-25T21:50:16.329902+0000 mgr.smithi002.hmjpwx (mgr.14180) 1622 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:17.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:16 smithi153 bash[28368]: cluster 2023-12-25T21:50:15.643010+0000 mgr.smithi002.hmjpwx (mgr.14180) 1621 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:17.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:16 smithi153 bash[28368]: audit 2023-12-25T21:50:16.329902+0000 mgr.smithi002.hmjpwx (mgr.14180) 1622 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:17.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:18.253 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:18.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:18 smithi002 bash[24825]: cluster 2023-12-25T21:50:17.644165+0000 mgr.smithi002.hmjpwx (mgr.14180) 1623 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:19.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:18 smithi153 bash[28368]: cluster 2023-12-25T21:50:17.644165+0000 mgr.smithi002.hmjpwx (mgr.14180) 1623 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:20.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:20 smithi002 bash[24825]: cluster 2023-12-25T21:50:19.645837+0000 mgr.smithi002.hmjpwx (mgr.14180) 1624 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:20.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:20 smithi153 bash[28368]: cluster 2023-12-25T21:50:19.645837+0000 mgr.smithi002.hmjpwx (mgr.14180) 1624 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:21.996 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:21.997 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:22.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:22.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:22 smithi002 bash[24825]: cluster 2023-12-25T21:50:21.647263+0000 mgr.smithi002.hmjpwx (mgr.14180) 1625 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:22.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:22 smithi002 bash[24825]: audit 2023-12-25T21:50:21.986614+0000 mgr.smithi002.hmjpwx (mgr.14180) 1626 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:23.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:22 smithi153 bash[28368]: cluster 2023-12-25T21:50:21.647263+0000 mgr.smithi002.hmjpwx (mgr.14180) 1625 : cluster [DBG] pgmap v1070: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:23.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:22 smithi153 bash[28368]: audit 2023-12-25T21:50:21.986614+0000 mgr.smithi002.hmjpwx (mgr.14180) 1626 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:23.896 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:24.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:24 smithi002 bash[24825]: cluster 2023-12-25T21:50:23.648488+0000 mgr.smithi002.hmjpwx (mgr.14180) 1627 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:25.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:24 smithi153 bash[28368]: cluster 2023-12-25T21:50:23.648488+0000 mgr.smithi002.hmjpwx (mgr.14180) 1627 : cluster [DBG] pgmap v1071: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:26.970 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:26 smithi002 bash[24825]: cluster 2023-12-25T21:50:25.649798+0000 mgr.smithi002.hmjpwx (mgr.14180) 1628 : cluster [DBG] pgmap v1072: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:27.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:26 smithi153 bash[28368]: cluster 2023-12-25T21:50:25.649798+0000 mgr.smithi002.hmjpwx (mgr.14180) 1628 : cluster [DBG] pgmap v1072: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:27.325 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:27.326 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:27.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:27 smithi002 bash[24825]: audit 2023-12-25T21:50:27.315363+0000 mgr.smithi002.hmjpwx (mgr.14180) 1629 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:28.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:27 smithi153 bash[28368]: audit 2023-12-25T21:50:27.315363+0000 mgr.smithi002.hmjpwx (mgr.14180) 1629 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:28.202 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:28.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:28 smithi002 bash[24825]: cluster 2023-12-25T21:50:27.650942+0000 mgr.smithi002.hmjpwx (mgr.14180) 1630 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:29.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:28 smithi153 bash[28368]: cluster 2023-12-25T21:50:27.650942+0000 mgr.smithi002.hmjpwx (mgr.14180) 1630 : cluster [DBG] pgmap v1073: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:29.204 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:30.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:30 smithi002 bash[24825]: cluster 2023-12-25T21:50:29.652277+0000 mgr.smithi002.hmjpwx (mgr.14180) 1631 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:30.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:30 smithi153 bash[28368]: cluster 2023-12-25T21:50:29.652277+0000 mgr.smithi002.hmjpwx (mgr.14180) 1631 : cluster [DBG] pgmap v1074: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:32.725 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:32.725 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:32.989 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:32 smithi002 bash[24825]: cluster 2023-12-25T21:50:31.653595+0000 mgr.smithi002.hmjpwx (mgr.14180) 1632 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:33.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:32 smithi153 bash[28368]: cluster 2023-12-25T21:50:31.653595+0000 mgr.smithi002.hmjpwx (mgr.14180) 1632 : cluster [DBG] pgmap v1075: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:33.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:33.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:33 smithi002 bash[24825]: audit 2023-12-25T21:50:32.719362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1633 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:34.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:33 smithi153 bash[28368]: audit 2023-12-25T21:50:32.719362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1633 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:34.663 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:34.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:34 smithi002 bash[24825]: cluster 2023-12-25T21:50:33.654507+0000 mgr.smithi002.hmjpwx (mgr.14180) 1634 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:35.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:34 smithi153 bash[28368]: cluster 2023-12-25T21:50:33.654507+0000 mgr.smithi002.hmjpwx (mgr.14180) 1634 : cluster [DBG] pgmap v1076: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:36.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:36 smithi002 bash[24825]: cluster 2023-12-25T21:50:35.655814+0000 mgr.smithi002.hmjpwx (mgr.14180) 1635 : cluster [DBG] pgmap v1077: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:37.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:36 smithi153 bash[28368]: cluster 2023-12-25T21:50:35.655814+0000 mgr.smithi002.hmjpwx (mgr.14180) 1635 : cluster [DBG] pgmap v1077: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:38.364 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:38.364 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:38.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:38 smithi002 bash[24825]: cluster 2023-12-25T21:50:37.656976+0000 mgr.smithi002.hmjpwx (mgr.14180) 1636 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:38.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:38 smithi002 bash[24825]: audit 2023-12-25T21:50:38.354657+0000 mgr.smithi002.hmjpwx (mgr.14180) 1637 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:39.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:38 smithi153 bash[28368]: cluster 2023-12-25T21:50:37.656976+0000 mgr.smithi002.hmjpwx (mgr.14180) 1636 : cluster [DBG] pgmap v1078: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:39.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:38 smithi153 bash[28368]: audit 2023-12-25T21:50:38.354657+0000 mgr.smithi002.hmjpwx (mgr.14180) 1637 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:39.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:40.218 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:40.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:40 smithi002 bash[24825]: cluster 2023-12-25T21:50:39.658251+0000 mgr.smithi002.hmjpwx (mgr.14180) 1638 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:40.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:40 smithi153 bash[28368]: cluster 2023-12-25T21:50:39.658251+0000 mgr.smithi002.hmjpwx (mgr.14180) 1638 : cluster [DBG] pgmap v1079: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:42.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:42 smithi002 bash[24825]: cluster 2023-12-25T21:50:41.659559+0000 mgr.smithi002.hmjpwx (mgr.14180) 1639 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:43.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:42 smithi153 bash[28368]: cluster 2023-12-25T21:50:41.659559+0000 mgr.smithi002.hmjpwx (mgr.14180) 1639 : cluster [DBG] pgmap v1080: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:43.726 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:43.726 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:44.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:44.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:44 smithi002 bash[24825]: cluster 2023-12-25T21:50:43.660736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1640 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:44.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:44 smithi002 bash[24825]: audit 2023-12-25T21:50:43.717376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1641 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:45.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:44 smithi153 bash[28368]: cluster 2023-12-25T21:50:43.660736+0000 mgr.smithi002.hmjpwx (mgr.14180) 1640 : cluster [DBG] pgmap v1081: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:50:45.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:44 smithi153 bash[28368]: audit 2023-12-25T21:50:43.717376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1641 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:45.626 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:46.976 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:46 smithi002 bash[24825]: cluster 2023-12-25T21:50:45.662077+0000 mgr.smithi002.hmjpwx (mgr.14180) 1642 : cluster [DBG] pgmap v1082: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:47.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:46 smithi153 bash[28368]: cluster 2023-12-25T21:50:45.662077+0000 mgr.smithi002.hmjpwx (mgr.14180) 1642 : cluster [DBG] pgmap v1082: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:48.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:48 smithi002 bash[24825]: cluster 2023-12-25T21:50:47.663253+0000 mgr.smithi002.hmjpwx (mgr.14180) 1643 : cluster [DBG] pgmap v1083: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:49.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:48 smithi153 bash[28368]: cluster 2023-12-25T21:50:47.663253+0000 mgr.smithi002.hmjpwx (mgr.14180) 1643 : cluster [DBG] pgmap v1083: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:49.158 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:49.158 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:49.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:49 smithi002 bash[24825]: audit 2023-12-25T21:50:49.147275+0000 mgr.smithi002.hmjpwx (mgr.14180) 1644 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:49.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:50.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:49 smithi153 bash[28368]: audit 2023-12-25T21:50:49.147275+0000 mgr.smithi002.hmjpwx (mgr.14180) 1644 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:50.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:50 smithi002 bash[24825]: cluster 2023-12-25T21:50:49.664603+0000 mgr.smithi002.hmjpwx (mgr.14180) 1645 : cluster [DBG] pgmap v1084: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:50.996 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:51.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:50 smithi153 bash[28368]: cluster 2023-12-25T21:50:49.664603+0000 mgr.smithi002.hmjpwx (mgr.14180) 1645 : cluster [DBG] pgmap v1084: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:52.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:51 smithi153 bash[28368]: audit 2023-12-25T21:50:51.632740+0000 mon.smithi002 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:50:52.210 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:51 smithi002 bash[24825]: audit 2023-12-25T21:50:51.632740+0000 mon.smithi002 (mon.0) 1088 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: cluster 2023-12-25T21:50:51.665882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1646 : cluster [DBG] pgmap v1085: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: audit 2023-12-25T21:50:51.931576+0000 mon.smithi002 (mon.0) 1089 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: audit 2023-12-25T21:50:51.933142+0000 mon.smithi002 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: audit 2023-12-25T21:50:51.939614+0000 mon.smithi002 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: cluster 2023-12-25T21:50:51.940386+0000 mgr.smithi002.hmjpwx (mgr.14180) 1647 : cluster [DBG] pgmap v1086: 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-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: audit 2023-12-25T21:50:51.947056+0000 mon.smithi002 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: audit 2023-12-25T21:50:51.957710+0000 mon.smithi002 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:52.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:52 smithi002 bash[24825]: cephadm 2023-12-25T21:50:51.960445+0000 mgr.smithi002.hmjpwx (mgr.14180) 1648 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qkoxff on smithi153 2023-12-25T21:50:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: cluster 2023-12-25T21:50:51.665882+0000 mgr.smithi002.hmjpwx (mgr.14180) 1646 : cluster [DBG] pgmap v1085: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:50:53.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: audit 2023-12-25T21:50:51.931576+0000 mon.smithi002 (mon.0) 1089 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: audit 2023-12-25T21:50:51.933142+0000 mon.smithi002 (mon.0) 1090 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: audit 2023-12-25T21:50:51.939614+0000 mon.smithi002 (mon.0) 1091 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: cluster 2023-12-25T21:50:51.940386+0000 mgr.smithi002.hmjpwx (mgr.14180) 1647 : cluster [DBG] pgmap v1086: 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-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: audit 2023-12-25T21:50:51.947056+0000 mon.smithi002 (mon.0) 1092 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: audit 2023-12-25T21:50:51.957710+0000 mon.smithi002 (mon.0) 1093 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:50:53.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:52 smithi153 bash[28368]: cephadm 2023-12-25T21:50:51.960445+0000 mgr.smithi002.hmjpwx (mgr.14180) 1648 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qkoxff on smithi153 2023-12-25T21:50:54.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:53 smithi153 bash[28368]: cluster 2023-12-25T21:50:52.937899+0000 mon.smithi002 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:50:54.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:53 smithi153 bash[28368]: cluster 2023-12-25T21:50:52.937952+0000 mon.smithi002 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-12-25T21:50:54.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:53 smithi002 bash[24825]: cluster 2023-12-25T21:50:52.937899+0000 mon.smithi002 (mon.0) 1094 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:50:54.231 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:53 smithi002 bash[24825]: cluster 2023-12-25T21:50:52.937952+0000 mon.smithi002 (mon.0) 1095 : cluster [INF] Cluster is now healthy 2023-12-25T21:50:54.657 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:50:54.657 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:48:43.533400Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.tieqsc on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:47.695148Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.wfnrju on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-wfnrju\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.wfnrju\nDeploy daemon haproxy.nfs.foo.smithi153.wfnrju ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.621032Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.tijkej on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-tijkej\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.tijkej\nDeploy daemon haproxy.nfs.foo.smithi002.tijkej ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:49:51.624741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dcnnfe on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:50:54.993 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:54 smithi002 bash[24825]: cluster 2023-12-25T21:50:53.941208+0000 mgr.smithi002.hmjpwx (mgr.14180) 1649 : cluster [DBG] pgmap v1087: 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-12-25T21:50:55.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:54 smithi153 bash[28368]: cluster 2023-12-25T21:50:53.941208+0000 mgr.smithi002.hmjpwx (mgr.14180) 1649 : cluster [DBG] pgmap v1087: 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-12-25T21:50:55.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:50:56.034 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:55 smithi153 bash[28368]: audit 2023-12-25T21:50:54.646940+0000 mgr.smithi002.hmjpwx (mgr.14180) 1650 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:56.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:55 smithi002 bash[24825]: audit 2023-12-25T21:50:54.646940+0000 mgr.smithi002.hmjpwx (mgr.14180) 1650 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:50:56.527 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:50:56.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: cephadm 2023-12-25T21:50:55.901646+0000 mgr.smithi002.hmjpwx (mgr.14180) 1651 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: cephadm 2023-12-25T21:50:55.902176+0000 mgr.smithi002.hmjpwx (mgr.14180) 1652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.996 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: audit 2023-12-25T21:50:55.902806+0000 mon.smithi002 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qkoxff"}]: dispatch 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: cephadm 2023-12-25T21:50:55.904393+0000 mgr.smithi002.hmjpwx (mgr.14180) 1653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: cephadm 2023-12-25T21:50:55.909102+0000 mgr.smithi002.hmjpwx (mgr.14180) 1654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.qwqogs on smithi002 2023-12-25T21:50:56.997 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:56 smithi002 bash[24825]: cluster 2023-12-25T21:50:55.942032+0000 mgr.smithi002.hmjpwx (mgr.14180) 1655 : cluster [DBG] pgmap v1088: 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-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: cephadm 2023-12-25T21:50:55.901646+0000 mgr.smithi002.hmjpwx (mgr.14180) 1651 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:50:57.035 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:57.036 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: cephadm 2023-12-25T21:50:55.902176+0000 mgr.smithi002.hmjpwx (mgr.14180) 1652 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: audit 2023-12-25T21:50:55.902806+0000 mon.smithi002 (mon.0) 1096 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qkoxff"}]: dispatch 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: cephadm 2023-12-25T21:50:55.904393+0000 mgr.smithi002.hmjpwx (mgr.14180) 1653 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.qkoxff ... 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:50:57.037 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: cephadm 2023-12-25T21:50:55.909102+0000 mgr.smithi002.hmjpwx (mgr.14180) 1654 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.qwqogs on smithi002 2023-12-25T21:50:57.038 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:56 smithi153 bash[28368]: cluster 2023-12-25T21:50:55.942032+0000 mgr.smithi002.hmjpwx (mgr.14180) 1655 : cluster [DBG] pgmap v1088: 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-12-25T21:50:59.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:50:59 smithi002 bash[24825]: cluster 2023-12-25T21:50:57.942830+0000 mgr.smithi002.hmjpwx (mgr.14180) 1656 : cluster [DBG] pgmap v1089: 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-12-25T21:50:59.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:50:59 smithi153 bash[28368]: cluster 2023-12-25T21:50:57.942830+0000 mgr.smithi002.hmjpwx (mgr.14180) 1656 : cluster [DBG] pgmap v1089: 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-12-25T21:51:00.290 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:00.290 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cephadm 2023-12-25T21:50:59.803422+0000 mgr.smithi002.hmjpwx (mgr.14180) 1657 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.746 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cephadm 2023-12-25T21:50:59.803690+0000 mgr.smithi002.hmjpwx (mgr.14180) 1658 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: audit 2023-12-25T21:50:59.804281+0000 mon.smithi002 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.qwqogs"}]: dispatch 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cephadm 2023-12-25T21:50:59.805623+0000 mgr.smithi002.hmjpwx (mgr.14180) 1659 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cephadm 2023-12-25T21:50:59.807684+0000 mgr.smithi002.hmjpwx (mgr.14180) 1660 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cephadm 2023-12-25T21:50:59.809376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1661 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: cluster 2023-12-25T21:50:59.810554+0000 mgr.smithi002.hmjpwx (mgr.14180) 1662 : cluster [DBG] pgmap v1090: 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-12-25T21:51:00.747 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: audit 2023-12-25T21:51:00.225976+0000 mon.smithi002 (mon.0) 1098 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:51:00.748 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:00 smithi002 bash[24825]: audit 2023-12-25T21:51:00.280834+0000 mgr.smithi002.hmjpwx (mgr.14180) 1663 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cephadm 2023-12-25T21:50:59.803422+0000 mgr.smithi002.hmjpwx (mgr.14180) 1657 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cephadm 2023-12-25T21:50:59.803690+0000 mgr.smithi002.hmjpwx (mgr.14180) 1658 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: audit 2023-12-25T21:50:59.804281+0000 mon.smithi002 (mon.0) 1097 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.qwqogs"}]: dispatch 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cephadm 2023-12-25T21:50:59.805623+0000 mgr.smithi002.hmjpwx (mgr.14180) 1659 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs 2023-12-25T21:51:00.787 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.qwqogs ... 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cephadm 2023-12-25T21:50:59.807684+0000 mgr.smithi002.hmjpwx (mgr.14180) 1660 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cephadm 2023-12-25T21:50:59.809376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1661 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: cluster 2023-12-25T21:50:59.810554+0000 mgr.smithi002.hmjpwx (mgr.14180) 1662 : cluster [DBG] pgmap v1090: 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-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: audit 2023-12-25T21:51:00.225976+0000 mon.smithi002 (mon.0) 1098 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:51:00.788 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:00 smithi153 bash[28368]: audit 2023-12-25T21:51:00.280834+0000 mgr.smithi002.hmjpwx (mgr.14180) 1663 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:01.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:01 smithi002 bash[24825]: cluster 2023-12-25T21:51:00.453118+0000 mon.smithi002 (mon.0) 1099 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:51:01.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:01 smithi153 bash[28368]: cluster 2023-12-25T21:51:00.453118+0000 mon.smithi002 (mon.0) 1099 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:51:02.248 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:02.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:02 smithi002 bash[24825]: cluster 2023-12-25T21:51:01.811666+0000 mgr.smithi002.hmjpwx (mgr.14180) 1664 : cluster [DBG] pgmap v1091: 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-12-25T21:51:02.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:02 smithi153 bash[28368]: cluster 2023-12-25T21:51:01.811666+0000 mgr.smithi002.hmjpwx (mgr.14180) 1664 : cluster [DBG] pgmap v1091: 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-12-25T21:51:04.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:04 smithi002 bash[24825]: cluster 2023-12-25T21:51:03.812603+0000 mgr.smithi002.hmjpwx (mgr.14180) 1665 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-12-25T21:51:05.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:04 smithi153 bash[28368]: cluster 2023-12-25T21:51:03.812603+0000 mgr.smithi002.hmjpwx (mgr.14180) 1665 : cluster [DBG] pgmap v1092: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-12-25T21:51:05.962 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:05.962 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:06.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:06 smithi002 bash[24825]: cluster 2023-12-25T21:51:05.813815+0000 mgr.smithi002.hmjpwx (mgr.14180) 1666 : cluster [DBG] pgmap v1093: 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-12-25T21:51:07.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:06 smithi002 bash[24825]: audit 2023-12-25T21:51:05.953177+0000 mgr.smithi002.hmjpwx (mgr.14180) 1667 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:07.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:06 smithi153 bash[28368]: cluster 2023-12-25T21:51:05.813815+0000 mgr.smithi002.hmjpwx (mgr.14180) 1666 : cluster [DBG] pgmap v1093: 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-12-25T21:51:07.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:06 smithi153 bash[28368]: audit 2023-12-25T21:51:05.953177+0000 mgr.smithi002.hmjpwx (mgr.14180) 1667 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:07.854 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:09.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:08 smithi002 bash[24825]: cluster 2023-12-25T21:51:07.814924+0000 mgr.smithi002.hmjpwx (mgr.14180) 1668 : cluster [DBG] pgmap v1094: 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-12-25T21:51:09.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:08 smithi153 bash[28368]: cluster 2023-12-25T21:51:07.814924+0000 mgr.smithi002.hmjpwx (mgr.14180) 1668 : cluster [DBG] pgmap v1094: 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-12-25T21:51:10.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:10 smithi002 bash[24825]: cluster 2023-12-25T21:51:09.816267+0000 mgr.smithi002.hmjpwx (mgr.14180) 1669 : cluster [DBG] pgmap v1095: 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-12-25T21:51:10.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:10 smithi153 bash[28368]: cluster 2023-12-25T21:51:09.816267+0000 mgr.smithi002.hmjpwx (mgr.14180) 1669 : cluster [DBG] pgmap v1095: 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-12-25T21:51:11.339 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:11.339 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:11.649 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:11 smithi002 bash[24825]: audit 2023-12-25T21:51:11.330196+0000 mgr.smithi002.hmjpwx (mgr.14180) 1670 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:11.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:11 smithi153 bash[28368]: audit 2023-12-25T21:51:11.330196+0000 mgr.smithi002.hmjpwx (mgr.14180) 1670 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:12.277 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:12.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:12 smithi002 bash[24825]: cluster 2023-12-25T21:51:11.817395+0000 mgr.smithi002.hmjpwx (mgr.14180) 1671 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:12.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:12 smithi153 bash[28368]: cluster 2023-12-25T21:51:11.817395+0000 mgr.smithi002.hmjpwx (mgr.14180) 1671 : cluster [DBG] pgmap v1096: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:13.278 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:15.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:14 smithi002 bash[24825]: cluster 2023-12-25T21:51:13.818520+0000 mgr.smithi002.hmjpwx (mgr.14180) 1672 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:15.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:14 smithi153 bash[28368]: cluster 2023-12-25T21:51:13.818520+0000 mgr.smithi002.hmjpwx (mgr.14180) 1672 : cluster [DBG] pgmap v1097: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:17.024 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:17.024 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:17.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:16 smithi002 bash[24825]: cluster 2023-12-25T21:51:15.819870+0000 mgr.smithi002.hmjpwx (mgr.14180) 1673 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:17.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:16 smithi153 bash[28368]: cluster 2023-12-25T21:51:15.819870+0000 mgr.smithi002.hmjpwx (mgr.14180) 1673 : cluster [DBG] pgmap v1098: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:17.948 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:18.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:17 smithi002 bash[24825]: audit 2023-12-25T21:51:17.015362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1674 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:18.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:17 smithi153 bash[28368]: audit 2023-12-25T21:51:17.015362+0000 mgr.smithi002.hmjpwx (mgr.14180) 1674 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:18.948 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:19.148 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:18 smithi002 bash[24825]: cluster 2023-12-25T21:51:17.821055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1675 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:19.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:18 smithi153 bash[28368]: cluster 2023-12-25T21:51:17.821055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1675 : cluster [DBG] pgmap v1099: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:20.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:20 smithi002 bash[24825]: cluster 2023-12-25T21:51:19.822438+0000 mgr.smithi002.hmjpwx (mgr.14180) 1676 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:20.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:20 smithi153 bash[28368]: cluster 2023-12-25T21:51:19.822438+0000 mgr.smithi002.hmjpwx (mgr.14180) 1676 : cluster [DBG] pgmap v1100: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:22.588 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:22.588 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:23.243 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:22 smithi002 bash[24825]: cluster 2023-12-25T21:51:21.823072+0000 mgr.smithi002.hmjpwx (mgr.14180) 1677 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:23.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:22 smithi153 bash[28368]: cluster 2023-12-25T21:51:21.823072+0000 mgr.smithi002.hmjpwx (mgr.14180) 1677 : cluster [DBG] pgmap v1101: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:23.521 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:24.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:23 smithi002 bash[24825]: audit 2023-12-25T21:51:22.579400+0000 mgr.smithi002.hmjpwx (mgr.14180) 1678 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:24.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:23 smithi153 bash[28368]: audit 2023-12-25T21:51:22.579400+0000 mgr.smithi002.hmjpwx (mgr.14180) 1678 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:24.522 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:24.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:24 smithi002 bash[24825]: cluster 2023-12-25T21:51:23.824235+0000 mgr.smithi002.hmjpwx (mgr.14180) 1679 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:25.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:24 smithi153 bash[28368]: cluster 2023-12-25T21:51:23.824235+0000 mgr.smithi002.hmjpwx (mgr.14180) 1679 : cluster [DBG] pgmap v1102: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:27.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:26 smithi002 bash[24825]: cluster 2023-12-25T21:51:25.825567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1680 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:27.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:26 smithi153 bash[28368]: cluster 2023-12-25T21:51:25.825567+0000 mgr.smithi002.hmjpwx (mgr.14180) 1680 : cluster [DBG] pgmap v1103: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:28.385 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:28.385 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:28.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:28 smithi002 bash[24825]: cluster 2023-12-25T21:51:27.826317+0000 mgr.smithi002.hmjpwx (mgr.14180) 1681 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:28.995 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:28 smithi002 bash[24825]: audit 2023-12-25T21:51:28.374622+0000 mgr.smithi002.hmjpwx (mgr.14180) 1682 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:29.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:28 smithi153 bash[28368]: cluster 2023-12-25T21:51:27.826317+0000 mgr.smithi002.hmjpwx (mgr.14180) 1681 : cluster [DBG] pgmap v1104: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:29.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:28 smithi153 bash[28368]: audit 2023-12-25T21:51:28.374622+0000 mgr.smithi002.hmjpwx (mgr.14180) 1682 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:29.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:30.310 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:30.743 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:30 smithi002 bash[24825]: cluster 2023-12-25T21:51:29.827618+0000 mgr.smithi002.hmjpwx (mgr.14180) 1683 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:30.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:30 smithi153 bash[28368]: cluster 2023-12-25T21:51:29.827618+0000 mgr.smithi002.hmjpwx (mgr.14180) 1683 : cluster [DBG] pgmap v1105: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:33.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:32 smithi002 bash[24825]: cluster 2023-12-25T21:51:31.828763+0000 mgr.smithi002.hmjpwx (mgr.14180) 1684 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:33.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:32 smithi153 bash[28368]: cluster 2023-12-25T21:51:31.828763+0000 mgr.smithi002.hmjpwx (mgr.14180) 1684 : cluster [DBG] pgmap v1106: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:33.742 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:33.743 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:34.664 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:34.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:34 smithi002 bash[24825]: audit 2023-12-25T21:51:33.737948+0000 mgr.smithi002.hmjpwx (mgr.14180) 1685 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:34.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:34 smithi002 bash[24825]: cluster 2023-12-25T21:51:33.829889+0000 mgr.smithi002.hmjpwx (mgr.14180) 1686 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:35.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:34 smithi153 bash[28368]: audit 2023-12-25T21:51:33.737948+0000 mgr.smithi002.hmjpwx (mgr.14180) 1685 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:35.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:34 smithi153 bash[28368]: cluster 2023-12-25T21:51:33.829889+0000 mgr.smithi002.hmjpwx (mgr.14180) 1686 : cluster [DBG] pgmap v1107: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:35.665 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:37.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:36 smithi002 bash[24825]: cluster 2023-12-25T21:51:35.831158+0000 mgr.smithi002.hmjpwx (mgr.14180) 1687 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:37.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:36 smithi153 bash[28368]: cluster 2023-12-25T21:51:35.831158+0000 mgr.smithi002.hmjpwx (mgr.14180) 1687 : cluster [DBG] pgmap v1108: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:38.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:38 smithi002 bash[24825]: cluster 2023-12-25T21:51:37.832256+0000 mgr.smithi002.hmjpwx (mgr.14180) 1688 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:39.133 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:39.133 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:39.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:38 smithi153 bash[28368]: cluster 2023-12-25T21:51:37.832256+0000 mgr.smithi002.hmjpwx (mgr.14180) 1688 : cluster [DBG] pgmap v1109: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:40.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:40.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:39 smithi002 bash[24825]: audit 2023-12-25T21:51:39.123427+0000 mgr.smithi002.hmjpwx (mgr.14180) 1689 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:40.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:39 smithi153 bash[28368]: audit 2023-12-25T21:51:39.123427+0000 mgr.smithi002.hmjpwx (mgr.14180) 1689 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:41.062 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:41.243 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:40 smithi002 bash[24825]: cluster 2023-12-25T21:51:39.833495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1690 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:41.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:40 smithi153 bash[28368]: cluster 2023-12-25T21:51:39.833495+0000 mgr.smithi002.hmjpwx (mgr.14180) 1690 : cluster [DBG] pgmap v1110: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:42.994 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:42 smithi002 bash[24825]: cluster 2023-12-25T21:51:41.834650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1691 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:43.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:42 smithi153 bash[28368]: cluster 2023-12-25T21:51:41.834650+0000 mgr.smithi002.hmjpwx (mgr.14180) 1691 : cluster [DBG] pgmap v1111: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:44.835 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:44.835 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:45.152 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:44 smithi002 bash[24825]: cluster 2023-12-25T21:51:43.835917+0000 mgr.smithi002.hmjpwx (mgr.14180) 1692 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:45.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:44 smithi153 bash[28368]: cluster 2023-12-25T21:51:43.835917+0000 mgr.smithi002.hmjpwx (mgr.14180) 1692 : cluster [DBG] pgmap v1112: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:45.811 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:46.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:45 smithi002 bash[24825]: audit 2023-12-25T21:51:44.825944+0000 mgr.smithi002.hmjpwx (mgr.14180) 1693 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:46.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:45 smithi153 bash[28368]: audit 2023-12-25T21:51:44.825944+0000 mgr.smithi002.hmjpwx (mgr.14180) 1693 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:46.812 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:47.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:46 smithi002 bash[24825]: cluster 2023-12-25T21:51:45.837366+0000 mgr.smithi002.hmjpwx (mgr.14180) 1694 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:47.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:46 smithi153 bash[28368]: cluster 2023-12-25T21:51:45.837366+0000 mgr.smithi002.hmjpwx (mgr.14180) 1694 : cluster [DBG] pgmap v1113: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:49.228 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:48 smithi002 bash[24825]: cluster 2023-12-25T21:51:47.838590+0000 mgr.smithi002.hmjpwx (mgr.14180) 1695 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:49.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:48 smithi153 bash[28368]: cluster 2023-12-25T21:51:47.838590+0000 mgr.smithi002.hmjpwx (mgr.14180) 1695 : cluster [DBG] pgmap v1114: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:50.679 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:50.679 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:50.712 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:50 smithi002 bash[24825]: cluster 2023-12-25T21:51:49.839934+0000 mgr.smithi002.hmjpwx (mgr.14180) 1696 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:50.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:50 smithi153 bash[28368]: cluster 2023-12-25T21:51:49.839934+0000 mgr.smithi002.hmjpwx (mgr.14180) 1696 : cluster [DBG] pgmap v1115: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:51.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:51.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:51 smithi002 bash[24825]: audit 2023-12-25T21:51:50.669914+0000 mgr.smithi002.hmjpwx (mgr.14180) 1697 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:51.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:51 smithi153 bash[28368]: audit 2023-12-25T21:51:50.669914+0000 mgr.smithi002.hmjpwx (mgr.14180) 1697 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:52.536 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:52.743 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:52 smithi002 bash[24825]: cluster 2023-12-25T21:51:51.841150+0000 mgr.smithi002.hmjpwx (mgr.14180) 1698 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:52.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:52 smithi153 bash[28368]: cluster 2023-12-25T21:51:51.841150+0000 mgr.smithi002.hmjpwx (mgr.14180) 1698 : cluster [DBG] pgmap v1116: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:55.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:54 smithi002 bash[24825]: cluster 2023-12-25T21:51:53.841935+0000 mgr.smithi002.hmjpwx (mgr.14180) 1699 : cluster [DBG] pgmap v1117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:55.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:54 smithi153 bash[28368]: cluster 2023-12-25T21:51:53.841935+0000 mgr.smithi002.hmjpwx (mgr.14180) 1699 : cluster [DBG] pgmap v1117: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:51:56.123 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:51:56.126 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:51:57.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:51:57.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:56 smithi002 bash[24825]: cluster 2023-12-25T21:51:55.842745+0000 mgr.smithi002.hmjpwx (mgr.14180) 1700 : cluster [DBG] pgmap v1118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:57.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:56 smithi002 bash[24825]: audit 2023-12-25T21:51:56.113453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1701 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:56 smithi153 bash[28368]: cluster 2023-12-25T21:51:55.842745+0000 mgr.smithi002.hmjpwx (mgr.14180) 1700 : cluster [DBG] pgmap v1118: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:57.285 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:56 smithi153 bash[28368]: audit 2023-12-25T21:51:56.113453+0000 mgr.smithi002.hmjpwx (mgr.14180) 1701 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:51:58.041 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:51:59.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:51:58 smithi002 bash[24825]: cluster 2023-12-25T21:51:57.843816+0000 mgr.smithi002.hmjpwx (mgr.14180) 1702 : cluster [DBG] pgmap v1119: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:51:59.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:51:58 smithi153 bash[28368]: cluster 2023-12-25T21:51:57.843816+0000 mgr.smithi002.hmjpwx (mgr.14180) 1702 : cluster [DBG] pgmap v1119: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:51:59.813539+0000 mon.smithi002 (mon.0) 1100 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:52:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: cluster 2023-12-25T21:51:59.844750+0000 mgr.smithi002.hmjpwx (mgr.14180) 1703 : cluster [DBG] pgmap v1120: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:52:00.094868+0000 mon.smithi002 (mon.0) 1101 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:52:00.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:52:00.096237+0000 mon.smithi002 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:52:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:52:00.103710+0000 mon.smithi002 (mon.0) 1103 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: cluster 2023-12-25T21:52:00.104524+0000 mgr.smithi002.hmjpwx (mgr.14180) 1704 : cluster [DBG] pgmap v1121: 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-12-25T21:52:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:52:00.108912+0000 mon.smithi002 (mon.0) 1104 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:52:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: audit 2023-12-25T21:52:00.121762+0000 mon.smithi002 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:00.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:00 smithi002 bash[24825]: cephadm 2023-12-25T21:52:00.125753+0000 mgr.smithi002.hmjpwx (mgr.14180) 1705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.mpbcjl on smithi153 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:51:59.813539+0000 mon.smithi002 (mon.0) 1100 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: cluster 2023-12-25T21:51:59.844750+0000 mgr.smithi002.hmjpwx (mgr.14180) 1703 : cluster [DBG] pgmap v1120: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:52:00.094868+0000 mon.smithi002 (mon.0) 1101 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:52:00.096237+0000 mon.smithi002 (mon.0) 1102 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:52:00.103710+0000 mon.smithi002 (mon.0) 1103 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: cluster 2023-12-25T21:52:00.104524+0000 mgr.smithi002.hmjpwx (mgr.14180) 1704 : cluster [DBG] pgmap v1121: 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-12-25T21:52:00.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:52:00.108912+0000 mon.smithi002 (mon.0) 1104 : audit [DBG] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-25T21:52:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: audit 2023-12-25T21:52:00.121762+0000 mon.smithi002 (mon.0) 1105 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:00.786 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:00 smithi153 bash[28368]: cephadm 2023-12-25T21:52:00.125753+0000 mgr.smithi002.hmjpwx (mgr.14180) 1705 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.mpbcjl on smithi153 2023-12-25T21:52:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:01 smithi002 bash[24825]: cluster 2023-12-25T21:52:00.468907+0000 mon.smithi002 (mon.0) 1106 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:52:01.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:01 smithi002 bash[24825]: cluster 2023-12-25T21:52:00.468987+0000 mon.smithi002 (mon.0) 1107 : cluster [INF] Cluster is now healthy 2023-12-25T21:52:01.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:01 smithi153 bash[28368]: cluster 2023-12-25T21:52:00.468907+0000 mon.smithi002 (mon.0) 1106 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-25T21:52:01.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:01 smithi153 bash[28368]: cluster 2023-12-25T21:52:00.468987+0000 mon.smithi002 (mon.0) 1107 : cluster [INF] Cluster is now healthy 2023-12-25T21:52:01.822 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:01.822 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:49:51.628049Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qpwdlb on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:02.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:02 smithi002 bash[24825]: audit 2023-12-25T21:52:01.812382+0000 mgr.smithi002.hmjpwx (mgr.14180) 1706 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:02.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:02 smithi002 bash[24825]: cluster 2023-12-25T21:52:02.105376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1707 : cluster [DBG] pgmap v1122: 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-12-25T21:52:02.758 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:02.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:02 smithi153 bash[28368]: audit 2023-12-25T21:52:01.812382+0000 mgr.smithi002.hmjpwx (mgr.14180) 1706 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:02.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:02 smithi153 bash[28368]: cluster 2023-12-25T21:52:02.105376+0000 mgr.smithi002.hmjpwx (mgr.14180) 1707 : cluster [DBG] pgmap v1122: 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-12-25T21:52:03.759 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:52:04.243 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:04 smithi002 bash[24825]: audit 2023-12-25T21:52:04.044385+0000 mon.smithi002 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.mpbcjl"}]: dispatch 2023-12-25T21:52:04.284 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:04 smithi153 bash[28368]: audit 2023-12-25T21:52:04.044385+0000 mon.smithi002 (mon.0) 1108 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.mpbcjl"}]: dispatch 2023-12-25T21:52:05.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: cephadm 2023-12-25T21:52:04.043048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1708 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.357 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.358 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: cephadm 2023-12-25T21:52:04.043680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: cephadm 2023-12-25T21:52:04.045633+0000 mgr.smithi002.hmjpwx (mgr.14180) 1710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:05.359 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: cephadm 2023-12-25T21:52:04.049020+0000 mgr.smithi002.hmjpwx (mgr.14180) 1711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.nnidtu on smithi002 2023-12-25T21:52:05.360 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:05 smithi002 bash[24825]: cluster 2023-12-25T21:52:04.106055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1712 : cluster [DBG] pgmap v1123: 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-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: cephadm 2023-12-25T21:52:04.043048+0000 mgr.smithi002.hmjpwx (mgr.14180) 1708 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: cephadm 2023-12-25T21:52:04.043680+0000 mgr.smithi002.hmjpwx (mgr.14180) 1709 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: cephadm 2023-12-25T21:52:04.045633+0000 mgr.smithi002.hmjpwx (mgr.14180) 1710 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi153.mpbcjl ... 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:05.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: cephadm 2023-12-25T21:52:04.049020+0000 mgr.smithi002.hmjpwx (mgr.14180) 1711 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi002.nnidtu on smithi002 2023-12-25T21:52:05.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:05 smithi153 bash[28368]: cluster 2023-12-25T21:52:04.106055+0000 mgr.smithi002.hmjpwx (mgr.14180) 1712 : cluster [DBG] pgmap v1123: 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-12-25T21:52:07.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:07 smithi002 bash[24825]: cluster 2023-12-25T21:52:06.106927+0000 mgr.smithi002.hmjpwx (mgr.14180) 1713 : cluster [DBG] pgmap v1124: 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-12-25T21:52:07.552 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:07 smithi002 bash[24825]: audit 2023-12-25T21:52:06.133269+0000 mon.smithi002 (mon.0) 1109 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:07.552 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:07 smithi153 bash[28368]: cluster 2023-12-25T21:52:06.106927+0000 mgr.smithi002.hmjpwx (mgr.14180) 1713 : cluster [DBG] pgmap v1124: 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-12-25T21:52:07.552 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:07 smithi153 bash[28368]: audit 2023-12-25T21:52:06.133269+0000 mon.smithi002 (mon.0) 1109 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:07.556 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:07.556 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:50:55.904099Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qkoxff on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-qkoxff\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.qkoxff\nDeploy daemon haproxy.nfs.foo.smithi153.qkoxff ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.805480Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.qwqogs on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-qwqogs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.qwqogs\nDeploy daemon haproxy.nfs.foo.smithi002.qwqogs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:50:59.807580Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.knkldg on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:04.045510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\nDeploy daemon haproxy.nfs.foo.smithi153.mpbcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:08.718 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:09.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: audit 2023-12-25T21:52:07.545268+0000 mgr.smithi002.hmjpwx (mgr.14180) 1714 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cluster 2023-12-25T21:52:08.107781+0000 mgr.smithi002.hmjpwx (mgr.14180) 1715 : cluster [DBG] pgmap v1125: 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-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cephadm 2023-12-25T21:52:08.184706+0000 mgr.smithi002.hmjpwx (mgr.14180) 1716 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.495 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Traceback (most recent call last): 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: yield (conn, connr) 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: code, '\n'.join(err))) 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.496 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.497 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cephadm 2023-12-25T21:52:08.185097+0000 mgr.smithi002.hmjpwx (mgr.14180) 1717 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: audit 2023-12-25T21:52:08.185702+0000 mon.smithi002 (mon.0) 1110 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.nnidtu"}]: dispatch 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cephadm 2023-12-25T21:52:08.186887+0000 mgr.smithi002.hmjpwx (mgr.14180) 1718 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.498 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stdout 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cephadm 2023-12-25T21:52:08.190766+0000 mgr.smithi002.hmjpwx (mgr.14180) 1719 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cephadm 2023-12-25T21:52:08.193588+0000 mgr.smithi002.hmjpwx (mgr.14180) 1720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:52:09.499 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:09 smithi002 bash[24825]: cluster 2023-12-25T21:52:08.194534+0000 mgr.smithi002.hmjpwx (mgr.14180) 1721 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-12-25T21:52:09.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: audit 2023-12-25T21:52:07.545268+0000 mgr.smithi002.hmjpwx (mgr.14180) 1714 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:09.535 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cluster 2023-12-25T21:52:08.107781+0000 mgr.smithi002.hmjpwx (mgr.14180) 1715 : cluster [DBG] pgmap v1125: 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-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cephadm 2023-12-25T21:52:08.184706+0000 mgr.smithi002.hmjpwx (mgr.14180) 1716 : 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.536 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Traceback (most recent call last): 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: yield (conn, connr) 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: code, '\n'.join(err))) 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: 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-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.537 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cephadm 2023-12-25T21:52:08.185097+0000 mgr.smithi002.hmjpwx (mgr.14180) 1717 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: audit 2023-12-25T21:52:08.185702+0000 mon.smithi002 (mon.0) 1110 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi002.nnidtu"}]: dispatch 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cephadm 2023-12-25T21:52:08.186887+0000 mgr.smithi002.hmjpwx (mgr.14180) 1718 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.538 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stdout 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Deploy daemon haproxy.nfs.foo.smithi002.nnidtu ... 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: stat: stderr See 'docker run --help'. 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cephadm 2023-12-25T21:52:08.190766+0000 mgr.smithi002.hmjpwx (mgr.14180) 1719 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:52:09.539 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cephadm 2023-12-25T21:52:08.193588+0000 mgr.smithi002.hmjpwx (mgr.14180) 1720 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-12-25T21:52:09.540 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:09 smithi153 bash[28368]: cluster 2023-12-25T21:52:08.194534+0000 mgr.smithi002.hmjpwx (mgr.14180) 1721 : cluster [DBG] pgmap v1126: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-12-25T21:52:09.720 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:52:10.244 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:10 smithi002 bash[24825]: cluster 2023-12-25T21:52:09.136419+0000 mon.smithi002 (mon.0) 1111 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:52:10.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:10 smithi153 bash[28368]: cluster 2023-12-25T21:52:09.136419+0000 mon.smithi002 (mon.0) 1111 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-25T21:52:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:11 smithi002 bash[24825]: cluster 2023-12-25T21:52:10.195391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1722 : cluster [DBG] pgmap v1127: 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-12-25T21:52:11.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:11 smithi002 bash[24825]: audit 2023-12-25T21:52:10.276340+0000 mon.smithi002 (mon.0) 1112 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:11.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:11 smithi153 bash[28368]: cluster 2023-12-25T21:52:10.195391+0000 mgr.smithi002.hmjpwx (mgr.14180) 1722 : cluster [DBG] pgmap v1127: 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-12-25T21:52:11.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:11 smithi153 bash[28368]: audit 2023-12-25T21:52:10.276340+0000 mon.smithi002 (mon.0) 1112 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:13.376 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:13.376 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:04.045510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\nDeploy daemon haproxy.nfs.foo.smithi153.mpbcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.186687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\nDeploy daemon haproxy.nfs.foo.smithi002.nnidtu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.190571Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:08.193486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:13.534 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:13 smithi153 bash[28368]: cluster 2023-12-25T21:52:12.196114+0000 mgr.smithi002.hmjpwx (mgr.14180) 1723 : cluster [DBG] pgmap v1128: 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-12-25T21:52:13.655 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:13 smithi002 bash[24825]: cluster 2023-12-25T21:52:12.196114+0000 mgr.smithi002.hmjpwx (mgr.14180) 1723 : cluster [DBG] pgmap v1128: 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-12-25T21:52:14.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:14.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:14 smithi002 bash[24825]: audit 2023-12-25T21:52:13.366985+0000 mgr.smithi002.hmjpwx (mgr.14180) 1724 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:14.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:14 smithi153 bash[28368]: audit 2023-12-25T21:52:13.366985+0000 mgr.smithi002.hmjpwx (mgr.14180) 1724 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:15.321 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:52:15.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:15 smithi002 bash[24825]: cluster 2023-12-25T21:52:14.197480+0000 mgr.smithi002.hmjpwx (mgr.14180) 1725 : cluster [DBG] pgmap v1129: 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-12-25T21:52:15.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:15 smithi153 bash[28368]: cluster 2023-12-25T21:52:14.197480+0000 mgr.smithi002.hmjpwx (mgr.14180) 1725 : cluster [DBG] pgmap v1129: 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-12-25T21:52:17.686 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:17 smithi002 bash[24825]: cluster 2023-12-25T21:52:16.198733+0000 mgr.smithi002.hmjpwx (mgr.14180) 1726 : cluster [DBG] pgmap v1130: 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-12-25T21:52:17.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:17 smithi153 bash[28368]: cluster 2023-12-25T21:52:16.198733+0000 mgr.smithi002.hmjpwx (mgr.14180) 1726 : cluster [DBG] pgmap v1130: 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-12-25T21:52:19.083 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:19.084 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:04.045510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\nDeploy daemon haproxy.nfs.foo.smithi153.mpbcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.186687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\nDeploy daemon haproxy.nfs.foo.smithi002.nnidtu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.190571Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:08.193486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:19.397 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:19 smithi002 bash[24825]: cluster 2023-12-25T21:52:18.199714+0000 mgr.smithi002.hmjpwx (mgr.14180) 1727 : cluster [DBG] pgmap v1131: 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-12-25T21:52:19.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:19 smithi153 bash[28368]: cluster 2023-12-25T21:52:18.199714+0000 mgr.smithi002.hmjpwx (mgr.14180) 1727 : cluster [DBG] pgmap v1131: 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-12-25T21:52:20.048 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:20.743 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:20 smithi002 bash[24825]: audit 2023-12-25T21:52:19.074065+0000 mgr.smithi002.hmjpwx (mgr.14180) 1728 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:20.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:20 smithi153 bash[28368]: audit 2023-12-25T21:52:19.074065+0000 mgr.smithi002.hmjpwx (mgr.14180) 1728 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:21.049 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:52:21.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:21 smithi002 bash[24825]: cluster 2023-12-25T21:52:20.201154+0000 mgr.smithi002.hmjpwx (mgr.14180) 1729 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:21.493 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:21 smithi002 bash[24825]: audit 2023-12-25T21:52:21.134831+0000 mon.smithi002 (mon.0) 1113 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:21.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:21 smithi153 bash[28368]: cluster 2023-12-25T21:52:20.201154+0000 mgr.smithi002.hmjpwx (mgr.14180) 1729 : cluster [DBG] pgmap v1132: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:21.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:21 smithi153 bash[28368]: audit 2023-12-25T21:52:21.134831+0000 mon.smithi002 (mon.0) 1113 : audit [INF] from='mgr.14180 172.21.15.2:0/3789285658' entity='mgr.smithi002.hmjpwx' 2023-12-25T21:52:23.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:23 smithi002 bash[24825]: cluster 2023-12-25T21:52:22.202505+0000 mgr.smithi002.hmjpwx (mgr.14180) 1730 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:23.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:23 smithi153 bash[28368]: cluster 2023-12-25T21:52:22.202505+0000 mgr.smithi002.hmjpwx (mgr.14180) 1730 : cluster [DBG] pgmap v1133: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:24.869 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:24.869 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:04.045510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\nDeploy daemon haproxy.nfs.foo.smithi153.mpbcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.186687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\nDeploy daemon haproxy.nfs.foo.smithi002.nnidtu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.190571Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:08.193486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:25.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:25 smithi002 bash[24825]: cluster 2023-12-25T21:52:24.203494+0000 mgr.smithi002.hmjpwx (mgr.14180) 1731 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:52:25.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:25 smithi153 bash[28368]: cluster 2023-12-25T21:52:24.203494+0000 mgr.smithi002.hmjpwx (mgr.14180) 1731 : cluster [DBG] pgmap v1134: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-12-25T21:52:25.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:26.745 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:26 smithi002 bash[24825]: audit 2023-12-25T21:52:24.859387+0000 mgr.smithi002.hmjpwx (mgr.14180) 1732 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:26.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:26 smithi153 bash[28368]: audit 2023-12-25T21:52:24.859387+0000 mgr.smithi002.hmjpwx (mgr.14180) 1732 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:26.826 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 -- ceph orch ls -f json 2023-12-25T21:52:27.744 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:27 smithi002 bash[24825]: cluster 2023-12-25T21:52:26.204767+0000 mgr.smithi002.hmjpwx (mgr.14180) 1733 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:27.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:27 smithi153 bash[28368]: cluster 2023-12-25T21:52:26.204767+0000 mgr.smithi002.hmjpwx (mgr.14180) 1733 : cluster [DBG] pgmap v1135: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:29.494 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:29 smithi002 bash[24825]: cluster 2023-12-25T21:52:28.205903+0000 mgr.smithi002.hmjpwx (mgr.14180) 1734 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:29.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:29 smithi153 bash[28368]: cluster 2023-12-25T21:52:28.205903+0000 mgr.smithi002.hmjpwx (mgr.14180) 1734 : cluster [DBG] pgmap v1136: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:30.713 INFO:teuthology.orchestra.run.smithi002.stdout: 2023-12-25T21:52:30.713 INFO:teuthology.orchestra.run.smithi002.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-25T21:15:52.170379Z", "last_refresh": "2023-12-25T21:47:27.089744Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-25T21:15:43.310296Z", "last_refresh": "2023-12-25T21:47:26.057524Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-25T21:15:47.313724Z", "last_refresh": "2023-12-25T21:47:27.090030Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-25T21:50:59.809275Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ycqpys on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:04.045510Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.mpbcjl on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi153-mpbcjl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi153.mpbcjl\nDeploy daemon haproxy.nfs.foo.smithi153.mpbcjl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.186687Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi002.nnidtu on smithi002: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy-nfs-foo-smithi002-nnidtu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-haproxy.nfs.foo.smithi002.nnidtu\nDeploy daemon haproxy.nfs.foo.smithi002.nnidtu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi002 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-25T21:52:08.190571Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi002.dwooqb on smithi002: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-12-25T21:52:08.193486Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ohttks on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.2/16"}, "status": {"created": "2023-12-25T21:24:33.497876Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.2/16"}}, {"events": ["2023-12-25T21:24:29.129364Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-12-25T21:24:29.122064Z", "last_refresh": "2023-12-25T21:47:26.059648Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-25T21:15:41.353483Z", "last_refresh": "2023-12-25T21:47:26.057891Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:17:28.181046Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi002:172.21.15.2=smithi002", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-25T21:17:28.177475Z", "last_refresh": "2023-12-25T21:47:26.058156Z", "running": 2, "size": 2}}, {"events": ["2023-12-25T21:24:33.497392Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-12-25T21:24:33.490797Z", "last_refresh": "2023-12-25T21:47:26.059895Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-25T21:15:49.209738Z", "last_refresh": "2023-12-25T21:47:26.058405Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-25T21:18:04.751243Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-25T21:18:04.745079Z", "last_refresh": "2023-12-25T21:47:26.058650Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-25T21:15:45.277998Z", "last_refresh": "2023-12-25T21:47:27.090310Z", "ports": [9095], "running": 1, "size": 1}}] 2023-12-25T21:52:30.743 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:30 smithi002 bash[24825]: cluster 2023-12-25T21:52:30.207867+0000 mgr.smithi002.hmjpwx (mgr.14180) 1735 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:30.785 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:30 smithi153 bash[28368]: cluster 2023-12-25T21:52:30.207867+0000 mgr.smithi002.hmjpwx (mgr.14180) 1735 : cluster [DBG] pgmap v1137: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-12-25T21:52:31.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-12-25T21:52:31.632 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T21:52:31.748 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=70066031800545a29123e9bac71f6b64 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/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_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_b14a0a106b8cffae0144ff9fb83d9ce1af1a4bd2/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-25T21:52:31.749 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-25T21:52:31.759 INFO:tasks.vip:Removing 10.0.15.2 (and any VIPs) on smithi002.front.sepia.ceph.com iface ens1f0... 2023-12-25T21:52:31.759 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr del 10.0.15.2/16 dev ens1f0 2023-12-25T21:52:31.764 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:31 smithi002 bash[24825]: audit 2023-12-25T21:52:30.702786+0000 mgr.smithi002.hmjpwx (mgr.14180) 1736 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:31.781 DEBUG:teuthology.orchestra.run.smithi002:> sudo ip addr del 10.0.31.2/16 dev ens1f0 2023-12-25T21:52:31.784 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:31 smithi153 bash[28368]: audit 2023-12-25T21:52:30.702786+0000 mgr.smithi002.hmjpwx (mgr.14180) 1736 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-25T21:52:31.841 INFO:teuthology.orchestra.run.smithi002.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:52:31.842 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:52:31.843 INFO:tasks.vip:Removing 10.0.15.153 (and any VIPs) on smithi153.front.sepia.ceph.com iface enp3s0f1... 2023-12-25T21:52:31.843 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.15.153/16 dev enp3s0f1 2023-12-25T21:52:31.861 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.31.2/16 dev enp3s0f1 2023-12-25T21:52:31.921 INFO:teuthology.orchestra.run.smithi153.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-25T21:52:31.922 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-25T21:52:31.923 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-25T21:52:31.932 INFO:tasks.cephadm:Teardown begin 2023-12-25T21:52:31.933 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:52:31.947 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:52:31.977 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-25T21:52:31.977 DEBUG:teuthology.orchestra.run.smithi002:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:52:31.997 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-25T21:52:32.026 INFO:tasks.cephadm:Stopping all daemons... 2023-12-25T21:52:32.026 INFO:tasks.cephadm.mon.smithi002:Stopping mon.smithi002... 2023-12-25T21:52:32.027 DEBUG:teuthology.orchestra.run.smithi002:> sudo systemctl stop ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002 2023-12-25T21:52:32.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:32 smithi002 systemd[1]: Stopping Ceph mon.smithi002 for 8791ee5e-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:52:32.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:32 smithi002 bash[127018]: Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-mon.smithi002 2023-12-25T21:52:32.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:32 smithi002 bash[24825]: debug 2023-12-25T21:52:32.241+0000 7fc32e8f8700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi002 -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-12-25T21:52:32.379 INFO:journalctl@ceph.mon.smithi002.smithi002.stdout:Dec 25 21:52:32 smithi002 bash[24825]: debug 2023-12-25T21:52:32.241+0000 7fc32e8f8700 -1 mon.smithi002@0(leader) e2 *** Got Signal Terminated *** 2023-12-25T21:52:33.345 DEBUG:teuthology.orchestra.run.smithi002:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi002.service' 2023-12-25T21:52:33.404 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:52:33.404 INFO:tasks.cephadm.mon.smithi002:Stopped mon.smithi002 2023-12-25T21:52:33.404 INFO:tasks.cephadm.mon.smithi153:Stopping mon.smithi153... 2023-12-25T21:52:33.405 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi153 2023-12-25T21:52:33.639 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:33 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 8791ee5e-a36a-11ee-95a5-87774f69a715... 2023-12-25T21:52:33.640 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:33 smithi153 bash[50211]: Error response from daemon: No such container: ceph-8791ee5e-a36a-11ee-95a5-87774f69a715-mon.smithi153 2023-12-25T21:52:33.640 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:33 smithi153 bash[28368]: debug 2023-12-25T21:52:33.578+0000 7f19ed57a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi153 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2023-12-25T21:52:33.640 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Dec 25 21:52:33 smithi153 bash[28368]: debug 2023-12-25T21:52:33.578+0000 7f19ed57a700 -1 mon.smithi153@1(peon) e2 *** Got Signal Terminated *** 2023-12-25T21:52:34.499 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8791ee5e-a36a-11ee-95a5-87774f69a715@mon.smithi153.service' 2023-12-25T21:52:34.554 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-25T21:52:34.554 INFO:tasks.cephadm.mon.smithi153:Stopped mon.smithi153 2023-12-25T21:52:34.554 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:53:38.443 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 --force --keep-logs 2023-12-25T21:54:40.534 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:54:40.550 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-25T21:54:40.563 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-25T21:54:40.566 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/ubuntu@smithi002.front.sepia.ceph.com/crash 2023-12-25T21:54:40.567 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:54:40.609 INFO:teuthology.orchestra.run.smithi002.stderr:tar: /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:54:40.610 INFO:teuthology.orchestra.run.smithi002.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:54:40.611 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2023-12-25T21:54:40.612 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash -- . 2023-12-25T21:54:40.626 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/crash: Cannot open: No such file or directory 2023-12-25T21:54:40.627 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2023-12-25T21:54:40.628 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-25T21:54:40.628 DEBUG:teuthology.orchestra.run.smithi002:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-25T21:54:40.670 INFO:teuthology.orchestra.run.smithi002.stderr:grep: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph.log: No such file or directory 2023-12-25T21:54:40.672 INFO:tasks.cephadm:Compressing logs... 2023-12-25T21:54:40.672 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:54:40.716 DEBUG:teuthology.orchestra.run.smithi153:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-12-25T21:54:40.729 INFO:teuthology.orchestra.run.smithi002.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-25T21:54:40.731 INFO:teuthology.orchestra.run.smithi153.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-12-25T21:54:40.741 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:54:40.742 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi153.xsozwo.log 2023-12-25T21:54:40.742 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-25T21:54:40.743 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log 2023-12-25T21:54:40.743 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log 2023-12-25T21:54:40.744 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi153.log 2023-12-25T21:54:40.744 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi153.xsozwo.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi153.jbrtpw.log 2023-12-25T21:54:40.744 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi153.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log 2023-12-25T21:54:40.745 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi002.yrazxf.log 2023-12-25T21:54:40.745 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi002.log 2023-12-25T21:54:40.745 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log 2023-12-25T21:54:40.746 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log 2023-12-25T21:54:40.746 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi153.jbrtpw.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:54:40.746 INFO:teuthology.orchestra.run.smithi153.stderr: 83.6% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi153.jbrtpw.log.gz 2023-12-25T21:54:40.747 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi002.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi002.yrazxf.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi002.hmjpwx.log 2023-12-25T21:54:40.747 INFO:teuthology.orchestra.run.smithi002.stderr: 60.0% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mds.foofs.smithi002.yrazxf.log.gz 2023-12-25T21:54:40.747 INFO:teuthology.orchestra.run.smithi002.stderr:gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log 2023-12-25T21:54:40.747 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log 2023-12-25T21:54:40.747 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi002.hmjpwx.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log 2023-12-25T21:54:40.748 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log 2023-12-25T21:54:40.753 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log: 90.5% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:54:40.755 INFO:teuthology.orchestra.run.smithi002.stderr:/var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log: /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log: 92.5% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:54:40.756 INFO:teuthology.orchestra.run.smithi153.stderr: 92.4% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-volume.log.gz 2023-12-25T21:54:40.759 INFO:teuthology.orchestra.run.smithi153.stderr: 93.7% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi153.xsozwo.log.gz 2023-12-25T21:54:40.768 INFO:teuthology.orchestra.run.smithi002.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-25T21:54:41.081 INFO:teuthology.orchestra.run.smithi002.stderr: 89.3% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mgr.smithi002.hmjpwx.log.gz 2023-12-25T21:54:41.097 INFO:teuthology.orchestra.run.smithi153.stderr: 92.6% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi153.log.gz 2023-12-25T21:54:41.280 INFO:teuthology.orchestra.run.smithi153.stderr: 93.0% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.4.log.gz 2023-12-25T21:54:41.435 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.2.log.gz 2023-12-25T21:54:41.440 INFO:teuthology.orchestra.run.smithi153.stderr: 92.8% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.0.log.gz 2023-12-25T21:54:41.499 INFO:teuthology.orchestra.run.smithi002.stderr: 93.0% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.5.log.gz 2023-12-25T21:54:41.530 INFO:teuthology.orchestra.run.smithi002.stderr: 92.9% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.1.log.gz 2023-12-25T21:54:41.575 INFO:teuthology.orchestra.run.smithi002.stderr: 93.2% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.7.log.gz 2023-12-25T21:54:41.637 INFO:teuthology.orchestra.run.smithi153.stderr: 92.8% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.6.log.gz 2023-12-25T21:54:41.639 INFO:teuthology.orchestra.run.smithi153.stderr: 2023-12-25T21:54:41.639 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.918s 2023-12-25T21:54:41.639 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m3.100s 2023-12-25T21:54:41.639 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.133s 2023-12-25T21:54:41.678 INFO:teuthology.orchestra.run.smithi002.stderr: 93.5% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-osd.3.log.gz 2023-12-25T21:54:41.733 INFO:teuthology.orchestra.run.smithi002.stderr: 89.9% -- replaced with /var/log/ceph/8791ee5e-a36a-11ee-95a5-87774f69a715/ceph-mon.smithi002.log.gz 2023-12-25T21:54:41.735 INFO:teuthology.orchestra.run.smithi002.stderr: 2023-12-25T21:54:41.735 INFO:teuthology.orchestra.run.smithi002.stderr:real 0m1.016s 2023-12-25T21:54:41.735 INFO:teuthology.orchestra.run.smithi002.stderr:user 0m4.526s 2023-12-25T21:54:41.735 INFO:teuthology.orchestra.run.smithi002.stderr:sys 0m0.164s 2023-12-25T21:54:41.736 INFO:tasks.cephadm:Archiving logs... 2023-12-25T21:54:41.736 DEBUG:teuthology.misc:Transferring archived files from smithi002:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/ubuntu@smithi002.front.sepia.ceph.com/log 2023-12-25T21:54:41.737 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:54:42.318 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2023-12-25T21:54:42.319 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-25T21:54:42.727 INFO:tasks.cephadm:Removing cluster... 2023-12-25T21:54:42.728 DEBUG:teuthology.orchestra.run.smithi002:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 --force 2023-12-25T21:54:44.106 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8791ee5e-a36a-11ee-95a5-87774f69a715 --force 2023-12-25T21:54:45.458 INFO:tasks.cephadm:Removing cephadm ... 2023-12-25T21:54:45.458 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:54:45.465 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-25T21:54:45.472 INFO:tasks.cephadm:Teardown complete 2023-12-25T21:54:45.473 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-25T21:54:45.483 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_1... 2023-12-25T21:54:45.483 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_1 2023-12-25T21:54:45.835 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:54:45.836 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:45.836 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_2... 2023-12-25T21:54:45.837 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_2 2023-12-25T21:54:46.163 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:54:46.164 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:46.165 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_3... 2023-12-25T21:54:46.165 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_3 2023-12-25T21:54:46.455 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:54:46.456 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:46.457 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi002:/dev/vg_nvme/lv_4... 2023-12-25T21:54:46.457 DEBUG:teuthology.orchestra.run.smithi002:> sudo nvme disconnect -n lv_4 2023-12-25T21:54:46.755 INFO:teuthology.orchestra.run.smithi002.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:54:46.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:46.757 DEBUG:teuthology.orchestra.run.smithi002:> set -ex 2023-12-25T21:54:46.757 DEBUG:teuthology.orchestra.run.smithi002:> sudo dd of=/scratch_devs 2023-12-25T21:54:46.772 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2023-12-25T21:54:46.772 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_1 2023-12-25T21:54:47.073 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-25T21:54:47.074 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:47.075 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2023-12-25T21:54:47.075 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_2 2023-12-25T21:54:47.356 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-25T21:54:47.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:47.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2023-12-25T21:54:47.358 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_3 2023-12-25T21:54:47.624 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-25T21:54:47.626 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:47.626 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2023-12-25T21:54:47.627 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_4 2023-12-25T21:54:47.908 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-25T21:54:47.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:47.910 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-12-25T21:54:47.910 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2023-12-25T21:54:47.925 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-25T21:54:47.935 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-25T21:54:47.935 DEBUG:teuthology.orchestra.run.smithi002:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:54:47.937 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-25T21:54:47.953 INFO:teuthology.orchestra.run.smithi002.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:54:47.953 INFO:teuthology.orchestra.run.smithi002.stdout:============================================================================== 2023-12-25T21:54:47.954 INFO:teuthology.orchestra.run.smithi002.stdout:*hv01.front.sepi 44.4.53.2 2 u 81 128 377 0.089 -0.043 0.018 2023-12-25T21:54:47.954 INFO:teuthology.orchestra.run.smithi002.stdout:+hv02.front.sepi 63.231.80.2 3 u 21 128 377 0.112 0.410 0.043 2023-12-25T21:54:47.954 INFO:teuthology.orchestra.run.smithi002.stdout:+hv03.front.sepi 74.6.168.72 3 u 27 128 377 0.113 -0.604 0.193 2023-12-25T21:54:47.954 INFO:teuthology.orchestra.run.smithi002.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-25T21:54:47.986 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2023-12-25T21:54:47.986 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2023-12-25T21:54:47.986 INFO:teuthology.orchestra.run.smithi153.stdout:*hv01.front.sepi 44.4.53.2 2 u 24 64 377 0.100 1.074 0.113 2023-12-25T21:54:47.987 INFO:teuthology.orchestra.run.smithi153.stdout:+hv02.front.sepi 63.231.80.2 3 u 16 64 377 0.102 1.521 0.116 2023-12-25T21:54:47.987 INFO:teuthology.orchestra.run.smithi153.stdout:+hv03.front.sepi 74.6.168.72 3 u 12 64 377 0.082 0.211 0.114 2023-12-25T21:54:47.987 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-12-25T21:54:47.988 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-25T21:54:47.995 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-25T21:54:47.996 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-25T21:54:48.035 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-25T21:54:48.072 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-25T21:54:48.088 INFO:teuthology.task.internal:Duration was 2811.805887 seconds 2023-12-25T21:54:48.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-25T21:54:48.098 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-25T21:54:48.098 DEBUG:teuthology.orchestra.run.smithi002:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:54:48.100 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-25T21:54:48.147 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-25T21:54:48.147 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi002.front.sepia.ceph.com 2023-12-25T21:54:48.147 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:54:48.204 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2023-12-25T21:54:48.205 DEBUG:teuthology.orchestra.run.smithi153:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-25T21:54:48.220 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-25T21:54:48.220 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:54:48.248 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-25T21:54:48.327 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-25T21:54:48.328 DEBUG:teuthology.orchestra.run.smithi002:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:54:48.330 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-25T21:54:48.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-25T21:54:48.544 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-25T21:54:48.544 DEBUG:teuthology.orchestra.run.smithi002:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:54:48.559 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-25T21:54:48.576 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-25T21:54:48.586 DEBUG:teuthology.orchestra.run.smithi002:> 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-12-25T21:54:48.604 DEBUG:teuthology.orchestra.run.smithi153:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:54:48.617 INFO:teuthology.orchestra.run.smithi002.stdout:kernel.core_pattern = core 2023-12-25T21:54:48.638 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2023-12-25T21:54:48.666 DEBUG:teuthology.orchestra.run.smithi002:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:54:48.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:48.687 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-25T21:54:48.713 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-25T21:54:48.713 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-25T21:54:48.723 INFO:teuthology.task.internal:Transferring archived files... 2023-12-25T21:54:48.724 DEBUG:teuthology.misc:Transferring archived files from smithi002:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/smithi002 2023-12-25T21:54:48.724 DEBUG:teuthology.orchestra.run.smithi002:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:54:48.763 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006/remote/smithi153 2023-12-25T21:54:48.764 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-25T21:54:48.789 INFO:teuthology.task.internal:Removing archive directory... 2023-12-25T21:54:48.789 DEBUG:teuthology.orchestra.run.smithi002:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:54:48.800 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-25T21:54:48.834 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-25T21:54:48.846 INFO:teuthology.task.internal:Not uploading archives. 2023-12-25T21:54:48.846 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-25T21:54:48.954 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-25T21:54:48.954 DEBUG:teuthology.orchestra.run.smithi002:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:54:48.957 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-25T21:54:48.963 INFO:teuthology.orchestra.run.smithi002.stdout: 1048609 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:54 /home/ubuntu/cephtest 2023-12-25T21:54:48.965 INFO:teuthology.orchestra.run.smithi153.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 25 21:54 /home/ubuntu/cephtest 2023-12-25T21:54:48.968 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-25T21:54:48.999 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-25T21:54:49.036 INFO:teuthology.nuke:Checking targets against current locks 2023-12-25T21:54:49.063 DEBUG:teuthology.nuke:shortname: smithi002 2023-12-25T21:54:49.063 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:54:49.087 DEBUG:teuthology.nuke:shortname: smithi153 2023-12-25T21:54:49.087 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-25T21:54:49.090 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi002.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006', '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-12-25 20:58:49.755017', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-25T21:54:49.113 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-25_17:28:36-rados-wip-yuri5-testing-2023-12-15-0747-pacific-distro-default-smithi/7501006', '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-12-25 20:58:49.756967', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-12-25T21:54:49.139 INFO:teuthology.orchestra.console.smithi002:Power off 2023-12-25T21:54:49.139 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:54:49.161 DEBUG:teuthology.orchestra.console.smithi002:power off output: Chassis Power Control: Down/Off 2023-12-25T21:54:49.162 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:49.175 INFO:teuthology.orchestra.console.smithi153:Power off 2023-12-25T21:54:49.175 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-25T21:54:49.184 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-25T21:54:49.198 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2023-12-25T21:54:49.198 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:49.219 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-25T21:54:53.185 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:53.220 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:53.296 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-25T21:54:53.329 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-12-25T21:54:57.302 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:57.331 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:54:57.415 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is on 2023-12-25T21:54:57.442 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2023-12-25T21:54:57.543 INFO:teuthology.orchestra.console.smithi153:Power off completed 2023-12-25T21:55:01.420 DEBUG:teuthology.orchestra.console.smithi002:pexpect command: ipmitool -H smithi002.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-25T21:55:01.529 DEBUG:teuthology.orchestra.console.smithi002:check power output: Chassis Power is off 2023-12-25T21:55:01.630 INFO:teuthology.orchestra.console.smithi002:Power off completed 2023-12-25T21:55:01.733 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: 2811.8058869838715 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=70066031800545a29123e9bac71f6b64 status: fail success: false 2023-12-25T21:55:01.733 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-25T21:55:01.811 INFO:teuthology.run:FAIL