Hide Forgot
Created attachment 557174 [details] log Description of problem: I tried importing a vm created in iscsi with a thin provision disk of 15G to a 15G iscsi domain. the actual size on the vm disk is 2G so there should not be a problem to import the vm. however, I am getting an error that there is not enough space on domain. Version-Release number of selected component (if applicable): ovirt-engine-backend-3.0.0_0001-1.2.fc16.x86_64 ovirt-engine-webadmin-portal-3.0.0_0001-1.2.fc16.x86_64 How reproducible: 100% Steps to Reproduce: 1. create and export a vm with larger disk size then you have in your domain (actual size should be 1-2G) 2. delete the vm from your setup and try to import it back 3. Actual results: you get an error that there is not enough disk space on your target domain Expected results: there should be no problem importing the vm Additional info: I do not see any errors in the ovirt engine log so this seems to be coming from webadmin. adding engine log just in case.
Dafna, you log seems to be truncated and not include all operations you have described, can you please reproduce with full logs
as I wrote in the bug, I did not see anything in the backend logs so I opened it on GUI. but I am attaching the reproduction logs (although they seem exactly the same).
Created attachment 558292 [details] new log
(In reply to comment #1) > Dafna, you log seems to be truncated and not include all operations you have > described, can you please reproduce with full logs this is a backend issue (there is a CAN_DO_ACTION to substantiate it). looking into the flow; backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java we check the following: retVal = StorageDomainSpaceChecker.hasSpaceForRequest(getStorageDomain(), (int) getVm().getDiskSize()); where .getDiskSize() takes the allocated disk size and not actual ...
Closing old bugs. If this issue is still relevant/important in current version, please re-open the bug.