-
Notifications
You must be signed in to change notification settings - Fork 526
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
ansible: fix grep error and bool type var #331
ansible: fix grep error and bool type var #331
Conversation
1c0e9e0
to
25a0b5f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
when: not retain_pool | bool and not walfilepool_use_chunk_file_pool | bool |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to add some brackets to let the statement more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's better to add some brackets to let the statement more clear.
done
@@ -127,19 +127,19 @@ | |||
- { role: generate_config, template_name: chunkserver.conf, conf_path: "{{ chunkserver_conf_path }}", | |||
tags: ["generate_config", "generage_chunkserver_conf"] } | |||
- { role: generate_config, template_name: client.conf, conf_path: "{{ chunkserver_client_config_path }}", | |||
tags: ["generate_config", "generage_chunkserver_conf"] } | |||
tags: ["generate_config", "generage_chunkserver_client_conf"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curve-ansible here change some tags. Do you check if any deploy document or wiki need change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curve-ansible here change some tags. Do you check if any deploy document or wiki need change?
yes, the doc use like "ansible-playbook deploy_curve.yml -i server.ini --tags generage_chunkserver_conf,generage_chunkserver_client_conf". This issue found in the process of expansion.
25a0b5f
to
55dbb51
Compare
Added Thanos Spring 2021 LFX Projects
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List