I have had some successful migrations from the same hosts, but on different datastores. The successful datastore is named "RAID10". The unsuccessful datastore is named "NEW". "NEW" doesn't have any special characters, which would cause it to fail.
Code:
root@PVE1:~# systemctl status pve-esxi*
● pve-esxi-fuse-VMWare13.scope
Loaded: loaded (/run/systemd/transient/pve-esxi-fuse-VMWare13.scope; transient)
Transient: yes
Active: active (running) since Sat 2024-06-15 13:02:24 CDT; 2h 46min ago
Tasks: 6 (limit: 309312)
Memory: 6.2M
CPU: 11min 32.768s
CGroup: /system.slice/pve-esxi-fuse-VMWare13.scope
└─41384 /usr/libexec/pve-esxi-import-tools/esxi-folder-fuse --skip-cert-verification --change-user nobody --change-group nogroup -o allow_other --ready-fd 13 --user root --pas>
Jun 15 13:02:24 PVE1 systemd[1]: Started pve-esxi-fuse-VMWare13.scope.
Jun 15 13:02:28 PVE1 esxi-folder-fus[41384]: PVE1 esxi-folder-fuse[41384]: esxi fuse mount ready
Jun 15 15:41:32 PVE1 esxi-folder-fus[41384]: PVE1 esxi-folder-fuse[41384]: error looking up file or directory: http error code 401
Jun 15 15:41:32 PVE1 esxi-folder-fus[41384]: PVE1 esxi-folder-fuse[41384]: error handling request: http error code 401
● pve-esxi-fuse-VMware15.scope
Loaded: loaded (/run/systemd/transient/pve-esxi-fuse-VMware15.scope; transient)
Transient: yes
Active: active (running) since Sat 2024-06-15 13:20:52 CDT; 2h 28min ago
Tasks: 6 (limit: 309312)
Memory: 3.8M
CPU: 9min 3.036s
CGroup: /system.slice/pve-esxi-fuse-VMware15.scope
└─45385 /usr/libexec/pve-esxi-import-tools/esxi-folder-fuse --skip-cert-verification --change-user nobody --change-group nogroup -o allow_other --ready-fd 14 --user root --pas>
Jun 15 13:20:52 PVE1 systemd[1]: Started pve-esxi-fuse-VMware15.scope.
Jun 15 13:21:03 PVE1 esxi-folder-fus[45385]: PVE1 esxi-folder-fuse[45385]: esxi fuse mount ready
Jun 15 13:58:00 PVE1 esxi-folder-fus[45385]: PVE1 esxi-folder-fuse[45385]: error looking up file or directory: http error code 401
Jun 15 13:58:00 PVE1 esxi-folder-fus[45385]: PVE1 esxi-folder-fuse[45385]: error handling request: http error code 401
Jun 15 15:41:02 PVE1 esxi-folder-fus[45385]: PVE1 esxi-folder-fuse[45385]: error looking up file or directory: http error code 401
Jun 15 15:41:02 PVE1 esxi-folder-fus[45385]: PVE1 esxi-folder-fuse[45385]: error handling request: http error code 401
Last edited: