From 03aabc3fc6981309790020cdff2bb6a52bf85ca8 Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Mon, 28 Nov 2022 12:27:38 -0500 Subject: [PATCH] Make unsealing part of the no local sealing config --- itests/kit/ensemble.go | 1 + 1 file changed, 1 insertion(+) diff --git a/itests/kit/ensemble.go b/itests/kit/ensemble.go index 956d243a3..8b92202dc 100644 --- a/itests/kit/ensemble.go +++ b/itests/kit/ensemble.go @@ -708,6 +708,7 @@ func (n *Ensemble) Start() *Ensemble { scfg.Storage.AllowPreCommit1 = false scfg.Storage.AllowPreCommit2 = false scfg.Storage.AllowCommit = false + scfg.Storage.AllowUnseal = false } scfg.Storage.Assigner = assigner