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 operator for DataTransfer #295

Open
disrani-px opened this issue Mar 19, 2019 · 0 comments
Open

Add operator for DataTransfer #295

disrani-px opened this issue Mar 19, 2019 · 0 comments
Labels
feature The change adds a new feature
Milestone

Comments

@disrani-px
Copy link
Contributor

Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST

What happened:
There are use cases where users want to transfer data from one source to another.

  1. PVC backed by a storage provider to a PVC backed by another storage provider
  2. Data from objectstore/ftp/website/hdfs to a PVC
  3. The reverse of (2)

We can provide a generic operator to drive these so that users don't need to worry about the details on how these can be achieved

What you expected to happen:
Need the following:

  1. A CRD to specify the different types of data sources and
  2. An operator which can spin up pods to perform data transfer between different types of data sources and report the status
@disrani-px disrani-px added the feature The change adds a new feature label Mar 19, 2019
@disrani-px disrani-px added this to the 2.3.0 milestone Mar 19, 2019
@disrani-px disrani-px modified the milestones: 2.3.0, 2.4.0 Apr 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The change adds a new feature
Projects
None yet
Development

No branches or pull requests

1 participant