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: gluster-brick-create switch from community modules to commands #46

Merged
merged 7 commits into from
Mar 2, 2022

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Feb 4, 2022

This is a minor change to the gluster-brick-create ansible role. The main change is that we switched from community modules which are no longer supported to the commands. We need this change for possible ansible-core support.
Along with the changes, I have bit improved the readme and ansible lint for better readability.
I was able to test these changes on my server with multiple reruns and looked fine, but I was not able to test it with gluster.

Bug-Url: https://bugzilla.redhat.com/2052690

@mnecas
Copy link
Member Author

mnecas commented Feb 4, 2022

Hi @pkesavap @sabose could you do please review from gluster perspective?
I was not able to test the changes with gluster, could someone please test the changes?

Copy link
Member

@barpavel barpavel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK :)

| cache_lvname | yes | | | Name of the Logical Volume to be used for cache.
| cache_lvsize | yes | | | Size of the cache logical volume
| mntpath | yes | | | Path to mount the filesystem.
| pool_metadatasize | yes | | | Size of the pools metadata, should be between 2M to 16G (Example: 24M).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just make sure it' shouldn't be 2MiB & 16GiB.

@rchikatw
Copy link
Contributor

Verified the patch on my setup working as expected.
LGTM +1

@mwperina
Copy link
Member

mwperina commented Mar 2, 2022

/ost

Copy link
Member

@mwperina mwperina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@mwperina
Copy link
Member

mwperina commented Mar 2, 2022

/ost

@mwperina mwperina merged commit 74233cc into oVirt:master Mar 2, 2022
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

4 participants