Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable destination directory. #786

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

r1235613
Copy link
Contributor

I have added a new feature.
When a user puts a directory under disable_destination_directory, the program should not use that directory as a directory for new jobs.
I'm not quite sure if this is right, but I'll update it again if I get any results.
This is just a case to let you know that I have this requirement.

swar and others added 2 commits May 19, 2021 22:17
@swar
Copy link
Owner

swar commented May 23, 2021

This shouldn't matter because once you remove the directory from the original list, it will no longer consider it for future plots

@r1235613
Copy link
Contributor Author

r1235613 commented May 24, 2021

Please note that if you change any of the directories for a job, it will mess with existing jobs and manager and view will not be able to identify the old job. If you are changing job directories while having active plots, please change the max_plots for the current job to 0 and make a separate job with the new directories. I do not recommend changing directories while plots are running.

Is this problem solved?
If you want to remove a directory in a running job, in my experience, this causes the software to fail to recognize the task.
I wish it could remove directories during execution, but not cause the software to fail to recognize existing tasks

@r1235613
Copy link
Contributor Author

Because of certain factors, he will try to build a new field in a directory where there is not enough space.
So I want to be able to manually remove directories before they run out of space and keep the removed directories continuously recognized by the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants