Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-6498

Support squash and range in NFS static user id mapping

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • nfs
    • None

    Description

      HDFS-6435 adds static user group name id mapping. The mapping is a one to one mapping.

      What makes this feature easy to use is to support squash and range based mapping as that in traditional NFS configuration (e.g., http://manpages.ubuntu.com/manpages/hardy/man5/exports.5.html)

      # Mapping for client foobar:
      #    remote     local
      uid  0-99       -       # squash these
      uid  100-500    1000    # map 100-500 to 1000-1500
      gid  0-49       -       # squash these
      gid  50-100     700     # map 50-100 to 700-750
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              brandonli Brandon Li
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated: