My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 41: File system scan for inodes qulifying for relocation
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  postri...@gmail.com
Closed:  Jan 2009


 
Reported by postri...@gmail.com, Jan 28, 2009
The file system scan function scans the whole file system and finds the
inodes which qualify for relocation.
The qulifying inodes are then relocated to new destination

The algorithm is:

->	get the number of block groups in the file system from the ext2 superblock
->	get the number of inodes per group from the ext2 super block
-> 	loop from 0 to number of block groups
->		loop from 0 to number of inodes per group
->			check the inode for qualifying rule
->			if inode fit qualifies for relocation then set the dest tier id
->			call relocation code pass inode number as input
->		end loop
->	end loop

Jan 28, 2009
Project Member #1 sandeepksinha
Whats the status of the code ???
Jan 30, 2009
#2 postri...@gmail.com
The code is done and is running fine

The final test suite will check errors in it
Status: Done

Powered by Google Project Hosting