-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: tools-2616 tools-2648 support server 6.4 configs #15
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment. LGTM otherwise. Not really sure what I should be reviewing since there are no code changes
index-type flash { | ||
mount /dummy/mount/point1 /test/mount2 | ||
mounts-high-water-pct 30 | ||
mounts-size-limit 10G | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to test sindex-type flash
too since that is new in 6.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good suggestion, sindex-type wasn't being parsed, I've added it to the management lib and this test.
Most of the code ended up being in the mangement lib. The feedback on the test case is helpful, thanks |
No description provided.