Proxmox GUI Directory not showing old directories

tths

Member
Oct 16, 2020
4
1
8
38
Hi,

I just updated my server from V6.4-13 to V7.2-7.
Now the GUI is not showing the Directory storages any more but in the folder view they are still visible:
1661258917752.png

Also in the command line (pvesm status) they are shown properly:
1661259078620.png

This is the storage.cfg content:
Code:
dir: local
        path /var/lib/vz
        content vztmpl,iso

lvmthin: SSD
        thinpool data
        vgname ssd
        content images,rootdir
        nodes mynode1

zfspool: RAID
        pool RAID
        content rootdir,images
        mountpoint /RAID
        nodes mynode1
        sparse 0

dir: RAID.data
        path /RAID/data
        content vztmpl,snippets,iso,backup
        nodes mynode1

If I create a new node, it is properly shown in the list.
How can I get my old Directory storages back into the list?

Thank you!
 
Hi @tths

that view is only for the directory storages created with it, since it looks for systemd mount units in /etc/systemd/system
if you want to manage the storage entry itself, you have to go to 'datacenter' -> 'storage'
 
@bbgeek17
I already tried to clean the cache of the browser, it didn't help.
Even restarting the entire server didn't help.

@dcsapak
Ok, thx, I was under the impression I created the RAID.data with it.
But I was not aware that I can also manage them in the datacenter.

Thank you!