]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/cephadm/vagrant.config.example.json
bump version to 18.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / cephadm / vagrant.config.example.json
CommitLineData
f6b5b4d7 1/**
1e59de90
TL
2 * To use a permanent config copy this file to "vagrant.config.json",
3 * edit it and remove this comment because comments are not allowed
f6b5b4d7
TL
4 * in a valid JSON file.
5 */
6
7{
8 "mgrs": 1,
9 "mons": 1,
10 "osds": 1,
11 "disks": 2
12}
13