Skip to content

Commit 31a38cd

Browse files
authored
Merge pull request #48775 from taoyama/patch-8
Update storage-troubleshoot-linux-file-connection-problems.md
2 parents f8ba12d + d88ac65 commit 31a38cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@ You can work around this problem by specifying a hard mount. A hard mount forces
282282

283283
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.
284284

285+
## "CIFS VFS: error -22 on ioctl to get interface list" when you mount an Azure file share by using SMB 3.0
286+
287+
### Cause
288+
This error is logged because Azure Files [does not currently support SMB multichannel](https://docs.microsoft.com/rest/api/storageservices/features-not-supported-by-the-azure-file-service).
289+
290+
### Solution
291+
This error can be ignored.
292+
285293
## Need help? Contact support.
286294

287295
If you still need help, [contact support](https://portal.azure.com/?#blade/Microsoft_Azure_Support/HelpAndSupportBlade) to get your problem resolved quickly.

0 commit comments

Comments
 (0)