]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/cephadm/vagrant.config.example.json
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / pybind / mgr / cephadm / vagrant.config.example.json
1 /**
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
4 * in a valid JSON file.
5 */
6
7 {
8 "mgrs": 1,
9 "mons": 1,
10 "osds": 1,
11 "disks": 2
12 }
13