]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
nfs: add coverage on `ganesha_conf_overrides`
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Jul 2019 12:24:52 +0000 (14:24 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 10 Jul 2019 12:24:52 +0000 (14:24 +0200)
This commit adds `ganesha_conf_overrides` variable in CI testing.
This fixes the test `test_nfs_config_override`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/functional/all_daemons/group_vars/nfss
tests/functional/collocation/container/group_vars/nfss [new file with mode: 0644]
tests/functional/collocation/group_vars/nfss [new file with mode: 0644]

index 2d2f83bb67e38c8cc9879901e2d454533b457d4d..ef1f947eade79118270daf767222e28f56ba2bac 100644 (file)
@@ -1,3 +1,4 @@
+---
 copy_admin_key: true
 nfs_file_gw: false
 nfs_obj_gw: true
diff --git a/tests/functional/collocation/container/group_vars/nfss b/tests/functional/collocation/container/group_vars/nfss
new file mode 100644 (file)
index 0000000..ef1f947
--- /dev/null
@@ -0,0 +1,8 @@
+---
+copy_admin_key: true
+nfs_file_gw: false
+nfs_obj_gw: true
+ganesha_conf_overrides: |
+    CACHEINODE {
+            Entries_HWMark = 100000;
+    }
diff --git a/tests/functional/collocation/group_vars/nfss b/tests/functional/collocation/group_vars/nfss
new file mode 100644 (file)
index 0000000..e7e10d8
--- /dev/null
@@ -0,0 +1,8 @@
+---
+copy_admin_key: true
+nfs_file_gw: false
+nfs_obj_gw: true
+ganesha_conf_overrides: |
+    CACHEINODE {
+            Entries_HWMark = 100000;
+    }
\ No newline at end of file