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

Quiesce I/O in application containers before creating a Snapshot/Clone #46

Open
nixpanic opened this issue Oct 5, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@nixpanic
Copy link
Contributor

nixpanic commented Oct 5, 2022

It would be amazing if CSI-Addons can provide a way to temporary quiesce I/O while a volume snapshot is made.

The process could look a little like this:

  1. a user initiates Quiesce
  2. csi-addons execs a command in the application container (flush I/O, pause VM, ...)
  3. csi-addons calls fsfreeze or similar the NodePlugin where the volume is mounted
  4. the user creates a snapshot/clone
  5. csi-addons calls unfreeze or similar the NodePlugin where the volume is mounted
  6. csi-addons execs a command in the application container (resume VM, ...)
@nixpanic nixpanic added the enhancement New feature or request label Oct 5, 2022
@Madhu-1
Copy link
Member

Madhu-1 commented Oct 5, 2022

is it similar to the proposal kubernetes/enhancements#1995?

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

2 participants