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

DAOS-9507 Modifications for DAOS v2.0 #9

Merged
merged 5 commits into from
Jan 14, 2022
Merged

Commits on Jan 8, 2022

  1. DAOS-9507 Modifications for DAOS v2.0

    Changed image build scripts to install and configure
    DAOS v2.0.
    
    Image family name now includes OS. (Ex. daos-server-centos7)
    
    Changed IO500 install script to install IO500 SC21.
    
    Updated terraform/examples/io500 to use new os image family
    names and run IO500 SC21.
    
    Refactored env variable names to be more obvious about what
    they are used for.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    92c1a3d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. DAOS-9507 Removed user specific info from configure.sh

    Accidentally checked the file in with user specific info.
    This change corrects that.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f7d5700 View commit details
    Browse the repository at this point in the history
  2. DAOS-9507 Changed the default number of disks in IO500 example

    Set the default disk count for the DAOS server configuration
    back to 8.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    583afa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. DAOS-9507 Changed image names

    Image names and image family now include the name of the source image.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fe583fc View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. DAOS-9507 Updates to move IO500 install

    No longer installing IO500 in client images.
    mpifileutils and IO500 SC21 will now be installed prior
    to running the IO500 benchmark.
    
    The cleanup step that runs before an IO500 run will now
    set nr_hugepages in daos_server.yml
    
    Logging improvements.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    788e8c9 View commit details
    Browse the repository at this point in the history