summaryrefslogtreecommitdiffstats
path: root/etc/inc/globals.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-04-14 23:18:27 +0200
committerErmal LUÇI <eri@pfsense.org>2015-04-14 23:20:26 +0200
commit34dced26198480d7b02e80578df40336fef89043 (patch)
treecfefe6034f50b60510ebe505c57205eee0abf24e /etc/inc/globals.inc
parentcd5084d5d7c79a4c99c01e20329b9e8650a70a10 (diff)
downloadpfsense-34dced26198480d7b02e80578df40336fef89043.zip
pfsense-34dced26198480d7b02e80578df40336fef89043.tar.gz
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
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r--etc/inc/globals.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc
index ca1439c..fc89de1 100644
--- a/etc/inc/globals.inc
+++ b/etc/inc/globals.inc
@@ -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. */
OpenPOWER on IntegriCloud