forked from TrueCloudLab/frostfs-node
[#1382] ir: Replace deprecated methods
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
d4be2f20d4
commit
a603d14d08
6 changed files with 10 additions and 10 deletions
|
@ -60,7 +60,7 @@ func (c *cleanupTable) update(snapshot netmap.NetMap, now uint64) {
|
|||
}
|
||||
|
||||
access.binNodeInfo = binNodeInfo
|
||||
access.maintenance = nmNodes[i].IsMaintenance()
|
||||
access.maintenance = nmNodes[i].Status().IsMaintenance()
|
||||
|
||||
newMap[keyString] = access
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue