mirror of https://github.com/ceph/ceph-ansible.git
tests: disable container nfs testing
Looks like nfs-ganesha 3.3 and 4.-dev doesn't work with recent changes in librgw 16.0.0. The nfs-ganesha daemon is segfaulting and restart in a loop. See https://tracker.ceph.com/issues/47520 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/5804/head
parent
85643edfe3
commit
7dfa205610
|
@ -19,8 +19,8 @@ mds2
|
|||
[rgws]
|
||||
rgw0
|
||||
|
||||
[nfss]
|
||||
nfs0
|
||||
#[nfss]
|
||||
#nfs0
|
||||
|
||||
[clients]
|
||||
client0
|
||||
|
|
|
@ -8,7 +8,7 @@ mon_vms: 3
|
|||
osd_vms: 3
|
||||
mds_vms: 3
|
||||
rgw_vms: 1
|
||||
nfs_vms: 1
|
||||
nfs_vms: 0
|
||||
grafana_server_vms: 0
|
||||
rbd_mirror_vms: 1
|
||||
client_vms: 2
|
||||
|
|
Loading…
Reference in New Issue