Skip to content

Commit

Permalink
Storage Scale 5.1.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: hseipp <[email protected]>
  • Loading branch information
hseipp committed Sep 18, 2023
1 parent 57a7b59 commit 245a665
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The creation of the Storage Scale cluster requires the Storage Scale
self-extracting installation package. The developer edition can be downloaded
from the [Storage Scale home page](https://www.ibm.com/products/storage-scale).

Download the `Storage_Scale_Developer-5.1.8.0-x86_64-Linux-install` package and
Download the `Storage_Scale_Developer-5.1.8.2-x86_64-Linux-install` package and
save it to directory `StorageScaleVagrant/software` on the `host`.

Please note that in case the Storage Scale Developer version you downloaded is
Expand Down
8 changes: 4 additions & 4 deletions aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ Copy the Storage Scale self-extracting installation package to `/software`, if y
StorageScaleVagrant\aws\prep-ami>vagrant ssh
[centos@ip-172-31-27-143 ~]$ ls -l software/
total 1527996
-rw-r--r--. 1 centos centos 134 31. Mai 11:32 README
-rwxr-xr-x. 1 centos centos 1568773648 24. Mai 01:03 Storage_Scale_Developer-5.1.8.0-x86_64-Linux-install
-rw-r--r--. 1 centos centos 87 24. Mai 01:03 Storage_Scale_Developer-5.1.8.0-x86_64-Linux-install.md5
total 1539696
-rw-r--r--. 1 centos centos 134 31. Mai 11:32 README
-rw-r--r--. 1 centos centos 1576636399 7. Sep 11:58 Storage_Scale_Developer-5.1.8.2-x86_64-Linux-install
-rw-r--r--. 1 centos centos 87 7. Sep 11:58 Storage_Scale_Developer-5.1.8.2-x86_64-Linux-install.md5
[centos@ip-172-31-27-143 ~]$ exit
logout
Expand Down
2 changes: 1 addition & 1 deletion setup/install/common-preamble.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ usage(){
echo " AWS"
echo " VirtualBox"
echo " libvirt"
echo "<spectrumscale-version> is the full version number like 5.1.8.0"
echo "<spectrumscale-version> is the full version number like 5.1.8.2"
}

# Improve readability of output
Expand Down
2 changes: 1 addition & 1 deletion shared/Vagrantfile.common
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This file should be included by the Vagrantfile of each cluster configuration
#

$StorageScale_version = "5.1.8.0"
$StorageScale_version = "5.1.8.2"

Vagrant.configure('2') do |config|

Expand Down

0 comments on commit 245a665

Please sign in to comment.