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

feat: miner: display updated & update-cache for storage list #9323

Merged
merged 1 commit into from Sep 16, 2022
Merged

feat: miner: display updated & update-cache for storage list #9323

merged 1 commit into from Sep 16, 2022

Conversation

LexLuthr
Copy link
Contributor

@LexLuthr LexLuthr commented Sep 16, 2022

Related Issues

Proposed Changes

Additional Info

Checklist

Before you mark the PR ready for review, please make sure that:

  • All commits have a clear commit message.
  • The PR title is in the form of of <PR type>: <area>: <change being made>
    • example: fix: mempool: Introduce a cache for valid signatures
    • PR type: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, test
    • area: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps
  • This PR has tests for new functionality or change in behaviour
  • If new user-facing features are introduced, clear usage guidelines and / or documentation updates should be included in https://lotus.filecoin.io or Discussion Tutorials.
  • CI is green

@LexLuthr LexLuthr requested a review from a team as a code owner September 16, 2022 06:08
@LexLuthr
Copy link
Contributor Author

Sample output:

$ lotus-miner storage list
144e8c41-0381-4f15-8486-5cdbe2c17fd2:
	[                                                  ] 30.24 GiB/3.998 TiB 0%
	Unsealed: 0; Sealed: 0; Caches: 0; Update: 0; Update-Caches: 0; Reserved: 0 B
	Weight: 10; Use: Seal 
	URL: http://10.2.2.5:3456/remote (latency: 2.2ms)

72cfd87f-60fd-4d00-a9e9-dcc1d7046d36:
	[                                                  ] 6.523 GiB/931.1 GiB 0%
	Unsealed: 0; Sealed: 0; Caches: 0; Update: 0; Update-Caches: 0; Reserved: 0 B
	Weight: 10; Use: Seal 
	Local: /home/miner/tmp/tmp
	URL: http://209.94.92.3:2345/remote

9ed75093-f5ac-4629-bff5-676ddc4b383f:
	[###########################################       ] 803.1 GiB/931.1 GiB 86%
	Unsealed: 3; Sealed: 20; Caches: 22; Update: 0; Update-Caches: 0; Reserved: 0 B
	Weight: 10; Use: Store
	Local: /home/miner/storage/storage
	URL: http://209.94.92.3:2345/remote

b132b0ae-2e44-46cd-b7a4-16211c5317d9:
	[###########################                       ] 519.1 GiB/931.1 GiB 55%
	Unsealed: 8; Sealed: 6; Caches: 6; Update: 2; Update-Caches: 2; Reserved: 0 B
	Weight: 10; Use: Store
	Local: /home/miner/tmp1
	URL: http://209.94.92.3:2345/remote

@magik6k magik6k merged commit 7cfba5e into filecoin-project:master Sep 16, 2022
@LexLuthr LexLuthr deleted the feat/update-storage-output branch September 16, 2022 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants