How do you set up plotman if you don’t have any buffer drives or remotes? #250
-
I mounted a second drive some time before the last job that would fit on the first one started, and expected plotman to schedule all new jobs to that drive as soon as there was no more space on the first one. Apparently that's not the case though, and it just keeps randomly assigning jobs to one or the other, completely clogging up the queue. Is there anything I can do to divert job 11 and all the the other ones assigned to Am I completely misunderstanding how plotman works? I’ve read the instructions like 10 times now, but those only explain the setup for archiving/rsyncing to a remote as a final destination and using local hard drives as temporary buffer. I don’t have any buffer drives, I only have a bunch of external hard drives that are meant to be the final destination. Would hugely appreciate if somebody could explain how to set up plotman for local use. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Sorry, the instructions explain the buffering approach because that was the use case it was optimized for, and we haven't optimized the use case of filling your dst drives directly and sequentially. You are correct, plotman does distribute plots to the dst drives randomly, and this is exacerbated for you by the fact that plotman also assumes you're archiving off the dst drives and doesn't stop plotting when they appear full. This is a valid complaint, but since it's already covered by at least one existing issue, I'm going to suggest converting this into a discussion to try to get workaround from other users. One option would be to only add one |
Beta Was this translation helpful? Give feedback.
Sorry, the instructions explain the buffering approach because that was the use case it was optimized for, and we haven't optimized the use case of filling your dst drives directly and sequentially. You are correct, plotman does distribute plots to the dst drives randomly, and this is exacerbated for you by the fact that plotman also assumes you're archiving off the dst drives and doesn't stop plotting when they appear full.
This is a valid complaint, but since it's already covered by at least one existing issue, I'm going to suggest converting this into a discussion to try to get workaround from other users.
One option would be to only add one
dst
dir to your plotman config at a time. Wh…