We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to
ephemeral_lvm/attributes/default.rb
Lines 29 to 32 in 333581c
"ephemeral_lvm": { "mount_point": "/mnt/mongodb", "mount_point_properties": { "options": ["defaults", "noatime","auto"], "paas": 0 } }
The end result fstab will be:
/dev/mapper/vg--data-ephemeral0 /mnt/mongodb ext4 defaults,noauto,noatime,auto 0 0
instead of having just the auto (and not both merged on top of each other). Is this intended behavior and/or something to do to fix?
The text was updated successfully, but these errors were encountered:
looking at this, it's definitely intentional: https://github.com/rightscale-cookbooks/ephemeral_lvm/blob/master/recipes/default.rb#L69
Sorry, something went wrong.
No branches or pull requests
Due to
ephemeral_lvm/attributes/default.rb
Lines 29 to 32 in 333581c
The end result fstab will be:
instead of having just the auto (and not both merged on top of each other). Is this intended behavior and/or something to do to fix?
The text was updated successfully, but these errors were encountered: