forked from TrueCloudLab/frostfs-node
[#1902] shard: Fix pilorama disabled err message
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
19850ef157
commit
2e199c7ab1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
||||||
var _ pilorama.Forest = (*Shard)(nil)
|
var _ pilorama.Forest = (*Shard)(nil)
|
||||||
|
|
||||||
// ErrPiloramaDisabled is returned when pilorama was disabled in the configuration.
|
// ErrPiloramaDisabled is returned when pilorama was disabled in the configuration.
|
||||||
var ErrPiloramaDisabled = errors.New("plorama is disabled")
|
var ErrPiloramaDisabled = errors.New("pilorama is disabled")
|
||||||
|
|
||||||
// TreeMove implements the pilorama.Forest interface.
|
// TreeMove implements the pilorama.Forest interface.
|
||||||
func (s *Shard) TreeMove(d pilorama.CIDDescriptor, treeID string, m *pilorama.Move) (*pilorama.LogMove, error) {
|
func (s *Shard) TreeMove(d pilorama.CIDDescriptor, treeID string, m *pilorama.Move) (*pilorama.LogMove, error) {
|
||||||
|
|
Loading…
Reference in a new issue