mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-15 00:13:30 +01:00
lib/storage: fix typo
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
4f876ada0e
commit
91e365acb6
@ -257,7 +257,7 @@ func mustOpenPartition(smallPartsPath, bigPartsPath string, s *Storage) *partiti
|
||||
|
||||
name := filepath.Base(smallPartsPath)
|
||||
if !strings.HasSuffix(bigPartsPath, name) {
|
||||
logger.Panicf("FATAL: patititon name in bigPartsPath %q doesn't match smallPartsPath %q; want %q", bigPartsPath, smallPartsPath, name)
|
||||
logger.Panicf("FATAL: partition name in bigPartsPath %q doesn't match smallPartsPath %q; want %q", bigPartsPath, smallPartsPath, name)
|
||||
}
|
||||
|
||||
partNamesSmall, partNamesBig := mustReadPartNames(smallPartsPath, bigPartsPath)
|
||||
|
Loading…
Reference in New Issue
Block a user