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

Add support for vxfs and zfs filesystem types #144

Merged
merged 2 commits into from Jan 16, 2017
Merged

Conversation

ned21
Copy link
Contributor

@ned21 ned21 commented Jan 13, 2017

No description provided.

@ned21 ned21 added this to the 17.2 milestone Jan 13, 2017
@jrha
Copy link
Member

jrha commented Jan 13, 2017

LGTM, travis failed on linting errors, but nothing introduced by this change.

@@ -39,7 +39,7 @@ type structure_filesystem = {
"mount" : boolean
"mountopts" : string = "defaults" # "Mount options"
"type" : string with match (SELF,
"^(ext[2-4]|reiserfs|reiser4|xfs|swap|vfat|jfs|ntfs|tmpfs|none)$")
"^(ext[2-4]|reiserfs|reiser4|xfs|swap|vfat|jfs|ntfs|tmpfs|vxfs|zfs|none)$")
Copy link
Member

Choose a reason for hiding this comment

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

non-blocking question: does this deserve it's own type?

Copy link
Member

Choose a reason for hiding this comment

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

Does anything else refer to a filesystem?

@ned21
Copy link
Contributor Author

ned21 commented Jan 13, 2017

I cleaned up the whitespace in the type I was changing - let's see if that gets us a bit closer.

@jrha jrha merged commit f8b3524 into quattor:master Jan 16, 2017
@ned21 ned21 deleted the vxfs branch January 20, 2017 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants