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 lvm mount option and xfs tuning option #106

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

Conversation

imatpro
Copy link

@imatpro imatpro commented Nov 9, 2017

Add 3 attribute for configure option mount

mount_options
dump and pass in fstab

and option in mfks.xfs

@@ -63,6 +63,7 @@ Other attributes include:
- `node['gluster']['server']['volumes'][VOLUME_NAME]['volume_type']` - the volume type to use; this value can be 'replicated', 'distributed-replicated', 'distributed', 'striped' or 'distributed-striped'
- `node['gluster']['server']['volumes'][VOLUME_NAME]['size']` - The size of the gluster volume you would like to create, for example, 100M or 5G. This is passed through to the lvm cookbook.
- `node['gluster']['server']['volumes'][VOLUME_NAME]['filesystem']` - The filesystem to use. This defaults to xfs.
`node['gluster']['server']['volumes'][VOLUME_NAME]['filesystem_params']` - The filesystem parameters to use. Not define by default.
Copy link
Owner

Choose a reason for hiding this comment

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

Please add the missing leading hyphen similar to the above and below line

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.

2 participants