-
Notifications
You must be signed in to change notification settings - Fork 134
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
putsnapshot to EBS handler #1268
Conversation
Even after these changes I'm still unable to create a snapshot. Using a 54MB image:
Now Ops gets stuck forever in this state (with no error messages), even long after uploading of the snapshot blocks is terminated. In the AWS portal, the snapshot status is "Error" (before these changes, it would stay in a "Pending" status). |
|
@olegpono I tested with your ops-1244 binary, and I still have the issue. I tried once with a 54MB image and once with "BaseVolumeSz": "100m", and both attempts got stuck in "creating snapshot" (and the snapshots in AWS ended up in "Error" status).
|
I tried with both 500m and 1g and seemed to address the problem I saw, but I was going to a local region to me (us-west) so perhaps this issue can pop up if you are going from say eu <> us regions? |
I just tried using a local region (eu-central-1), but the problem persists. |
If I let |
@francescolavra Please help me test this build (https://www.dropbox.com/s/6u0xr22mhrqsmw6/ops-1244-debug?dl=1 ) |
Thanks @olegpono, with this build I can successfully create images.
|
@francescolavra This debug log is just for the build ( https://www.dropbox.com/s/6u0xr22mhrqsmw6/ops-1244-debug?dl=1). |
Fixed #1244