Created 08-04-2017 12:19 PM
Created 08-05-2017 03:37 PM
Isilon uses it own OneFS filesystem to read and write files.
The write process follows a certain flow:
•First, the Client sends file data as a write, which is received by the write coalescer on the client-connected node.
•Then, the node breaks the file in up to 128 KB stripe units and a write plan determines how to aggregate the data stripe units and calculates protection stripe units.
•Finally, stripe units are sent to participant nodes over the InfiniBand network to distribute the stripe and a write occur on each node.
Created 08-06-2017 08:32 AM
@Nicholas what is protection stripe unit? is the data divided into stripes of 128KB each or 8KB each? If 8KB, doesn't this cause performance overhead?
Created 08-07-2017 01:37 PM
128KB stripes