krishnaprasad wrote:
Could you check if NFS share is mounted to both ESX servers with the same VMFS UUID? i.e. check /vmfs/volumes/<Generated ID for NFS share>
Is this same across both the ESX hosts where you perform storage vmotion?
If this is not same, Remove the storage and try adding it again to both the hosts.
If this is same, can you check the vmkernel logs to see if any specific error message is logged during the failure?
I am trying to migrate the VM between the datastores within the same ESX. (not that i am trying to migrate the VM between hosts)
In ESX, one datastore is the local Dell disk with VMFS type and other datastore is NAS with NFS type.
Currently the VM is on NAS device and that i am trying to move to the Host's local disk.
I could capture entries from the vmkernel log :
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.781 cpu7:4867)WARNING: NFS: 1830: Failed to get attributes (No connection)
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.781 cpu7:4867)FSS: 735: Failed to get object b00f 36 ee6e510d 4527391d 4d74ef41 685658ef c 2 2caa37d 0 0 0 0 0 :No connection
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.781 cpu7:4867)WARNING: NFS: 1830: Failed to get attributes (No connection)
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.781 cpu7:4867)FSS: 735: Failed to get object b00f 36 ee6e510d 4527391d 4d74ef41 685658ef c 2 2caa37d 0 0 0 0 0 :No connection
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.793 cpu7:4867)WARNING: Migrate: 4249: 1299568065122625 S: Migration considered a failure by the VMX. It is most likely a timeout, but check the VMX log for the true error.
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.798 cpu4:4873)Sched: vm 4874: 1246: name='vmm0:fly'
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.798 cpu4:4873)CpuSched: vm 4874: 9952: zombified unscheduled world: runState=NEW
Mar 8 12:53:07 blr-nlayers-138 vmkernel: 0:20:00:23.798 cpu4:4873)World: vm 4874: 4018: deathPending set; world not running, scheduling reap
Mar 8 12:53:25 blr-nlayers-138 vmkernel: 0:20:00:41.491 cpu6:4381)NFSLock: 540: Start accessing fd 0x410002f5c9a8 again
Mar 8 12:53:25 blr-nlayers-138 vmkernel: 0:20:00:41.491 cpu6:4381)NFSLock: 540: Start accessing fd 0x410002f46088 again
Mar 8 12:53:26 blr-nlayers-138 vmkernel: 0:20:00:42.480 cpu6:4340)NFS: 287: Restored connection to the server 10.112.163.230 mount point /mnt/nfs, mounted as ee6e510d-4527391d-0000-000000000000 ("NAS")
Mar 8 12:53:58 blr-nlayers-138 vmkernel: 0:20:01:14.864 cpu5:4106)WARNING: NFS: 278: Lost connection to the server 10.112.163.230 mount point /mnt/nfs, mounted as ee6e510d-4527391d-0000-000000000000 ("NAS")
Mar 8 12:54:08 blr-nlayers-138 vmkernel: 0:20:01:24.869 cpu5:4106)NFSLock: 579: Stop accessing fd 0x410002f46088 4
Mar 8 12:54:08 blr-nlayers-138 vmkernel: 0:20:01:24.869 cpu5:4106)NFSLock: 579: Stop accessing fd 0x410002f5c9a8 4
Mar 8 12:54:43 blr-nlayers-138 vmkernel: 0:20:01:59.827 cpu7:4111)World: vm 4879: 1534: Starting world vmkping with flags 4
Mar 8 12:54:51 blr-nlayers-138 vmkernel: 0:20:02:07.613 cpu7:4110)World: vm 4880: 1534: Starting world vmkping with flags 4
Mar 8 12:55:26 blr-nlayers-138 vmkernel: 0:20:02:42.872 cpu5:4170)BC: 3837: Failed to flush 2 buffers of size 8192 each for object 'vmware.log' b00f 36 ee6e510d 4527391d 4d74ef41 685658ef c 56404 c626c0fe 0 100000000 8181f9d000000001 417f bde07a8000000000: No connection
Thanks.