Skip to content

Commit 9dcd3c7

Browse files
authored
fix(docs): reference tagged commit in old changelog link (#12805)
1 parent fc70735 commit 9dcd3c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/changelog/CHANGELOG_1.1x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ If you are running into issue with updating your miner node from an earlier rele
212212
New sector storage: <%d>
213213
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>'
214214
```
215-
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
216-
). 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.
215+
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).
216+
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.
217217

218218
## Bug Fixes
219219

0 commit comments

Comments
 (0)