Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

market v1最新master和sealer兼容问题? #4760

Closed
Fatman13 opened this issue Feb 11, 2022 · 4 comments
Closed

market v1最新master和sealer兼容问题? #4760

Fatman13 opened this issue Feb 11, 2022 · 4 comments
Labels
C-bug Category: This is a bug CU-community Category: from community
Milestone

Comments

@Fatman13
Copy link
Contributor

Fatman13 commented Feb 11, 2022

原文: @seantw

market最新master

venus-sealer --version
venus-sealer version 1.3.4-rc1+git.ac46dfb.dirty

venus-wallet --version
venus remote-wallet version 1.3.0'+gitbfa623c'

出現了 stat異常

error getting ~/.venusmarket info: stat ~/.venusmarket: no such file or directory

stat ~/.venusmarket
File: /root/.venusmarket -> /raid03/.venusmarket/
Size: 21 Blocks: 0 IO Block: 4096 symbolic link
Device: 802h/2050d Inode: 16150322 Links: 1
Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2022-02-10 22:43:03.731640987 +0800
Modify: 2021-12-29 14:07:21.252236958 +0800
Change: 2022-02-10 22:42:56.891650734

@Fatman13 Fatman13 added the C-bug Category: This is a bug label Feb 11, 2022
@Fatman13 Fatman13 added this to the Sprint 33 milestone Feb 11, 2022
@Fatman13 Fatman13 added the CU-community Category: from community label Feb 11, 2022
@Fatman13 Fatman13 changed the title market v1 最新master和sealer兼容问题? market v1最新master和sealer兼容问题? Feb 14, 2022
@cloudxin
Copy link

在calibnet的V15网络上,用venus-sealer version 1.4.0-rc5+git.1ddbde5venus-market v2.0.0-rc3 5ea3e7f版本是没有问题的

@cloudxin
Copy link

cloudxin commented Feb 14, 2022

venus-sealer的配置文件中,确保有以下配置:
其中, PieceStorage配置项只能有一个Eanble=true.

[MarketNode]
  Url = "/ip4/127.0.0.1/tcp/41235"
  Token = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJu"

[PieceStorage]
  [PieceStorage.Fs]
    Enable = false
    Path = "/filestore"    //对应venus-market上的PieceStorage路径
  [PieceStorage.S3]
    Enable = false
    EndPoint = ""
    AccessKey = ""
    SecretKey = ""
    Token = ""
  [PieceStorage.PreSignS3] // 接入孵化器, 和管理人员确认后, 可以使用这个配置
    Enable = true

@Fatman13
Copy link
Contributor Author

@cloudxin 这个问题解决了?

@cloudxin
Copy link

cloudxin commented Feb 17, 2022

没有问题,主要是因为版本在升级过程中一些配置的变更导致启动market报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug CU-community Category: from community
Projects
None yet
Development

No branches or pull requests

2 participants