Skip to content

Commit

Permalink
fix(docs): reference tagged commit in old changelog link (#12805)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmjae authored Jan 6, 2025
1 parent fc70735 commit 9dcd3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/changelog/CHANGELOG_1.1x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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[<id>]: 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: '<path>'
```
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

Expand Down

0 comments on commit 9dcd3c7

Please sign in to comment.