Comment 0 for bug 1425718

Revision history for this message
Jeya ganesh babu J (jjeya) wrote :

The Live migration fails as the auto configuration of the NFS VM doesnt not work. The issue seen is that the user-data was returned with 0 bytes. This caused failure in the auto-provisioning.
Manual wget later worked. So a reboot of the VM fixed the issue.

Release note info -

The following error will be displayed on any of the compute node when the issue happens.

Feb 25 11:20:44 cmbu-ceph-perf3 puppet-agent[30259]: (/Stage[storage]/Contrail::Profile::Storage/Contrail::Storage/Contrail::Lib::Storage_common[storage-compute]/Exec[setup-config-storage-compute-live-migration]/returns) + mount 192.168.101.3:/livemnfsvol /var/lib/nova/instances/global
Feb 25 11:20:44 cmbu-ceph-perf3 puppet-agent[30259]: (/Stage[storage]/Contrail::Profile::Storage/Contrail::Storage/Contrail::Lib::Storage_common[storage-compute]/Exec[setup-config-storage-compute-live-migration]/returns) mount.nfs: access denied by server while mounting 192.168.101.3:/livemnfsvol

Workaround -
Restart the livemnfs VM '#nova stop livemnfs; nova start livemnfs'