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

lfs find --printf fails on FIFOs and special files

XMLWordPrintable

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

      $ 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

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

              Created:
              Updated:
              Resolved: