Skip to content

Commit ba604eb

Browse files
DLPX-96025 zfs_arc_meta_strategy no longer exists
PR URL: https://www.github.com/delphix/delphix-platform/pull/553
1 parent b4b9b8f commit ba604eb

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

files/common/lib/modprobe.d/10-zfs.conf

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,6 @@ options zfs zfs_mg_noalloc_threshold=5
8383
#
8484
options 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

0 commit comments

Comments
 (0)