mirror of https://github.com/apache/cloudstack.git
Ensure that min_free_kbytes in secstorage vm is set such that heavy nfs load will not cause page allocation failures
This commit is contained in:
parent
5f53dced5e
commit
2a0236931a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue