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

Add code change for async generic data path #6226

Merged
merged 3 commits into from
May 22, 2023

Conversation

Lyndon-Li
Copy link
Contributor

@Lyndon-Li Lyndon-Li commented May 4, 2023

Add code change for async generic data path that is used by both PVB/PVR and data mover

Fix issue #6125

@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch 12 times, most recently from 7a2cfeb to f043426 Compare May 5, 2023 09:40
@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch from f043426 to c606f00 Compare May 5, 2023 10:08
@codecov-commenter
Copy link

codecov-commenter commented May 5, 2023

Codecov Report

Merging #6226 (7b647db) into main (5b75f35) will decrease coverage by 0.19%.
The diff coverage is 25.83%.

@@            Coverage Diff             @@
##             main    #6226      +/-   ##
==========================================
- Coverage   41.17%   40.99%   -0.19%     
==========================================
  Files         252      255       +3     
  Lines       23519    23794     +275     
==========================================
+ Hits         9684     9754      +70     
- Misses      13077    13282     +205     
  Partials      758      758              
Impacted Files Coverage Δ
pkg/cmd/cli/nodeagent/server.go 11.76% <0.00%> (+0.04%) ⬆️
pkg/controller/pod_volume_restore_controller.go 20.16% <0.00%> (-4.84%) ⬇️
pkg/uploader/provider/provider.go 0.00% <0.00%> (ø)
pkg/uploader/provider/restic.go 26.04% <ø> (ø)
pkg/uploader/types.go 100.00% <ø> (ø)
pkg/util/kube/utils.go 73.79% <ø> (ø)
pkg/controller/pod_volume_backup_controller.go 22.68% <17.21%> (-16.06%) ⬇️
pkg/datapath/file_system.go 31.53% <31.53%> (ø)
pkg/uploader/kopia/snapshot.go 34.23% <39.13%> (+0.14%) ⬆️
pkg/uploader/provider/kopia.go 54.92% <51.85%> (-2.33%) ⬇️
... and 2 more

@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch 2 times, most recently from 277b4e9 to f671a2f Compare May 12, 2023 03:56
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch from f671a2f to 623da51 Compare May 12, 2023 04:02
blackpiglet
blackpiglet previously approved these changes May 15, 2023
sseago
sseago previously approved these changes May 16, 2023
@Lyndon-Li Lyndon-Li dismissed stale reviews from sseago and blackpiglet via acfd0fd May 17, 2023 02:04
@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch from acfd0fd to 9bfb947 Compare May 17, 2023 02:12
@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch 4 times, most recently from 7b647db to 3858832 Compare May 17, 2023 06:12
Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
@Lyndon-Li Lyndon-Li force-pushed the data-mover-generic-data-path branch from 3858832 to 9ab8589 Compare May 17, 2023 07:04
@Lyndon-Li Lyndon-Li merged commit 25fb08b into vmware-tanzu:main May 22, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants