It has been a hard experience to copy some Wasabi buckets to idrive e2. The copy starts but in the middle of the process errors like the ones below occur (different buckets, different storages):
Copying snapshot ******* at revision 193
Copying snapshot ******* at revision 194
Copying snapshot ******* at revision 195
Copying snapshot ******* at revision 196
Listing chunks/
^[OPFailed to list the directory chunks/: SerializationError: failed to unmarshal error message
status code: 502, request id: , host id:
caused by: UnmarshalError: failed to unmarshal error message
00000000 3c 68 74 6d 6c 3e 0d 0a 3c 68 65 61 64 3e 3c 74 |<html>..<head><t|
00000010 69 74 6c 65 3e 35 30 32 20 42 61 64 20 47 61 74 |itle>502 Bad Gat|
00000020 65 77 61 79 3c 2f 74 69 74 6c 65 3e 3c 2f 68 65 |eway</title></he|
00000030 61 64 3e 0d 0a 3c 62 6f 64 79 3e 0d 0a 3c 63 65 |ad>..<body>..<ce|
00000040 6e 74 65 72 3e 3c 68 31 3e 35 30 32 20 42 61 64 |nter><h1>502 Bad|
00000050 20 47 61 74 65 77 61 79 3c 2f 68 31 3e 3c 2f 63 | Gateway</h1></c|
00000060 65 6e 74 65 72 3e 0d 0a 3c 68 72 3e 3c 63 65 6e |enter>..<hr><cen|
00000070 74 65 72 3e 6e 67 69 6e 78 3c 2f 63 65 6e 74 65 |ter>nginx</cente|
00000080 72 3e 0d 0a 3c 2f 62 6f 64 79 3e 0d 0a 3c 2f 68 |r>..</body>..</h|
00000090 74 6d 6c 3e 0d 0a |tml>..|
caused by: expected element type <Error> but have <html>
Copying snapshot ******* at revision 93
Copying snapshot ******* at revision 94
Listing chunks/
Failed to list the directory chunks/: SerializationError: failed to unmarshal error message
status code: 502, request id: , host id:
caused by: UnmarshalError: failed to unmarshal error message
00000000 3c 68 74 6d 6c 3e 0d 0a 3c 68 65 61 64 3e 3c 74 |<html>..<head><t|
00000010 69 74 6c 65 3e 35 30 32 20 42 61 64 20 47 61 74 |itle>502 Bad Gat|
00000020 65 77 61 79 3c 2f 74 69 74 6c 65 3e 3c 2f 68 65 |eway</title></he|
00000030 61 64 3e 0d 0a 3c 62 6f 64 79 3e 0d 0a 3c 63 65 |ad>..<body>..<ce|
00000040 6e 74 65 72 3e 3c 68 31 3e 35 30 32 20 42 61 64 |nter><h1>502 Bad|
00000050 20 47 61 74 65 77 61 79 3c 2f 68 31 3e 3c 2f 63 | Gateway</h1></c|
00000060 65 6e 74 65 72 3e 0d 0a 3c 68 72 3e 3c 63 65 6e |enter>..<hr><cen|
00000070 74 65 72 3e 6e 67 69 6e 78 3c 2f 63 65 6e 74 65 |ter>nginx</cente|
00000080 72 3e 0d 0a 3c 2f 62 6f 64 79 3e 0d 0a 3c 2f 68 |r>..</body>..</h|
00000090 74 6d 6c 3e 0d 0a |tml>..|
caused by: expected element type <Error> but have <html>
Sometimes the process of chunks copying starts, but it stops in the middle with this error:
Failed to upload the chunk 864b1..................6bbed4b: SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
status code: 403, request id: 16F7205CC0408171, host id:
I was able to copy a bucket with a set of snapshots, and when running check
to verify that everything is ok, the first time it worked, but the second time:
2022-06-10 13:36:05.683 INFO SNAPSHOT_CHECK Listing all chunks
2022-06-10 13:36:05.683 TRACE LIST_FILES Listing chunks/
2022-06-10 13:48:09.022 ERROR LIST_FILES Failed to list the directory chunks/: SerializationError: failed to unmarshal error message
status code: 502, request id: , host id:
caused by: UnmarshalError: failed to unmarshal error message
00000000 3c 68 74 6d 6c 3e 0d 0a 3c 68 65 61 64 3e 3c 74 |<html>..<head><t|
00000010 69 74 6c 65 3e 35 30 32 20 42 61 64 20 47 61 74 |itle>502 Bad Gat|
00000020 65 77 61 79 3c 2f 74 69 74 6c 65 3e 3c 2f 68 65 |eway</title></he|
00000030 61 64 3e 0d 0a 3c 62 6f 64 79 3e 0d 0a 3c 63 65 |ad>..<body>..<ce|
00000040 6e 74 65 72 3e 3c 68 31 3e 35 30 32 20 42 61 64 |nter><h1>502 Bad|
00000050 20 47 61 74 65 77 61 79 3c 2f 68 31 3e 3c 2f 63 | Gateway</h1></c|
00000060 65 6e 74 65 72 3e 0d 0a 3c 68 72 3e 3c 63 65 6e |enter>..<hr><cen|
00000070 74 65 72 3e 6e 67 69 6e 78 3c 2f 63 65 6e 74 65 |ter>nginx</cente|
00000080 72 3e 0d 0a 3c 2f 62 6f 64 79 3e 0d 0a 3c 2f 68 |r>..</body>..</h|
00000090 74 6d 6c 3e 0d 0a |tml>..|
caused by: expected element type <Error> but have <html>
Yes, I noticed the nginx
there in the middle of the returned HTML…
Note: all this on 3 different machines, two VMs and one “physical”.
I’m starting to think if idrive e2 is reliable to store my backups…