-
Notifications
You must be signed in to change notification settings - Fork 206
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
service: improve the resuability of create_daemon #1101
Conversation
In order to improve the reusability of the function create_daemon the parameter processing logic is moved from the create_daemon and initialize_fscache_service functions to the upper layer function process_singleton_arguments Signed-off-by: taohong <taoohong@linux.alibaba.com>
@taoohong , a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52259 |
Signed-off-by: taohong <taoohong@linux.alibaba.com>
@taoohong , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52272 |
@taoohong , The CI test is completed, please check result:
Congratulations, your test job passed! |
@taoohong , the code has been updated, so a new test job has been submitted. Please wait in patience. The test job url: https://tone.openanolis.cn/ws/nrh4nnio/test_result/52421 |
@taoohong , The CI test is completed, please check result:
Congratulations, your test job passed! |
In order to improve the reusability of the function create_daemon, the parameter processing logic is moved from the create_daemon and initialize_fscache_service functions to the upper layer function process_singleton_arguments