Skip to content

Commit 9f906dc

Browse files
authored
Merge pull request #1539 from umagnus/add_cloning_doc
doc: improve volume cloning doc
2 parents 1bc2125 + 52b608a commit 9f906dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/example/cloning/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
## Prerequisites
88
- Make sure that the virtual network, where the driver controller pod is deployed, is added to the allowed list of the storage account's VNet setting.
99
- Before proceeding, ensure that the application is not writing data to the source volume.
10+
- In order to allow the use of a managed identity, the source storage account requires the `Storage Blob Data Reader` role, while the destination storage account requires the `Storage Blob Data Contributor` role. If the Storage Blob Data role is not granted, the CSI driver will use a SAS token as a fallback.
1011

1112
## Create a Source PVC
1213

0 commit comments

Comments
 (0)