<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>All,</p>
    <p>While working with the lfs getstripe command I came across this. 
      The getstripe --pool works as expected, but getstripe --ost
      fails.  The usage info that gets printed after the fail indicates
      it should be a valid option.  Am I misunderstanding the man page?</p>
    <p>John</p>
    <p><font face="Courier New, Courier, monospace">[e63414@cor-login
        dd]$ lfs getstripe --pool /lustre/e63414/mkstempvl4mYj<br>
        flash<br>
        <br>
        [e63414@cor-login dd]$ lfs getstripe --ost
        /lustre/e63414/mkstempvl4mYj<br>
        error: getstripe: no filename|pathname<br>
        To list the layout pattern for a given file or files in a<br>
        directory or recursively for all files in a directory tree.<br>
        usage: getstripe [--ost|-O UUID] [--quiet|-q] [--verbose|-v]<br>
                   [--stripe-count|-c] [--stripe-index|-i] [--fid|-F]<br>
                   [--pool|-p] [--stripe-size|-S] [--directory|-d]<br>
                   [--mdt-index|-m] [--recursive|-r] [--raw|-R]<br>
                   [--layout|-L] [--generation|-g] [--yaml|-y]<br>
                   [--help|-h] [--component-id|-I[=COMP_ID]]<br>
                   [--component-flags[=COMP_FLAGS]]<br>
                   [--component-count]<br>
                   [--extension-size|--ext-size|-z]<br>
                   [--component-start[=[+-]COMP_START]]<br>
                   [--component-end[=[+-]COMP_END]|-E[[+-]comp_end]]<br>
                   [[!] --mirror-index=[+-]INDEX |<br>
                   [!] --mirror-id=[+-]MIRROR_ID] [--mirror-count|-N]<br>
                   [--no-follow]<br>
                   <directory|filename> ...</font></p>
  </body>
</html>