We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
当前使用 sealing_thread 配置热更新功能修改 sealing_thread 的 plan 时,不方便判断是否已经完成 plan 切换,增加一列 plan 信息便于观察。
venus-sector-manager util worker info <worker instance name or address> example:
venus-sector-manager util worker info <worker instance name or address>
Index Loc plan SectorID Paused PausedElapsed State LastErr 0 /path/to/store1 sealer s-xxx-103 false NULL PersistanceSubmitted NULL 1 /path/to/store2 rebuild s-xxx-104 false NULL PCSubmitted NULL 2 /path/to/store3 snapup s-xxx-102 false NULL ProofSubmitted NULL ^^^^^ 新增
venus-worker worker list example:
venus-worker worker list
#0: "/path/to/store1"; plan=sealer, sector_id=Some(s-xxx-1), paused=false, paused_elapsed=None, state=Empty, last_err=None ^^^^^^^^^^^ #1: "/path/to/store2"; plan=rebuild, sector_id=Some(s-xxx-2), paused=false, paused_elapsed=None, state=Empty, last_err=None ^^^^^^^^^^^ #2: "/path/to/store3"; plan=snapup, sector_id=Some(s-xxx-3), paused=false, paused_elapsed=None, state=Empty, last_err=None ^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
cc @remakeZK
Sorry, something went wrong.
这个 issue 为啥没有自动关掉。close by #439
0x5459
No branches or pull requests
模块 / Components
描述 / Description
当前使用 sealing_thread 配置热更新功能修改 sealing_thread 的 plan 时,不方便判断是否已经完成 plan 切换,增加一列 plan 信息便于观察。
venus-sector-manager util worker info <worker instance name or address>
example:venus-worker worker list
example:The text was updated successfully, but these errors were encountered: