Temp drive limits #884
Replies: 2 comments 5 replies
-
| Just put all the drives in a raid 0 configuration and the writes will be shared among the drives. | 
Beta Was this translation helpful? Give feedback.
-
| I dont' think the code took in consideration your use case of having more temp drives than final destination drives since it "doesn't make sense" because you have to use a temp drive first place in order to use a destination if you want..... 
 so worst case scenario, let's say you have only 1 final drive and 24 hig speed small tiny "tmp" dirves... assuming it takes you 8h to plot, you could setup: 
 then you can surely tweak more... :-) | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hiya,
Background.. I have 24x temp drives (10k sas HD's) and a bunch of destination drives. I would like to have 1 job that lists
all 24 temp and all my destination so the plotmanager can figure out the best place to put plots. However.. since I am using HDs for temp I dont want more then 1 plot on a single temp drive at a time based on IO. Each temp drive is 600 gb so I am concerned that Plot manager will attempt to stick 2 jobs on each given they have the space.
What I would like is a way to tell the plot manager for each temp directory I define how many plots it can handle concurrently.
sorta like this. Make it an optional parameter so it doesnt affect existing configs.
temporary_directory:
I thought about defining 1 job per temp directory to limit the concurrent jobs to 1 but listing all my destination directories in
that job means I could have many jobs decide to write to the same destination directory crushing it from an IO perspective.
I dont want to lock a temp directory to a specific destination directory because drives fill up, I'd like the system to be as hands off as possible and I dont have 24 destinations.
Something you could add? Or maybe provide me a pointer in the code where I could hard code each temp drive to 1 concurrent plot yet just have 1 overall job for the benefit of my destinations.
Thanks for releasing this to the world. Its a huge help!
Mike
Beta Was this translation helpful? Give feedback.
All reactions