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

Fusion support for pgsnap #706

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

Conversation

sdodsley
Copy link
Member

SUMMARY

Add Fusion support with context parameter.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

purefa_pgsnap.py

@sdodsley sdodsley added the enhancement New feature or request label Jan 27, 2025
@sdodsley sdodsley self-assigned this Jan 27, 2025
@sdodsley sdodsley marked this pull request as ready for review January 27, 2025 16:51
plugins/modules/purefa_pgsnap.py Outdated Show resolved Hide resolved
plugins/modules/purefa_pgsnap.py Outdated Show resolved Hide resolved
plugins/modules/purefa_pgsnap.py Outdated Show resolved Hide resolved
- Name of fleet member on which to perform the volume operation.
- This requires the array receiving the request is a member of a fleet
and the context name to be a member of the same fleet.
type: str
Copy link
Contributor

Choose a reason for hiding this comment

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

pls add default="" for handling fleet array without context

@@ -662,6 +911,7 @@ def main():
),
with_default_protection=dict(type="bool", default=True),
add_to_pgs=dict(type="list", elements="str"),
context=dict(type="str"),
Copy link
Contributor

Choose a reason for hiding this comment

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

pls add default="" for handling fleet array without context

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

Successfully merging this pull request may close these issues.

2 participants