-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Plot mover isn't working for me. After a while, the outdrive just fills up, and the ploto script terminates.
To Reproduce
I have a bunch of paths. Some exist, some are full.
eg:
...
"EnableMover": "true",
"PathsToMovePlotsTo": "H:\\chia_nft_plots,I:\\chia_nft_plots,J:\\chia_nft_plots,L:\\chia_nft_plots,M:\\chia_nft_plots,O:\\chia_nft_plots,P:\\chia_nft_plots",
"DiskConfig": [
...
Expected behavior
- an error should be generated for missing folders.
- a warning should be generated for full folders.
- the script should try to fill the drives, starting with the first one in the list and working it's way to the last drive.
- it would be nice if the UI returned information about the status of the mover process. eg: No plots found to move, sleeping for 60 seconds. ; Moving plot from E:\adfadfasdfdsf.plot to G:\PlotArchive\adfadfasdfdsf.plot @ 12.6MB/s, ETA 1.2hrs.
- it would be nice if the mover could move the plots in parallel - I have a SSD outdrive, but the final drives are spinners. So I could actually move 4 plots from the SSD to 4 different drives at the same time, without the SSD being the bottleneck.
Ploto Version in use
- it would be nice if ploto spawns showed the version number.
Additional context
@KillaDreams says that maybe we should use a single forward slash instead of the double backslashes in the PathsToMovePlotsTo parameter.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
