You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/import-export/storage-import-export-tool-reviewing-job-status-v1.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Each data transfer for a disk generates a copy log. If you chose to save a verbo
42
42
43
43
## Review import logs
44
44
45
-
During an import, the Import/Export service generates a verbose log and a copy log for each disk.
45
+
During an import, the Import/Export service generates a verbose log and a copy log for each disk.
46
46
47
47
### Verbose logs
48
48
@@ -90,25 +90,25 @@ During an export, the Import/Export service generates a verbose log and a copy l
90
90
91
91
### Verbose log
92
92
93
-
The verbose log for an export is a simple listing of all files that were successfully exported from the Azure storage account to the drive. Teh verbose log gives the following information for each file. The verbose log doesn’t provide summary information.
93
+
The verbose log for an export is a simple listing of all files that were successfully exported from the Azure storage account to the drive. The verbose log gives the following information for each file. The verbose log doesn’t provide summary information.
| CloudFormat | BlockBlob, PageBlob, or AzureFile. |
98
98
| Etag | The entity tag (ETag) for the resource, which is used for concurrency checking during the data transfer. |
99
99
| Path | Path to the file within the storage account. |
100
100
| Size | File or blob size. |
101
-
| crc64 |Checksum when cyclic redundancy check 64 (CRC64) was used to verify data integrity during data transfer. |
102
-
| md5 | Checksum when Message Digest Algorithm 5 (MD5) was used to verify data integrity during data transfer. |
101
+
| crc64 |The cyclic redundancy check 64 (CRC64) checksum that was computed while exporting data to disk. |
102
+
103
103
104
104
#### Sample verbose log: export
105
105
106
-
In the following sample verbose log, the export job successfully transferred three blobs from Azure Blob storage.*TBD: Simplify paths in these log entries!*
106
+
In the following sample verbose log, the export job successfully transferred three blobs from Azure Blob storage.
@@ -176,7 +176,7 @@ You'll find the following errors in the copy logs for import jobs and/or export
176
176
|`FileRenamed`|Renamed the file because the original file name doesn't follow [Azure naming conventions](../databox/data-box-disk-limits.md#azure-block-blob-page-blob-and-file-naming-conventions). The original file has been renamed to AzureFile/DataBox-<*GUID*> from <*original name*>. |No |Yes |
177
177
|`DiskRenamed`|Renamed the managed disk file because the original file name doesn't follow [Azure naming conventions for managed disks](../databox/data-box-disk-limits.md#managed-disk-naming-conventions). The original managed disk file was renamed to ManagedDisk/DataBox-<*GUID*> from <*original name*>. |No |Yes |
178
178
|`FileNameTrailsWithSlash`|Blob name or file name ends with a trailing slash. A blob name or file name that ends with a trailing backslash or forward slash can't be exported to disk. |No |Yes |
0 commit comments