From: Andrew Schoen Date: Tue, 16 Feb 2016 15:38:34 +0000 (-0600) Subject: ceph-ansible-pull-requests: remove os_tuning_params from extra-vars X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F324%2Fhead;p=ceph-build.git ceph-ansible-pull-requests: remove os_tuning_params from extra-vars The value in os_tuning_params that set vm.min_free_kybtes used to lock up our testing slaves so we removed it from this job. However, ceph-ansible is now attempting to auto calculate this. Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-pull-requests/build/build b/ceph-ansible-pull-requests/build/build index 6b3d281b..d93a57ab 100644 --- a/ceph-ansible-pull-requests/build/build +++ b/ceph-ansible-pull-requests/build/build @@ -16,9 +16,6 @@ journal_size=1024 monitor_interface="eth0" cluster_network="127.0.0.1/0" public_network="127.0.0.1/0" -# the default settings include a setting for vm.min_free_kbytes which asks -# for more memory than our jenkins slaves allow, so we remove it here -os_tuning_params='[{"name": "kernel.pid_max", "value": 4194303},{"name": "fs.file-max", "value": 26234859}]' fsid="4a158d27-f750-41d5-9e7f-26ce4c9d2d45" monitor_secret="AQAWqilTCDh7CBAAawXt6kyTgLFCxSvJhTEmuw==" @@ -31,7 +28,6 @@ cat > $HOME/test-vars.json << EOF "monitor_interface":"$monitor_interface", "cluster_network":"$cluster_network", "public_network":"$cluster_network", - "os_tuning_params":$os_tuning_params, "fsid":"$fsid", "monitor_secret":"$monitor_secret" }