blob: 8c6afaf7cbcd3e04ce1450880b1cc38651005670 [file] [log] [blame]
Simon Pasquierfb9370f2017-07-06 15:31:20 +02001classes:
2- service.ceph.client.container
3parameters:
4 _param:
5 ceph_client_prefix_dir: /srv/volumes/ceph
Andrey76861ba2017-09-07 19:03:38 -05006 ceph_auth_client_required: cephx
7 ceph:
8 client:
9 config:
10 global:
11 fsid: ${_param:ceph_fsid}
12 mon_initial_members: ${_param:ceph_mon_initial_members}
13 mon_host: ${_param:ceph_mon_host}
14 auth_client_required: ${_param:ceph_auth_client_required}
15 public_network: ${_param:ceph_public_network}
16 cluster_network: ${_param:ceph_cluster_network}
17 osd_fs_mount_options_xfs: rw,noatime
18 osd_fs_type: xfs
19 osd:
20 filestore_xattr_use_omap: True
21 osd_journal_size: 7500
22 mon:
23 mon_debug_dump_transactions: False
24 client:
25 rbd_cache_size: 268435456
26 rbd_cache_max_dirty: 134217728
27 rbd_cache_max_dirty_age: 5
28 rbd_cache: True