Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable

This commit is contained in:
Ermal LUÇI 2015-04-14 23:18:27 +02:00
parent 1189757e91
commit 32e53d709f

View File

@ -168,7 +168,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
"net.enc.in.ipsec_filter_mask" => "0x0002",
"net.key.preferred_oldsa" => "0",
"net.inet.carp.senderr_demotion_factor" => 0, /* Do not demote CARP for interface send errors */
"net.pfsync.carp_demotion_factor" => 0 /* Do not demote CARP for pfsync errors */
"net.pfsync.carp_demotion_factor" => 0, /* Do not demote CARP for pfsync errors */
"vfs.forceync" => 1
);
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */