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
Dimitri Savineau 2020-09-17 14:43:08 -04:00 committed by Dimitri Savineau
parent 85643edfe3
commit 7dfa205610
2 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@ mds2
[rgws]
rgw0
[nfss]
nfs0
#[nfss]
#nfs0
[clients]
client0

View File

@ -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