can we have the "not checking subdirectory " fixed for the harvester #8690
Closed
Hardcore-fs
started this conversation in
Ideas
Replies: 1 comment
-
@Hardcore-fs , the newest version of chia has fixes in place to resolve this issue. Please download it from here: https://www.chia.net/downloads/ Since this issue has been resolved with the latest version(s) of chia we will be closing this ticket but if we have closed this ticket in error do not hesitate to reach out to us again with any followup questions, comments, or if the issue persists after an update.
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
-
The harvester continually prints:
not checking subdirectory /mnt/chia-plots/final/NFS-Plots2, sub directories NOT added by default.
if we then do:
chia plots add -d /mnt/chia-plots/final/NFS-Plots2
chia plots add -d /mnt/chia-plots/final/NFS-Plots
To Reproduce
just add some sub directories in the folder used for scanning plots
then "add" then to the plots directory
Expected behavior
I would expect the "defective" messages to be turned off after adding the plot sub folders,
or atleast hte messages to be cleaned up to add additional information
such as hte above message followed by:
dynamically added paths, not surviving reboot.
that shows paths that were added by the command line
standard linux build cli log files set to info
but what i don't understand is why i even get these messages when my config file looks like this:
` plot_directories:
plot_loading_frequency_seconds: 120
port: 8448 `
Beta Was this translation helpful? Give feedback.
All reactions