File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
files/common/lib/modprobe.d Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ configure)
4646 systemctl disable motd-news.timer
4747
4848 # Disable multipathd service by default. It will be enabled if the iSCSI initiator feature is used
49- systemctl disable multipathd.service
49+ systemctl disable multipathd.service
5050
5151 #
5252 # Various tools generate mail on the system, e.g. cron, and we don't
Original file line number Diff line number Diff line change @@ -83,21 +83,6 @@ options zfs zfs_mg_noalloc_threshold=5
8383#
8484options zfs zfs_override_estimate_recordsize=8192
8585
86- #
87- # The default arc metadata eviction policy is a balanced policy. This policy
88- # evicts both data and metadata and provides a callback to the ZPL layer
89- # to evict blocks from the inode and dentry caches. This policy has serious
90- # implications because it tries too hard to reduce metadata so that it's
91- # below the arc_meta_limit. As a result this can end up consuming all of
92- # the cpus and causing the system to run out of memory. Since the arc
93- # metadata eviction is called in the critical path, we want a lightweight
94- # policy to be used to ensure that eviction happens quickly and new additions
95- # to the arc are not blocked for a significant amount of time. To do this,
96- # we changes the metadata eviction policy to ARC_STRATEGY_META_ONLY,
97- # which is what we used in illumos.
98- #
99- options zfs zfs_arc_meta_strategy=0
100-
10186#
10287# Increasing zvol taskq threads to 256 to improve performance for some
10388# workloads. Taskq threads are created and destroyed dynamically so there
You can’t perform that action at this time.
0 commit comments