Replies: 1 comment
-
@cross , since this ticket was opened a number of years ago without further comments it seems this issue has been resolved. Note the temp2 drive is not required so just temp1 and the destination can be used negating this issue. The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the less common case where temp dir, or at least temp2, is on the same filesystem as the final dir, rename should be used instead of copy. Using chia 1.2.7 on linux, I started a plot as follows:
And on my system,
/data
is a large RAID array, so despite the spindle contention, it's all on the same device. But at the end of this plot, I see:Unless I'm mistaken, the 1952 seconds spent copying the final file should've been a
rename
operation, which would also eliminate the removal of the temp2 file.Beta Was this translation helpful? Give feedback.
All reactions