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

ansible: fix grep error and bool type var #331

Merged
merged 3 commits into from
Apr 27, 2021

Conversation

SeanHai
Copy link
Contributor

@SeanHai SeanHai commented Apr 23, 2021

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

  • Relevant documentation/comments is changed or added
  • I acknowledge that all my contributions will be made under the project's license

Copy link
Contributor

@Wine93 Wine93 left a 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
Copy link
Contributor

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.

Copy link
Contributor Author

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"] }
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@ilixiaocui ilixiaocui merged commit 7c70577 into opencurve:master Apr 27, 2021
@SeanHai SeanHai deleted the ansible_fix_when_warning branch April 29, 2021 01:47
ilixiaocui pushed a commit to ilixiaocui/curve that referenced this pull request Feb 6, 2023
Added Thanos Spring 2021 LFX Projects
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.

4 participants