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

modules/zpool : make it available for compatible Solaris family #5144

Merged
merged 5 commits into from
May 20, 2013

Conversation

mguegan
Copy link

@mguegan mguegan commented May 19, 2013

The whole module has been reviewed for a better compliance with Salt and now
Solaris (> 5.9) / SmartOS can use it. Some commands have been simplified and
the idea is to provide another module for the 'zfs' command support.

mguegan added 3 commits May 19, 2013 17:22
The whole module has been reviewed for a better compliance with Salt and now
Solaris (> 5.9) / SmartOS can use it. Some commands have been simplified and
the idea is to provide another module for the 'zfs' command support.
if pool_name in pool:
return True
return None
supported = ['Solaris', 'SmartOS', 'FreeBSD']
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be a set instead of a list.

Copy link
Author

Choose a reason for hiding this comment

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

Totally agree

thatch45 added a commit that referenced this pull request May 20, 2013
modules/zpool : make it available for compatible Solaris family
@thatch45 thatch45 merged commit 5bbd228 into saltstack:develop May 20, 2013
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.

3 participants