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

Data mover Micro Service -- support NFS/local-volume/host-path volume as target BSL #8190

Open
Lyndon-Li opened this issue Sep 6, 2024 · 2 comments

Comments

@Lyndon-Li
Copy link
Contributor

Lyndon-Li commented Sep 6, 2024

As mentioned by the Data Mover Micro Service design here, with data mover ms, we can support NFS/local-volume/host-path PVC/PV as target volume, specifically:

  • Dynamically mount the PVC/PV to data mover pod as target volume(or source volume for restore)
  • Access the volume as local file system
  • Use the file system as target of VGDP

We need to fix the gaps to make this through, i.e., define the fields in the BSL to support PVC/PV as the target; mount the volume in exposer; how to deal with the dynamic provisioned PV and static provisioned PV

This partially fix #6197 and #1229, the fs-backup as to be covered by #6197 and resource backup as to be covered by #1229 will not be covered by this issue.

@weshayutin
Copy link
Contributor

@kaovilai please review :)

@kaovilai
Copy link
Contributor

kaovilai commented Sep 6, 2024

IIUC #1229 should be completed first since that make available a BSL that is NFS/PV, then #6197 needs to be consume that BSL then #8190 can complete.

@Lyndon-Li Lyndon-Li changed the title Data mover Micro Service -- support NFS/local-volume/host-path volume as target volume Data mover Micro Service -- support NFS/local-volume/host-path volume as target BSL Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants