]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/scripts/perftune.yaml
945f23e629806bed129cb37301da37af2c28f467
[ceph.git] / ceph / src / seastar / scripts / perftune.yaml
1 # Mode is one of the following values:
2 # - 'mq'
3 # - 'sq'
4 # - 'sq_split'
5 #mode: 'sq_split'
6
7 # Name of the NIC to tune, e.g. eth7.
8 # By default would use 'eth0'.
9 #nic: eth7
10
11 # If 'true' the script will the CPU mask to be used for compute.
12 #get_cpu_mask: true
13
14 # Define what to tune: could be any combination of the values from {'net', 'disks'} set.
15 #tune:
16 # - net
17 # - disks
18
19 # Mask of cores to use, by default use all available cores.
20 #cpu_mask: '0x00f,,,0x0,,0x00f'
21
22 # Set of directories to optimize.
23 #dir:
24 # - /root
25 # - /home
26
27 # Set of disk devices to optimize
28 #dev:
29 # - /dev/sda2
30 # - /dev/md0
31
32 # write_back_cache: false
33