<% 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