proxmox gui don't show files on storage

michah

New Member
Nov 18, 2013
6
0
1
hi there,

i can't see any files on my storrage systems. no backup, no iso, nothing... :(

i can upload a iso with gui. but again, gui don't display this iso on this storage-system.
the iso is uploaded to /var/lib/vz/template/iso and i can see this file on cli:

root@hyper-2:/# ls -l /var/lib/vz/template/iso/
total 47536
-rw------- 1 root root 48621568 Nov 18 11:46 umzug.iso

in gui, i work as 'root@pam', so it should be no access-problem.
i can see all virtual server. i can stop and start these server. but i can't see any backup-file of these server on the backup-storage with the gui.

i found no errors in the logs. PVE-Version is 3.0.23

any hints?
 
Code:
root@hyper-2:/# cat /etc/pve/storage.cfg 
nfs: nfs-1
        path /mnt/pve/nfs-1
        server 10.42.42.1
        export /Raid5_Ecore_26-26_disk01
        options vers=3
        content images,iso,vztmpl,backup,rootdir
        maxfiles 2

dir: local
        path /var/lib/vz
        content iso,vztmpl,rootdir
        maxfiles 0

nfs: nfs-2
        path /mnt/pve/nfs-2
        server 10.42.42.1
        export /Raid6_Ecore_MultiP01
        options vers=3
        content backup,rootdir
        maxfiles 1

nfs: nfs-98
        path /mnt/pve/nfs-98
        server 10.42.42.1
        export /Raid5_Ecore_26-26_backup-nfs98
        options vers=3
        content backup
        maxfiles 2

nfs: nfs-3
        path /mnt/pve/nfs-3
        server 10.42.42.1
        export /Raid6_Ecore_MultiP02
        options vers=3
        content images,rootdir
        maxfiles 1

root@hyper-2:/# mount
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,relatime,size=10240k,nr_inodes=2050279,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=1642112k,mode=755)
/dev/mapper/pve-root on / type ext3 (rw,relatime,errors=remount-ro,barrier=0,data=ordered)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3284220k)
/dev/mapper/pve-data on /var/lib/vz type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
/dev/sda1 on /boot type ext3 (rw,relatime,errors=continue,barrier=0,data=ordered)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/fuse on /etc/pve type fuse (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)
none on /sys/kernel/config type configfs (rw,relatime)
beancounter on /proc/vz/beancounter type cgroup (rw,relatime,blkio,name=beancounter)
container on /proc/vz/container type cgroup (rw,relatime,freezer,devices,name=container)
fairsched on /proc/vz/fairsched type cgroup (rw,relatime,cpuacct,cpu,cpuset,name=fairsched)
10.42.42.1:/Raid5_Ecore_26-26_disk01 on /mnt/pve/nfs-1 type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.42.42.1,mountvers=3,mountport=1234,mountproto=udp,local_lock=none,addr=10.42.42.1)
10.42.42.3:/mnt/backup01-01 on /mnt/pve/nfs-99 type nfs (rw,relatime,vers=3,rsize=524288,wsize=524288,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.42.42.3,mountvers=3,mountport=59221,mountproto=udp,local_lock=none,addr=10.42.42.3)
10.42.42.1:/Raid6_Ecore_MultiP01 on /mnt/pve/nfs-2 type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.42.42.1,mountvers=3,mountport=1234,mountproto=udp,local_lock=none,addr=10.42.42.1)
10.42.42.1:/Raid6_Ecore_MultiP02 on /mnt/pve/nfs-3 type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.42.42.1,mountvers=3,mountport=1234,mountproto=udp,local_lock=none,addr=10.42.42.1)
10.42.42.1:/Raid5_Ecore_26-26_backup-nfs98 on /mnt/pve/nfs-98 type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=10.42.42.1,mountvers=3,mountport=1234,mountproto=udp,local_lock=none,addr=10.42.42.1)

looks ok for me
 
the iso is uploaded to /var/lib/vz/template/iso and i can see this file on cli:

so you did update the iso to your "local" storage, on which node? beware, that local storage also depend on the node.. it is not shared...

and if you look from web gui at the "right" node, you can't see the iso?

Marco
 
jep. gui startet on hyper-2, upload to local storage on hyper-2 and can't see the iso with gui on hyper-2 local storage.
btw: same problem, if i use NFS-storage. file is on FS. i can see it with cli. but no file in GUI
 
hmmmm.....
after a downgrade to libpve-access-control 3.0-6 from 3.0-7 with

apt-get libpve-access-control=3.0-6

all my files are back again in GUI-view. sooo... whats the difference between (not working) 3.0-7 and (working) 3.0-6?
did i missed an update of the GUI?
 
sorry, can't give this output.

problem gone after a dist-upgrade. now my system is updatet from 3.0 to 3.1-24 (3.1-version was in 3.0 pve-repo... strange)
maybe, there is an depency-problem with libpve-access-control >= 3.0-7 and pve 3.0.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!