Skip to content

Commit 7444b4e

Browse files
Merge pull request #226860 from khdownie/kendownie020923
removing links to rest api limitations page
2 parents e42237f + 62bee49 commit 7444b4e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

articles/storage/files/storage-files-migration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ File fidelity in a migration can be defined as the ability to:
4040

4141
- Store all applicable file information on the source.
4242
- Transfer files with the migration tool.
43-
- Store files in the target storage of the migration. </br> Ultimately, the target for migration guides on this page is one or more Azure file shares. Consider this [list of features / file fidelity that Azure file shares don't support](/rest/api/storageservices/features-not-supported-by-the-azure-file-service).
43+
- Store files in the target storage of the migration. </br> Ultimately, the target for migration guides on this page is one or more Azure file shares. Consider this [list of features that SMB Azure file shares don't support](files-smb-protocol.md#limitations).
4444

4545
To ensure your migration proceeds smoothly, identify [the best copy tool for your needs](#migration-toolbox) and match a storage target to your source.
4646

articles/storage/files/storage-troubleshoot-linux-file-connection-problems.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,6 @@ You can work around this problem by specifying a hard mount. A hard mount forces
320320

321321
If you can't upgrade to the latest kernel versions, you can work around this problem by keeping a file in the Azure file share that you write to every 30 seconds or less. This must be a write operation, such as rewriting the created or modified date on the file. Otherwise, you might get cached results, and your operation might not trigger the reconnection.
322322

323-
## "CIFS VFS: error -22 on ioctl to get interface list" when you mount an Azure file share by using SMB 3.x
324-
325-
### Cause
326-
This error is logged because Azure Files [doesn't currently support SMB multichannel](/rest/api/storageservices/features-not-supported-by-the-azure-file-service).
327-
328-
### Solution
329-
This error can be ignored.
330-
331-
332323
### Unable to access folders or files which name has a space or a dot at the end
333324

334325
You are unable to access folders or files from the Azure file share while mounted on Linux, commands like du and ls and/or third-party applications may fail with a "No such file or directory" error while accessing the share, however you are able to upload files to said folders via the portal.

0 commit comments

Comments
 (0)