Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-16808

lfs find --printf fails on FIFOs and special files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.16.0
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      $ mkfifo myfifo
      $ lfs find myfifo
      myfifo 
      $ lfs find myfifo --printf "%p\n"
      ** command hangs **
      ^C
      
      $ sudo mknod mychardev c 1 5
      $ lfs find mychardev
      mychardev
      $ lfs find mychardev --printf "%p\n"
      lfs: failed for 'mychardev': Inappropriate ioctl for device

      Attachments

        Issue Links

          Activity

            People

              bobijam Zhenyu Xu
              bertschinger Thomas Bertschinger
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: