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

vfs: add BackupMeta in config #1460

Merged
merged 2 commits into from
Feb 21, 2022
Merged

vfs: add BackupMeta in config #1460

merged 2 commits into from
Feb 21, 2022

Conversation

SandyXSD
Copy link
Contributor

@SandyXSD SandyXSD commented Feb 21, 2022

Partially resolves #1452

@codecov-commenter
Copy link

Codecov Report

Merging #1460 (8ab94f8) into main (e8384e7) will decrease coverage by 0.15%.
The diff coverage is 19.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1460      +/-   ##
==========================================
- Coverage   59.36%   59.20%   -0.16%     
==========================================
  Files         131      131              
  Lines       21950    21967      +17     
==========================================
- Hits        13030    13005      -25     
- Misses       7372     7408      +36     
- Partials     1548     1554       +6     
Impacted Files Coverage Δ
cmd/gateway.go 29.44% <0.00%> (-0.17%) ⬇️
pkg/object/restful.go 20.15% <0.00%> (-0.32%) ⬇️
pkg/vfs/vfs.go 77.51% <ø> (ø)
cmd/format.go 62.50% <7.69%> (-3.14%) ⬇️
cmd/mount.go 72.52% <100.00%> (+0.08%) ⬆️
pkg/chunk/cached_store.go 70.76% <0.00%> (-3.47%) ⬇️
pkg/meta/tkv.go 75.20% <0.00%> (-0.65%) ⬇️
pkg/meta/sql.go 68.23% <0.00%> (-0.21%) ⬇️
pkg/chunk/disk_cache.go 80.78% <0.00%> (+1.97%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2d3bb70...8ab94f8. Read the comment docs.

@SandyXSD SandyXSD requested a review from davies February 21, 2022 11:47
@davies davies merged commit eb18091 into main Feb 21, 2022
@davies davies deleted the fix-vfs-conf branch February 21, 2022 12:29
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.

Refine missing mount options in the .config file
3 participants