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 - Punch and Extent Migration: Difference between revisions

From Obsolete Lustre Wiki
Jump to navigationJump to search
 
No edit summary
 
(8 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.''
== Prototypes ==
== Prototypes ==


Line 11: Line 13:
=== Migrate ===
=== Migrate ===


migrate(src_inode, start, end, tgt_inode, offset, version, flags)  
migrate(src_inode, start, end, tgt_inode, offset, version, flags)
 
 
== references ==
 
http://arch.lustre.org/index.php?title=QAS_Punch


[[Category:Architecture|Punch]]
=== References ===
[[Architecture - Punch and Extent Migration Requirements|Punch and Extent Migration Requirements]]

Latest revision as of 14:21, 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.

Prototypes

Punch

punch(inode, start, end, version, flags)


Migrate

migrate(src_inode, start, end, tgt_inode, offset, version, flags)

References

Punch and Extent Migration Requirements