mirror of https://github.com/mongodb/mongo
SERVER-114493 Remove stale TODO listed in SERVER-113402 (#44550)
GitOrigin-RevId: 4c26866b011517683cfc320385eed328ffd4323b
This commit is contained in:
parent
c3e3b9bfad
commit
c6ac93247e
|
|
@ -317,7 +317,6 @@ Status validateOldAndNewConfigsCompatible(const VersionContext& vCtx,
|
|||
Status validateMaintenancePortSettings(const VersionContext& vCtx, const ReplSetConfig& newConfig) {
|
||||
// TODO (SERVER-112863) Remove this check.
|
||||
// TODO (SERVER-113217) Ensure FCV stability of this check.
|
||||
// TODO (SERVER-113402) Check horizons for maintenance port as well.
|
||||
// TODO (SERVER-113536) Handle this check for disaggregated storage.
|
||||
// If any member config specifies a maintenance port, ensure that we are in an FCV which can
|
||||
// handle this.
|
||||
|
|
|
|||
Loading…
Reference in New Issue