NFS mounts but webgui doesn't list files/size?

wetwilly

New Member
Apr 4, 2010
28
0
1
Hello.

I seem to have a weird problem when it comes to NFS.

My storage is on a Nexentastor server and shares are exported with auth_none with full read_write to anonymous.

I want to add the share where I keep .ISO files.

The exported shares are listed in proxmox once I enter the IP for my storage, I select ISO (and only ISO) as content and it mounts ok. For some reason it creates a Template folder on the share, even though I have not selected template as content.

This is how /etc/pve/storage.cfg looks:

nfs: ISO
path /mnt/pve/ISO
server 10.0.1.2
export /tank/iso
content iso

This is what listed from ls

root@proxmox:/mnt/pve# ls -lah ISO/
total 2.6G
drwxr-xr-x 4 4294967294 4294967294 11 Dec 18 13:42 .
drwxr-xr-x 3 root root 4.0K Dec 18 13:42 ..
-rw-r--r-- 1 4294967294 4294967294 634M Dec 12 21:26 linuxmint-12-gnome-cd-nocodecs-64bit.iso
-rwxrwxrwx 1 4294967294 4294967294 124M Sep 13 23:21 pfSense.iso
drwxr-xr-x 3 4294967294 4294967294 3 Dec 18 13:42 template
-rw-r--r-- 1 4294967294 4294967294 360M Sep 18 21:45 ubcd511.iso

But when I try to create a VM from the webgui and select the ISO storage it doesnt list any ISO's at all. It is just empty? Any pointers in what could cause this?
 
sorry, this is supposed to be posted in the beta part of proxmox.

Could any moderator move it?