On trying the import in ovirt after the completion of the conversion using -o rhev -os <ip>:/var/lib/exports/exports ..., I found an error in the vdsm.log:
Thread-199989::ERROR::2013-08-12 15:10:57,371::task::833::TaskManager.Task::(_setError) Task=`6fa2a23e-0194-4f67-b157-a3f831780d12`::Unexpected error
Traceback (most recent call last):
File "/usr/share/vdsm/storage/task.py", line 840, in _run
return fn(*args, **kargs)
File "/usr/share/vdsm/logUtils.py", line 42, in wrapper
res = f(*args, **kwargs)
File "/usr/share/vdsm/storage/hsm.py", line 2891, in getVolumeInfo
imgUUID=imgUUID, volUUID=volUUID).getInfo()
File "/usr/share/vdsm/storage/fileSD.py", line 250, in produceVolume
return fileVolume.FileVolume(repoPath, self.sdUUID, imgUUID, volUUID)
File "/usr/share/vdsm/storage/fileVolume.py", line 71, in __init__
volume.Volume.__init__(self, repoPath, sdUUID, imgUUID, volUUID)
File "/usr/share/vdsm/storage/volume.py", line 128, in __init__
self.validate()
File "/usr/share/vdsm/storage/volume.py", line 140, in validate
self.validateImagePath()
File "/usr/share/vdsm/storage/fileVolume.py", line 522, in validateImagePath
raise se.ImagePathError(imageDir)
ImagePathError: Image path does not exist or cannot be accessed/created: ('/rhev/data-center/6ff1a3cb-06b9-4a4f-a2ec-053cc45ac7c6/5eb89069-b750-4d32-b7d3-432fd77202d1/images/1e43cdf3-bf3b-4f28-a755-b5fb8a67543b',)
I have setenforce=0 with same result.
So the 5eb89069-b750-4d32-b7d3-432fd77202d1 is a valid ovirt domain number for the entire process in exports. The 1e43cdf3-bf3b-4f28-a755-b5fb8a67543b was the name of the dir created from the virt-v2v process.