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

Improvements and bugfixes in common bash functions #317

Merged
merged 2 commits into from
Sep 8, 2019

Conversation

maugustosilva
Copy link
Collaborator

  • When an user specifies, in the AI-specific _DATA_DIR attribute
    the value "none" (indicating that a given application will use the volume without a filesystem on it), the function mount_filesystem_on_volume can now be called without resulting in error
  • The function check_container now correctly detects the number of CPUs and amount of memory available, in KB.
  • Make sure every other function (e.g., haproxy_setup) uses the function check_container

Marcio Silva added 2 commits August 26, 2019 11:44
- When an user specifies, in the AI-specific <ROLE>_DATA_DIR attribute
the value "none" (indicating that a given application will use the
volume without a filesystem on it), the function
mount_filesystem_on_volume can now be called without resulting in error
- The function check_container now correctly detects the number of CPUs
and amount of memory available, in KB.
- Make sure every other function (e.g., haproxy_setup) uses the function
check_container
@mraygalaxy
Copy link
Collaborator

I'll test this one in a little bit with the wrk2 workload to make sure everything's still running on my end, one moment.........

@mraygalaxy mraygalaxy merged commit e3a91cd into ibmcb:master Sep 8, 2019
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