From 2a0236931ac73ab3b89ad7c4c1d0522f9c8eb404 Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Mon, 14 Apr 2014 00:00:47 -0600 Subject: [PATCH] Ensure that min_free_kbytes in secstorage vm is set such that heavy nfs load will not cause page allocation failures --- systemvm/patches/debian/config/etc/init.d/cloud-early-config | 1 + 1 file changed, 1 insertion(+) diff --git a/systemvm/patches/debian/config/etc/init.d/cloud-early-config b/systemvm/patches/debian/config/etc/init.d/cloud-early-config index 5751f09ac34..3c47f1396ac 100755 --- a/systemvm/patches/debian/config/etc/init.d/cloud-early-config +++ b/systemvm/patches/debian/config/etc/init.d/cloud-early-config @@ -1100,6 +1100,7 @@ setup_storage_network() { setup_secstorage() { log_it "Setting up secondary storage system vm" + sysctl vm.min_free_kbytes=8192 local hyp=$1 setup_common eth0 eth1 eth2 setup_storage_network