]> git.proxmox.com Git - ceph.git/blob - ceph/src/python-common/ceph/deployment/drive_selection/example.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / src / python-common / ceph / deployment / drive_selection / example.yaml
1 # default:
2 # target: 'data*'
3 # data_devices:
4 # size: 20G
5 # db_devices:
6 # size: 10G
7 # rotational: 1
8 # allflash:
9 # target: 'fast_nodes*'
10 # data_devices:
11 # size: 100G
12 # db_devices:
13 # size: 50G
14 # rotational: 0
15
16 # This is the default configuration and
17 # will create an OSD on all available drives
18 default:
19 target: 'fnmatch_target'
20 data_devices:
21 all: true