Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 2d61ad1

Browse files
author
Prasanna Kulkarni
committed
CORTX-33718: Disable 37protocol till release time
Problem: 37protocol ST checks checksum of the BE structures during developmental phase they are bound to fail as structures may change so codechanges are required but ST has to be in disabled state for now when the release is in GA phase we will enable the ST again to ensure there will be no changes in BE structures. Solution: Disable 37protocol till release time Signed-off-by: Prasanna Kulkarni <[email protected]>
1 parent debb421 commit 2d61ad1

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

st/protocol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ popd
5858
echo "Comparing '$proto_dev' and '$proto_current' files"
5959
$diff_cmd $proto_dev $proto_current
6060
exit_code=$?
61+
if [ $exit_code -ne 0 ]; then
62+
echo -n "37protocol ST may fail if there are some local changes done to"
63+
echo " the BE structures and such failures can be safely ignored."
64+
fi
6165

6266
# remove test files
6367
rm -rf $test_dir 2>&1> /dev/null

utils/functions

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,6 @@
3333
34sns-repair-1n-1f
3434
35m0singlenode
3535
36spare-reservation
36-
# 37protocol ST checks checksum of the BE structures during
37-
# developmental phase they are bound to fail so code
38-
# changes are required but ST has to be in disabled
39-
# state for now when the release is in GA phase we will
40-
# enable the ST again to ensure there will be no changes
41-
# in BE structures.
42-
37protocol
4336
51kem)
4437

4538
# libisal does not need kernel based ST

0 commit comments

Comments
 (0)