Uploaded image for project: 'Lustre Documentation'
  1. Lustre Documentation
  2. LUDOC-74

Recreating the OST configuration files missing dd option

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • None
    • None
    • 12.5
    • 3
    • 7141

    Description

      Section 14.7.3. Restoring OST Configuration Files part 4 is incorrect. The dd command given is:
      dd if=/tmp/ldd of=/mnt/ost/CONFIGS/mountdata bs=4 count=1 seek=5 skip=5
      and it should be
      dd if=/tmp/ldd of=/mnt/ost/CONFIGS/mountdata bs=4 count=1 seek=5 skip=5 conv=notrunc

      As Andreas Dilger says:
      "It looks like the manual is missing one important option here. "dd" should be using "conv=notrunc" to avoid truncating the file."

      It should be noted that without the correct instructions it is impossible to bring in a replacement OST when an OST has crashed.

      Attachments

        Activity

          People

            linda Linda Bebernes (Inactive)
            mattwilkins Matt Wilkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: