Major change in repartition of file in data server disk#2
Open
Vivien-Michel wants to merge 9 commits intomyidpt:masterfrom
Open
Major change in repartition of file in data server disk#2Vivien-Michel wants to merge 9 commits intomyidpt:masterfrom
Vivien-Michel wants to merge 9 commits intomyidpt:masterfrom
Conversation
added 9 commits
June 11, 2015 12:28
…. Changement in gen.py to split the total file on the different disk in server in function of the data stripe size in the layout previously generated. The disk has not got the full file anymore
…with parsing of numero of the modules and reset of the ID
…ize... can be modified when the script is call with the proper arguments --client=... In order to launch different simulations and don't open the script to change parameters
…000 PVFS2 configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The script gen.py splits the data files in terms of the layout file for metadata server. In fact, before the modifications, the whole file was stocked in the disk and not only a part of it. The new repartition is what happened in reality, just a part of the file is inside the disk and so, the jump between two files is reduced. The time access for a part of file follows the previous reduction. Example : File size = 2GB
2 servers; before each servers have 4 GB (2GB per file) inside the disk, now only 2 GB (1GB per file)
Moreover, the Network Rebuild with the graphic representation of simulation works correctly. We can reboot or change the configuration of the simulation without bug.
Add a Class Diagram in doc. It can be modified with the software DIA.