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 fly volume snapshot create #3087

Merged
merged 1 commit into from
Jan 13, 2024
Merged

Add fly volume snapshot create #3087

merged 1 commit into from
Jan 13, 2024

Conversation

kzys
Copy link
Member

@kzys kzys commented Dec 1, 2023

This new command is used to snapshot volumes on-demand.

Change Summary

What and Why: Adding a new command to snapshot volumes on-demand. In addition to daily snapshots, customers are now able to take arbitrary number of snapshots.

How: By adding the functionality on the server-side. In other words, we cannot merge the PR until we update the servers.

Related to:


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

@kzys kzys marked this pull request as draft December 1, 2023 22:04
@kzys kzys force-pushed the create-volume-snapshot branch from cfa59c1 to a3beb23 Compare December 7, 2023 19:09
@kzys kzys marked this pull request as ready for review December 7, 2023 21:54
@kzys
Copy link
Member Author

kzys commented Dec 7, 2023

Not ready for merge (because the backend is not there) but ready for review.


cmd := command.New(usage, short, long, create, command.RequireSession)

cmd.Aliases = []string{"create"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to alias the command name. It is "extracted" from usage field.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL! Fixed in the last revision.

@kzys kzys force-pushed the create-volume-snapshot branch 2 times, most recently from 4cb580f to 8d77cb6 Compare January 12, 2024 21:44
This new command is used to snapshot volumes on-demand.
@kzys kzys force-pushed the create-volume-snapshot branch from 8d77cb6 to 0cc2b03 Compare January 12, 2024 21:56
@kzys kzys merged commit 59a16d0 into master Jan 13, 2024
43 checks passed
@kzys kzys deleted the create-volume-snapshot branch January 13, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants