mirror of https://github.com/ceph/ceph-ansible.git
tests: temporarily disable nfs-ganesha
This commit [1] seems to have broken a selinux policy preventing nfs-ganesha from
starting properly.
Since we can't address the issue in ceph-ansible, let's disable temporarily nfs-ganesha testing.
[1] dae2da63d5
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/7040/head
parent
dc8940fe1c
commit
3f923d69ac
|
@ -23,8 +23,8 @@ rgw0
|
|||
client0
|
||||
client1
|
||||
|
||||
[nfss]
|
||||
nfs0
|
||||
#[nfss]
|
||||
#nfs0
|
||||
|
||||
[rbdmirrors]
|
||||
rbd-mirror0
|
||||
|
|
|
@ -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