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

Commit

Permalink
Update utils/functions
Browse files Browse the repository at this point in the history
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

Co-authored-by: Shashank Parulekar <shashank.parulekar@seagate.com>
Signed-off-by: Prasanna Dattatraya Kulkarni <prasanna.kulkarni@seagate.com>
  • Loading branch information
Prasanna Dattatraya Kulkarni and shashank-parulekar authored Aug 3, 2022
1 parent 72572df commit 32f0e3c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions utils/functions
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@
34sns-repair-1n-1f
35m0singlenode
36spare-reservation
# 37protocol ST checks checksum of the BE structures during
# developmental phase they are bound to fail so code
# changes 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.
# this ST confirms that no BE structures are changed
# in the new version of the code since that would
# create a mismatch of BE structures and thus cause
# corruption in case of upgrades. During development
# phase the BE structures are assumed to be modified
# and to avoid this ST from failing it is better to disable
# the ST until a GA release is done. After GA release this
# ST needs to be enabled to ensure that BE structure
# changes are allowed after a careful consideration.
37protocol
51kem)

Expand Down

0 comments on commit 32f0e3c

Please sign in to comment.