-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[BUG] Failed to use AzurePageBlob.UploadPagesFromUriAsync with data from managed disk incremental snapshot #23031
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage. Issue DetailsDescribe the bug Expected behavior Actual behavior (include Exception or Stack Trace) Content:
Headers: To Reproduce
Environment:
|
I tested with Azure.Storage.Blobs 120.10.0-beta.2, still got the error. |
@kasobol-msft can you take a quick look at this tomorrow. |
@Yutolivo Thank you for reporting. I was able to reproduce this problem using the sample. While this is investigated further the workaround is to downgrade service version used by |
Many thanks to the team! I can copy the page ranges with the workaround. But may I know if this issue will be fixed in the further version of Azure.Storage.Blobs and how can I be informed. |
@Yutolivo Yes, we'll be working on the fix and will post update here when this is addressed. |
The service fix is still rolling out. I am trying to get an ETA for it. |
The service fix has rolled out for this. |
Update readme.python.md (Azure#23031)
Describe the bug
Use API AzurePageBlob.UploadPagesFromUriAsync to upload a page into target page blob while the source Uri is the SAS Uri from a incremental managed disk snapshot.
Expected behavior
Upload pages successfully.
Actual behavior (include Exception or Stack Trace)
Source blob of a copy operation cannot be non-snapshot incremental copy blob.
RequestId:04d2b21f-201e-00c3-1eb7-865f83000000
Time:2021-08-01T09:24:52.9391333Z
Status: 409 (Source blob of a copy operation cannot be non-snapshot incremental copy blob.)
ErrorCode: CopySourceCannotBeIncrementalCopyBlob
Content:
CopySourceCannotBeIncrementalCopyBlob
Source blob of a copy operation cannot be non-snapshot incremental copy blob.RequestId:04d2b21f-201e-00c3-1eb7-865f83000000
Time:2021-08-01T09:24:52.9391333Z
Headers:
Server: Windows-Azure-Blob/1.0,Microsoft-HTTPAPI/2.0
x-ms-error-code: CopySourceCannotBeIncrementalCopyBlob
x-ms-request-id: 04d2b21f-201e-00c3-1eb7-865f83000000
x-ms-version: 2020-08-04
x-ms-client-request-id: 560c07cb-5c97-4667-9636-e2af49757d34
Date: Sun, 01 Aug 2021 09:24:52 GMT
Content-Length: 284
Content-Type: application/xml
To Reproduce
Environment:
The text was updated successfully, but these errors were encountered: