k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/jobs/e2e_node/crio/templates/base/splitfs.yaml (about)

     1  ---
     2  storage:
     3    files:
     4      - path: /etc/containers/storage.conf
     5        contents:
     6          local: 60-storage-split-disk.conf
     7        mode: 0644
     8    disks:
     9    - device: /dev/disk/by-id/coreos-boot-disk
    10      wipe_table: false
    11      partitions:
    12      - number: 4
    13        label: root
    14        # Allocate at least 8 GiB to the rootfs. See NOTE above about this.
    15        size_mib: 8192
    16        resize: true
    17      - size_mib: 0
    18        label: images
    19    filesystems:
    20      - path: /var/lib/images
    21        device: /dev/disk/by-partlabel/images
    22        format: ext4
    23        with_mount_unit: true