WARNING: This is the _old_ Lustre wiki, and it is in the process of being retired. The information found here is all likely to be out of date. Please search the new wiki for more up to date information.

Difference between revisions of "Architecture - DMU OSD"

From Obsolete Lustre Wiki
Jump to navigationJump to search
m (1 revision)
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''''Note:''''' ''The content on this page reflects the state of design of a Lustre feature at a particular point in time and may contain outdated information.''
 +
 
== Summary ==
 
== Summary ==
  
Line 42: Line 44:
 
== References ==
 
== References ==
  
[[MDS-on-DMU]]
+
[[Architecture - MDS-on-DMU|MDS-on-DMU]]
 
 
[[OSS-on-DMU]]
 
  
[[Category:Architecture|DMU OSD]]
+
[[Architecture - OSS-on-DMU|OSS-on-DMU]]

Latest revision as of 14:02, 22 January 2010

Note: The content on this page reflects the state of design of a Lustre feature at a particular point in time and may contain outdated information.

Summary

DMU OSD is a implementation of OSD API for DMU.

Definitions

DMU is a core of ZFS.


Use Cases

ID Quality Attribute Summary
mount usability
umount usability
fid mapping usability how we map fids to local object id (dnode)
async IO performance use async IO where possible for better performance
swapping performance protect cache from swapping (actual for userspace DMU)

Quality Attribute Scenarios

Implementation Details

here we enlist how DMU API matches OSD API

References

MDS-on-DMU

OSS-on-DMU