Skip to content

Commit 160d77b

Browse files
committed
Incorporate Balaji's updates
1 parent 0375f56 commit 160d77b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/import-export/storage-import-export-tool-reviewing-job-status-v1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Each data transfer for a disk generates a copy log. If you chose to save a verbo
4242
4343
## Review import logs
4444

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.
4646

4747
### Verbose logs
4848

@@ -90,25 +90,25 @@ During an export, the Import/Export service generates a verbose log and a copy l
9090

9191
### Verbose log
9292

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.
9494

9595
| Field | Description |
9696
|-------------|----------------------------------------------|
9797
| CloudFormat | BlockBlob, PageBlob, or AzureFile. |
9898
| Etag | The entity tag (ETag) for the resource, which is used for concurrency checking during the data transfer. |
9999
| Path | Path to the file within the storage account. |
100100
| 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+
103103

104104
#### Sample verbose log: export
105105

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.
107107

108108
```xml
109-
<File CloudFormat="BlockBlob" ETag="0x8D804D87F976907" Path="export-ut-invaliddirblobpath/movie/sc%3Aifi/block.blob" Size="4096" crc64="16033727819182370206">
110-
</File><File CloudFormat="BlockBlob" ETag="0x8D804D889880CC6" Path="export-ut-invaliddirblobpath/movie/sc#Aifi/block.blob" Size="4096" crc64="16033727819182370206">
111-
</File><File CloudFormat="BlockBlob" ETag="0x8D804D8F1BC81C0" Path="export-ut-invaliddirblobpath/@GMT-2001.03.30-14.44.00/block.blob" Size="4096" crc64="16033727819182370206">
109+
<File CloudFormat="BlockBlob" ETag="0x8D804D87F976907" Path="export-blobs/movie/sc%3Aifi/block.blob" Size="4096" crc64="16033727819182370206">
110+
</File><File CloudFormat="BlockBlob" ETag="0x8D804D889880CC6" Path="export-blobs/movie/sc#Aifi/block.blob" Size="4096" crc64="16033727819182370206">
111+
</File><File CloudFormat="BlockBlob" ETag="0x8D804D8F1BC81C0" Path="export-blobs/@GMT-2001.03.30-14.44.00/block.blob" Size="4096" crc64="16033727819182370206">
112112
</File>
113113
```
114114

@@ -176,7 +176,7 @@ You'll find the following errors in the copy logs for import jobs and/or export
176176
| `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 |
177177
| `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 |
178178
| `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 |
179-
| `ExportCloudHttp` |Unsupported blob type. |Yes |Yes |
179+
| `ExportCloudHttp` |Unsupported blob type. |No |Yes |
180180

181181

182182
## Next steps

0 commit comments

Comments
 (0)