マウント中に「resource temporarily unavailable」というエラーで同期関係が失敗する
環境
- BlueXPのコピーと同期
- CIFS
問題
- ソース共有のマウント時に「resource temporarily unavailable」というエラーで同期関係が失敗します。
- エラー:
Failed to mount target: mount error(5): Input/output error Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
- データブローカログ:
[2023-10-25T13:18:31.610] [INFO] [MASTER] [0] [36654] Executing command { command: "mount -t cifs //192.168.xx.04/'MY_Replication' mnt/6538c79c6c4579e4475d2f5f/d58ce7ce-c3ad-4b7f-b5db-463845360a1d_src -o domain=WORKGROUP,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks", timeout: 20000 }
[2023-10-25T13:18:31.612] [ERROR] [MASTER] [0] [36654] Failed to execute command Error: Command failed: mount -t cifs //192.168.xx.04/'MY_Replication' mnt/6538c79c6c4579e4475d2f5f/d58ce7ce-c3ad-4b7f-b5db-463845360a1d_src -o domain=WORKGROUP,vers=2.1,file_mode=0666,dir_mode=0666,iocharset=utf8,mapchars,mfsymlinks
mount error(11): Resource temporarily unavailable
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)