<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    Hi,<br>
    <br>
    I've tested running ZFS filesystem on top of Lustre files. It works
    perfectly, but I found a strange issue.<br>
    <br>
    A file is using a lot more space than the length of file:<br>
    <br>
    # du --block-size=1 17<br>
    36164681618944  17<br>
    # stat --printf "%s  %n\n" 17<br>
    16000000000000  17<br>
    <br>
    How can this happen, or is it a bug?<br>
    <br>
    Cheers,<br>
    Hans Henrik<br>
  </body>
</html>