diff --git a/lib/backend.py b/lib/backend.py index 311c984bdbb0d7156181b6e2f8ed0ba743ec3bd4..5b2bebde89a039ebb895fe7f08e76deb128fbab6 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -805,7 +805,8 @@ def GetInstanceMigratable(instance): for idx in range(len(instance.disks)): link_name = _GetBlockDevSymlinkPath(iname, idx) if not os.path.islink(link_name): - _Fail("Instance %s was not restarted since ganeti 1.2.5", iname) + logging.warning("Instance %s is missing symlink %s for disk %d", + iname, link_name, idx) def GetAllInstancesInfo(hypervisor_list):