UID/GID Mapping: Difference between revisions

From Lustre Wiki
Jump to navigation Jump to search
(→‎Presentations: add another nodemap presentation)
(→‎Introduction: add newer features of Nodemaps)
 
Line 1: Line 1:
=== Introduction ===  
=== Introduction ===  


Using Nodemap, UIDs, GIDs and PROJIDs provided by remote clients can be
Using Nodemap, UIDs, GIDs and PROJIDs provided by remote clients can be mapped onto a local set of UIDs, GIDs and PROJIDs for storage in the filesystem.  Non-overlapping ranges of UID, GID, PROJID would be used from the filesystem to cater to different subsets of users.
mapped onto a local set of UIDs, GIDs and PROJIDs.


You may find this useful if:
The Nodemap functionality also allows restricting client sub-groups to mount only a specific subdirectory tree of the filesystem, rather than the whole filesystem (Subdirectory Mount).
 
You may find Nodemaps useful if:


* You need to prevent UID, GID, and PROJID collisions between clients in different administrative domains
* You need to prevent UID, GID, and PROJID collisions between clients in different administrative domains
Line 10: Line 11:
* You can limit access from a partner site
* You can limit access from a partner site
* You can limit administrator/root access to the filesystem
* You can limit administrator/root access to the filesystem
* Force clients to mount the filesystem read-only
* Specifying a subdirectory for clients (e.g. multi-tenancy)
* Selectively enable audit logging for clients
* Selectively enable client-side data encryption


== Resources ==  
== Resources ==  

Latest revision as of 11:15, 6 April 2023

Introduction

Using Nodemap, UIDs, GIDs and PROJIDs provided by remote clients can be mapped onto a local set of UIDs, GIDs and PROJIDs for storage in the filesystem. Non-overlapping ranges of UID, GID, PROJID would be used from the filesystem to cater to different subsets of users.

The Nodemap functionality also allows restricting client sub-groups to mount only a specific subdirectory tree of the filesystem, rather than the whole filesystem (Subdirectory Mount).

You may find Nodemaps useful if:

  • You need to prevent UID, GID, and PROJID collisions between clients in different administrative domains
  • Two or more partner organizations would like to share data in the same filesystem
  • You can limit access from a partner site
  • You can limit administrator/root access to the filesystem
  • Force clients to mount the filesystem read-only
  • Specifying a subdirectory for clients (e.g. multi-tenancy)
  • Selectively enable audit logging for clients
  • Selectively enable client-side data encryption

Resources

Presentations