Skip to content

Commit 5d5edcc

Browse files
authored
Merge pull request #124380 from Manjunath-microsoft/patch-7
Update upgrade-to-data-lake-storage-gen2-how-to.md
2 parents d35edc4 + d4dc433 commit 5d5edcc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/storage/blobs/upgrade-to-data-lake-storage-gen2-how-to.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ In some cases, you will have to allow time for clean-up operations after a featu
4848
> You cannot upgrade a storage account to Data Lake Storage that has **ever** had the change feed feature enabled.
4949
> Simply disabling change feed will not allow you to perform an upgrade. Instead, you must create an account with the hierarchical namespace feature enabled on it, and move then transfer your data into that account.
5050
51+
### Remove page blobs from the storage account
52+
53+
You cannot upgrade a storage account that contains page blobs. Make sure to remove page blobs from the storage account before you perform the upgrade.
54+
5155
### Ensure the segments of each blob path are named
5256

5357
The migration process creates a directory for each path segment of a blob. Data Lake Storage directories must have a name so for migration to succeed, each path segment in a virtual directory must have a name. The same requirement is true for segments that are named only with a space character. If any path segments are either unnamed (`//`) or named only with a space character (`_`), then before you proceed with the migration, you must copy those blobs to a new path that is compatible with these naming requirements.

0 commit comments

Comments
 (0)