<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>I have always been using ZFS record size to 1MB with Lustre on
      top of ZFS.  Anyway it is possible to set it to more than 1MB. May
      this have any benefit in performance and is it recommended to set
      for example:</p>
    <div class="code">
      <pre>echo 4194304 > /sys/module/zfs/parameters/zfs_max_recordsize</pre>
    </div>
    <pre>zfs set recordsize=4m zpool


</pre>
    <p>Thank you.</p>
    <p>Rick</p>
    <p><br>
    </p>
  </body>
</html>