storgae configuration

shlomi

New Member
Jan 12, 2026
2
0
1
Hi,
i think i got some mess on my storage settings:
got 2*1 tb disks, 1 ssd and 1 spindel, node disks screenshot attached.
i got zfs mount as tank.
The problem is - on bm creation:
local shows only 25gb out of 100gb.
cannot create vm on the zfs itself. I read on one of my searches that this is caused by zfs isn't clean.

Can someone help me understand how should i fix the storage so i can use my two disks?
Thanks,
Shlomi
 

Attachments

  • proxmox-tank.png
    proxmox-tank.png
    8.7 KB · Views: 14
  • proxmox-lvm thin.png
    proxmox-lvm thin.png
    7.3 KB · Views: 12
  • proxmox-lvm.png
    proxmox-lvm.png
    12.1 KB · Views: 12
  • proxmox-node disks.png
    proxmox-node disks.png
    43.9 KB · Views: 14
  • proxmox-zfs list.png
    proxmox-zfs list.png
    40.2 KB · Views: 14
Hi,
please share the output of the following
Code:
cat /etc/pve/storage.cfg
pvesm status
pvs
vgs
lvs

cannot create vm on the zfs itself
What error do you get exactly or do you mean that you are unable to select the storage upon creation?
 
From the screenshots you provided your boot disk is managed by LVM.
"Local" is a special default/built-in storage pool that points to a directory located on the root partition (managed by LVM).
It appears that you either did not create or removed "local-lvm" that is usually part of the standard installation. It is not a problem in of itself, but indicates that your installation differs from most default home-labs.
It is possible that "local" which shares space with your OS only has 25GB free.

In addition to information requested by @fiona , please add:
df -h
mount
lsblk

Also, please try to use text output encoded with CODE </> tags.



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Last edited:
  • Like
Reactions: fiona
Hi,
thanks for the reply!
i managed to add the thin-local, now it looks like:
Code:
pvesm list local-lvm
Volid                   Format  Type             Size VMID
local-lvm:vm-111-disk-0 raw     images    10737418240 111

Code:
cat /etc/pve/storage.cfg
dir: local
    path /var/lib/vz
    content rootdir,vztmpl,iso,images,import
    shared 0

lvmthin: local-lvm
    thinpool data
    vgname pve
    content images,rootdir
    nodes pve-1

dir: SharedFolder
    path /mnt/ShredDir
    content import,images,iso,backup,vztmpl,snippets,rootdir
    prune-backups keep-all=1
    shared 0

zfspool: tank-vm
    pool tank
    content images,rootdir
    mountpoint /tank/vmstore
i can see the storage on the datacenter branch main tree, but when creating new vm, i have only the "local" and "shared folder", i cannot use the lvm-thin or zfs, which both marked as root+container.

Thanks,
Shlomi