-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Backups with errors aren't marked as partially complete #509
Comments
This should show up as an error. Could you please let us know what type of
issue you had with your credentials so we can try to reproduce the problem?
Could you please also share any relevant lines from the backup’s log and
from the ark server pod’s log that show snapshot issues? Thanks!
…On Mon, May 21, 2018 at 2:11 AM Calle Pettersson ***@***.***> wrote:
I had a permission issue with my cloud credentials which resulted in Ark
not being able to snapshot volumes. However, without going through the
logs, it seems like there is no indication of this failure: ark backup get
lists it as ´Completed, andark backup describe my-backuponly has a field
forValidation errors`, which is empty (reasonably enough).
Shouldn't there be some more indication that errors happened at least?
Since I didn't see any errors, I restored the backup, and get to a
semi-broken state since the pv/pvc objects aren't created.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#509>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAABYstei_0NdiKz96i9dMj0Qg1st_FFks5t0lqhgaJpZM4UGevw>
.
|
There were two issues, actually. Some setup-info for context: First, I had not given the service principal access on the right resource groups (I cannot follow the guide entirely, since I cannot give subscription-wide access to service accounts, and made a manual mistake here). So this caused a bunch of 403:s (but still successful backup state). Then, I had misconfigured the I'll sanitize the logs and post them as a gist in a few minutes |
Here's the output from the first scenario: https://gist.github.com/carlpett/dbb1d336461a6de8207facdd7685b2c1 |
@carlpett I'm surprised this showed up as |
@carlpett this is it! Thank you! We'll get this fixed in master asap (unless you want to do a PR?). |
Nice! I'll gladly make a PR :) |
Somewhat related: #511 |
I had a permission issue with my cloud credentials which resulted in Ark not being able to snapshot volumes. However, without going through the logs, it seems like there is no indication of this failure:
ark backup get
lists it asCompleted
, andark backup describe my-backup
only has a field forValidation errors
, which is empty (reasonably enough).Shouldn't there be some more indication that errors happened at least? Since I didn't see any errors, I restored the backup, and get to a semi-broken state since the pv/pvc objects aren't created.
The text was updated successfully, but these errors were encountered: