7 lines
189 B
Text
7 lines
189 B
Text
|
<%
|
||
|
arc_max_mb = node.metadata.get('zfs', {}).get('module_options', {}).get('zfs_arc_max_mb', 1024)
|
||
|
%>\
|
||
|
% if arc_max_mb != 0:
|
||
|
options zfs zfs_arc_max=${arc_max_mb * 1024 * 1024}
|
||
|
% endif
|