2020-08-29 19:10:59 +00:00
|
|
|
<%
|
2021-06-25 16:39:06 +00:00
|
|
|
arc_max_gb = node.metadata.get('zfs/module_options/zfs_arc_max_gb', 1)
|
2020-08-29 19:10:59 +00:00
|
|
|
%>\
|
2021-06-25 16:39:06 +00:00
|
|
|
% if arc_max_gb > 0:
|
|
|
|
options zfs zfs_arc_max=${arc_max_gb * 1024 * 1024 * 1024}
|
2020-08-29 19:10:59 +00:00
|
|
|
% endif
|