mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: add snapshot e2e test
This commit is contained in:
@@ -127,6 +127,7 @@ func snapshotSaveCommandFunc(cmd *cobra.Command, args []string) {
|
||||
exiterr := fmt.Errorf("could not rename %s to %s (%v)", partpath, path, rerr)
|
||||
ExitWithError(ExitIO, exiterr)
|
||||
}
|
||||
fmt.Printf("Snapshot saved at %s\n", path)
|
||||
}
|
||||
|
||||
func snapshotStatusCommandFunc(cmd *cobra.Command, args []string) {
|
||||
|
||||
Reference in New Issue
Block a user