filecoin-project / venus

Filecoin Full Node Implementation in Go
https://venus.filecoin.io
Other
2.05k stars 459 forks source link

venus-market初始化默认配置文件中的fs存在问题 #4906

Closed YiRuiLiher closed 2 years ago

YiRuiLiher commented 2 years ago

Checklist

Venus component

Venus Version

935fe72877925845420793df9f71cd2beb2b7f6b

Describe the Bug

venus-market在初始化时fs的默认配置文件

[PieceStorage] Fs = []

有效的配置文件

[[PieceStorage.Fs]] ReadOnly = false Path = "/storage-nfs-2/test-venus-3/"

toml存在多种配置的方式,但是并不能从这个模版中看出该如何配置

Logging Information

无log

Repo Steps

init

hunjixin commented 2 years ago

https://github.com/filecoin-project/venus/issues/5055