mirror of https://github.com/ceph/ceph-ansible.git
disable nfs scenario
The packages are broken, so let's remove it, until this solved. Signed-off-by: Sébastien Han <seb@redhat.com>pull/3375/head
parent
ee1905ad31
commit
a502327e52
|
@ -20,8 +20,8 @@ ceph-rgw0
|
|||
ceph-client0
|
||||
ceph-client1
|
||||
|
||||
[nfss]
|
||||
ceph-nfs0
|
||||
#[nfss]
|
||||
#ceph-nfs0
|
||||
|
||||
[rbdmirrors]
|
||||
ceph-rbd-mirror0
|
||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
|||
osd_vms: 2
|
||||
mds_vms: 1
|
||||
rgw_vms: 1
|
||||
nfs_vms: 1
|
||||
nfs_vms: 0
|
||||
rbd_mirror_vms: 1
|
||||
client_vms: 2
|
||||
iscsi_gw_vms: 1
|
||||
|
|
Loading…
Reference in New Issue