[Users] Uploaded ISO file doesn't show up in admin portal

I am experimenting with the recently released oVirt product. I installed ovirt-node 2.2.2 on a server, and the ovirt engine on a new Fedora 16 installation. I attached the ovirt-node to the manager, got it up and ready for use. I created two additional NFS domains, one for data and one for export. Those two and the automatically installed one called "ISODomain" are all three "green" and "active". On the ovirt manager Fedora box, I used engine-iso-uploader to upload an ISO to "ISODomain". The command was engine-iso-uploader -i ISODomain upload my.iso This completed okay, and the ISO file has been copied there: # du -k /isodomain/ 24 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/dom_md 3507196 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images/11111111-1111-1111-1111-111111111111 3507200 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images 3507228 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796 3507232 /isodomain/ # pwd /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images/11111111-1111-1111-1111-111111111111 [root@oravm3 11111111-1111-1111-1111-111111111111]# ls -l total 3507192 -rw-r-----. 1 vdsm kvm 3591360512 Feb 23 13:24 OracleLinux-R6-U2-Server-x86_64-dvd.iso The problem is that I can't see the ISO from the ovirt manager. When I open the storage tab, and click on the ISO domain, and then open the images tab, it shows NOTHING. I refreshed it, and even logged out and back in again, but the ISO isn't visible from here. Shouldn't it be?

Please try this from a hyper-visor: 1. mkdir /mnt/testmount 2. mount <nfs server here>:/isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images/11111111-1111-1111-1111-111111111111 /mnt/testmount 3. su -s /bin/bash vdsm <-- Really important. 4. cd /mnt/testmount 5. touch test.txt 6. strings OracleLinux-R6-U2-Server-x86_64-dvd.iso Do steps 5 and 6 work? If they do not then it is a red flag that VDSM cannot r/w your storage domain and this is an error. On 02/23/2012 02:03 PM, Terry Phelps wrote:
I am experimenting with the recently released oVirt product. I installed ovirt-node 2.2.2 on a server, and the ovirt engine on a new Fedora 16 installation. I attached the ovirt-node to the manager, got it up and ready for use. I created two additional NFS domains, one for data and one for export. Those two and the automatically installed one called "ISODomain" are all three "green" and "active".
On the ovirt manager Fedora box, I used engine-iso-uploader to upload an ISO to "ISODomain". The command was engine-iso-uploader -i ISODomain upload my.iso
This completed okay, and the ISO file has been copied there:
# du -k /isodomain/ 24 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/dom_md 3507196 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images/11111111-1111-1111-1111-111111111111 3507200 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images 3507228 /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796 3507232 /isodomain/
# pwd /isodomain/48a5390f-2f86-485c-8537-b6bc9dd71796/images/11111111-1111-1111-1111-111111111111
[root@oravm3 11111111-1111-1111-1111-111111111111]# ls -l total 3507192 -rw-r-----. 1 vdsm kvm 3591360512 Feb 23 13:24 OracleLinux-R6-U2-Server-x86_64-dvd.iso
The problem is that I can't see the ISO from the ovirt manager. When I open the storage tab, and click on the ISO domain, and then open the images tab, it shows NOTHING. I refreshed it, and even logged out and back in again, but the ISO isn't visible from here.
Shouldn't it be? _______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Try these... assuming selinux is creating the perm issue. I had something similar problem and doing the below got it resolved. 1) getsebool virt_use_nfs This should show this variable as on ... as in ... virt_use_nfs --> on If not, then go to step 2 2) setsebool virt_use_nfs 1 Do all of the above as root. Hope that helps thanx, deepak
participants (3)
-
Deepak C Shetty
-
Keith Robertson
-
Terry Phelps