diff --git a/documentation/changelog/CHANGELOG_1.1x.md b/documentation/changelog/CHANGELOG_1.1x.md index a6563a79aa..4dab1ec90e 100644 --- a/documentation/changelog/CHANGELOG_1.1x.md +++ b/documentation/changelog/CHANGELOG_1.1x.md @@ -212,8 +212,8 @@ If you are running into issue with updating your miner node from an earlier rele New sector storage: <%d> Nov 19 15:03:43 g0lotus01 lotus-miner[]: ERROR: creating node: starting node: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): failed to build *paths.Local: received non-nil error from function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): opening path /media/data1/lotusstorage: path with ID <%d> already opened: '' ``` -If so, this check is introduced via [#9032](https://github.com/filecoin-project/lotus/pull/9032), precisely this [line](https://github.com/filecoin-project/lotus/blame/master/storage/paths/local.go#L164-L166 -). It's added to prevents double-attaching paths given it's now possible to manipulate paths at runtime. Verify storage.json configs if you encounter this error or remove the undesired depulicated path as you see fit accordingly. +If so, this check is introduced via [#9032](https://github.com/filecoin-project/lotus/pull/9032), precisely this [line](https://github.com/filecoin-project/lotus/blob/v1.18.1/storage/paths/local.go#L221~L223). +It's added to prevents double-attaching paths given it's now possible to manipulate paths at runtime. Verify storage.json configs if you encounter this error or remove the undesired duplicated path as you see fit accordingly. ## Bug Fixes