Update straw algorithm

After upgrading to Nautilus, it is needed to update straw algorithm to
straw2.
This change is needed for fresh installs starting from STX.6.0

Testing performed:
- Upgrade of 2+2+2
- Upgrade of AIO-DX
- Upgrade of AIO-SX
- Fresh install of AIO-SX
- Fresh install of AIO-DX
- Fresh install of 2+2

Story: 2009074
Task: 43971

Signed-off-by: Vinicius Lopes da Silva <vinicius.lopesdasilva@windriver.com>
Change-Id: I8c5d358b37e4d382553116184c4d7968885e70f6
This commit is contained in:
Vinicius Lopes da Silva 2021-11-14 00:53:43 -03:00
parent 5bcd7b22da
commit 56c6f44dbb
3 changed files with 11 additions and 11 deletions

View File

@ -25,20 +25,20 @@ type 10 root
host controller-0 {
id -3 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
}
chassis group-0 {
id -2 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item controller-0 weight 0.000
}
root storage-tier {
id -1 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item group-0 weight 0.000
}

View File

@ -25,19 +25,19 @@ type 10 root
host controller-0 {
id -4 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
}
host controller-1 {
id -3 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
}
chassis group-0 {
id -2 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item controller-0 weight 0.000
item controller-1 weight 0.000
@ -45,7 +45,7 @@ chassis group-0 {
root storage-tier {
id -1 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item group-0 weight 0.000
}

View File

@ -25,19 +25,19 @@ type 10 root
host storage-0 {
id -4 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
}
host storage-1 {
id -5 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
}
chassis group-0 {
id -3 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item storage-0 weight 0.000
item storage-1 weight 0.000
@ -45,7 +45,7 @@ chassis group-0 {
root storage-tier {
id -1 # do not change unnecessarily
# weight 0.000
alg straw
alg straw2
hash 0 # rjenkins1
item group-0 weight 0.000
}