<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi all,</p>
    <p>Looking in the documentation at
      <a class="moz-txt-link-freetext" href="https://doc.lustre.org/lustre_manual.xhtml">https://doc.lustre.org/lustre_manual.xhtml</a> it appears that lfs
      getstripe should/does echo the directory that is being queried.<br>
      <br>
      <font face="Courier New, Courier, monospace">$ lfs getstripe -d
        /mnt/testfs/pfldir<br>
        /mnt/testfs/pfldir<br>
        stripe_count:  1 stripe_size:   1048576 stripe_offset: -1<br>
        /mnt/testfs/pfldir/commonfile<br>
        lmm_stripe_count:  1<br>
        lmm_stripe_size:   1048576<br>
        lmm_pattern:       1<br>
        lmm_layout_gen:    0<br>
        lmm_stripe_offset: 0<br>
            obdidx         objid         objid         group<br>
                 2                 9              0x9                 0<br>
        <br>
        <br>
        But when I do similar on a Lustre 2.12.8 client, the directory
        being queried is not echoed.  Is this a bug?<br>
        <br>
        pfe26.jbauer2 197> lfs getstripe -d /nobackupp17<br>
          lcm_layout_gen:    0 # the directory is missing above this
        line<br>
          lcm_mirror_count:  1<br>
          lcm_entry_count:   3<br>
            lcme_id:             N/A<br>
            lcme_mirror_id:      N/A<br>
            lcme_flags:          0<br>
            lcme_extent.e_start: 0<br>
            lcme_extent.e_end:   268435456<br>
              stripe_count:  1       stripe_size:   16777216      
        pattern:       raid0       stripe_offset: -1      
        pool:          ssd-pool<br>
        <br>
            lcme_id:             N/A<br>
            lcme_mirror_id:      N/A<br>
            lcme_flags:          0<br>
            lcme_extent.e_start: 268435456<br>
            lcme_extent.e_end:   5368709120<br>
              stripe_count:  16       stripe_size:   16777216      
        pattern:       raid0       stripe_offset: -1      
        pool:          ssd-pool<br>
        <br>
            lcme_id:             N/A<br>
            lcme_mirror_id:      N/A<br>
            lcme_flags:          0<br>
            lcme_extent.e_start: 5368709120<br>
            lcme_extent.e_end:   EOF<br>
              stripe_count:  16       stripe_size:   16777216      
        pattern:       raid0       stripe_offset: -1      
        pool:          hdd-pool<br>
        <br>
        pfe26.jbauer2 198> cat /sys/fs/lustre/version<br>
        2.12.8_ddn6<br>
        pfe26.jbauer2</font><br>
      <br>
    </p>
  </body>
</html>