Merge PR #10059: Port OSS changes from #1497

This commit is contained in:
Aleksandr Bezobchuk
2020-10-01 15:15:20 -04:00
committed by GitHub
parent a4739242cd
commit d7e7db8c96
5 changed files with 35 additions and 4 deletions

View File

@@ -92,6 +92,10 @@ var (
}
checkRaw = func(b *SystemBackend, path string) error { return nil }
wrapHandleRaftRemovePeer = func(b *SystemBackend) framework.OperationFunc {
return b.handleRaftRemovePeerUpdate()
}
)
// tuneMount is used to set config on a mount point