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

rethink Status struct for with proper semantics all features #15

Open
alaypatel07 opened this issue Mar 1, 2022 · 0 comments
Open

rethink Status struct for with proper semantics all features #15

alaypatel07 opened this issue Mar 1, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@alaypatel07
Copy link
Contributor

alaypatel07 commented Mar 1, 2022

Describe the feature you'd like to have.
Once an rsync client pod has started, it would be good to get the following:

  • StartedTime
  • Progress Percentage
  • Last few lines of logs for at a glance debugging

As the rsync pod completes, it would be good to get:

  • FinishedAt
  • exit code
  • last few lines of logs

If the rsync pod is not running, would be good to heuristic of why it is not running

What is the value to the end user? (why is it a priority?)
The user of the library will be able to expose this information in their ux workflow

How will we know we have a good solution? (acceptance criteria)
The struct makes good semantic meaning for all scenarios

Additional context
Some of the options proposed and discussed were here in the PRR https://github.com/backube/pvc-transfer/pull/14/files#r812114598

@alaypatel07 alaypatel07 added the enhancement New feature or request label Mar 1, 2022
@alaypatel07 alaypatel07 changed the title re-thing Status struct for with proper semantics all features rethink Status struct for with proper semantics all features Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant