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.
Architecture - DMU OSD
From Obsolete Lustre Wiki
Jump to navigationJump to search
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