Project

General

Profile

fscache-smithi.yml

David Galloway, 12/01/2020 09:31 PM

Download (620 Bytes)

 
1
overrides:
2
  ansible.cephlab:
3
    skip_tags: lvm
4
    vars:
5
      var_lib_partition: "/dev/nvme0n1p5"
6
      configure_cachefilesd: true
7
      drives_to_partition:
8
        nvme0n1:
9
          device: "/dev/nvme0n1"
10
          unit: "GB"
11
          sizes:
12
            - "0 80"
13
            - "80 160"
14
            - "160 240"
15
            - "240 320"
16
            - "320 340"
17
            - "340 400"
18
          scratch_devs:
19
            - p1
20
            - p2
21
            - p3
22
            - p4
23
      filesystems:
24
        nvme0n1p6:
25
          device: "/dev/nvme0n1p6"
26
          fstype: xfs
27
          mountpoint: "/var/cache/fscache"