我无法将Azure存储标准迁移到高级版

问题描述 投票:0回答:2

我需要将天蓝色的Blob存储从标准迁移到高级

我尝试exec

azcopy.exe copy [source with SAS] [destination with SAS] --recursive

并返回此错误:

RESPONSE Status: 404 The specified blob does not exist.
   Content-Length: [216]
   Content-Type: [application/xml]
   Date: [Tue, 08 Oct 2019 16:34:11 GMT]
   Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]
   X-Ms-Error-Code: [BlobNotFound]
   X-Ms-Request-Id: [5f5b409d-d01c-000e-1df6-7d67ae000000]
   X-Ms-Version: [2018-11-09]

然后,我尝试

azcopy.exe copy [source with SAS] [destination with SAS] --blob-type PageBlob --recursive

并且所有文件都归档,因为:

Content-Length: [0]                                                                                                                                                                                                                          
User-Agent: [AzCopy/10.2.1 Azure-Storage/0.7 (go1.12; Windows_NT)]                                                                                                                                                                           
X-Ms-Blob-Cache-Control: []                                                                                                                                                                                                                  
X-Ms-Blob-Content-Disposition: []                                                                                                                                                                                                            
X-Ms-Blob-Content-Encoding: []                                                                                                                                                                                                               
X-Ms-Blob-Content-Language: []                                                                                                                                                                                                               
X-Ms-Blob-Content-Length: [777475]                                                                                                                                                                                                           
X-Ms-Blob-Content-Type: [image/jpeg]                                                                                                                                                                                                         
X-Ms-Blob-Sequence-Number: [0]                                                                                                                                                                                                               
X-Ms-Blob-Type: [PageBlob]                                                                                                                                                                                                                   
X-Ms-Client-Request-Id: [...]                                                                                                                                                                               
X-Ms-Version: [2018-03-28]                                                                                                                                                                                                                   
--------------------------------------------------------------------------------                                                                                                                                                             
RESPONSE Status: 400 The value for one of the HTTP headers is not in the correct format.                                                                                                                                                     
Content-Length: [337]                                                                                                                                                                                                                        
Content-Type: [application/xml]                                                                                                                                                                                                              
Date: [Tue, 08 Oct 2019 16:29:51 GMT]                                                                                                                                                                                                        
Server: [Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0]                                                                                                                                                                                       
X-Ms-Error-Code: [InvalidHeaderValue]                                                                                                                                                                                                        
X-Ms-Request-Id: [...]                                                                                                                                                                                      
X-Ms-Version: [2018-03-28]  

如何将区块链转换为页面链?

谢谢

azure blob azure-storage azure-storage-blobs
2个回答
1
投票
如何将区块链转换为页面链?

0
投票
我可以重现您的问题,该问题是由您在源容器中的块Blob大小不是512字节的倍数引起的。
© www.soinside.com 2019 - 2024. All rights reserved.