Adding LVM to Proxmox shows the storage volume as having a 100% disk usage.

NeckBeardPrince

New Member
Mar 24, 2014
7
0
1
Just installed ProxMox for the first time and having an issue with adding a LVM.
When I set it up it right away shows that the disk usage is 100%

YvZ0UNv.png
 
could you please provide details on the storage (as setup in pve and local to the storage server)?

eg. in pve:
#cat /etc/pve/storage.conf

in storage server
#df -h

at least?

Marco
 
Sure,root@metalgear:~# cat /etc/pve/storage.cfgdir: local path /var/lib/vz content images,iso,vztmpl,rootdir maxfiles 0lvm: Primary vgname vg_metalgear content images nodes metalgearFilesystem Size Used Avail Use% Mounted onudev 10M 0 10M 0% /devtmpfs 394M 348K 394M 1% /run/dev/mapper/pve-root 9.2G 1.3G 7.4G 15% /tmpfs 5.0M 0 5.0M 0% /run/locktmpfs 788M 22M 766M 3% /run/shm/dev/mapper/pve-data 19G 173M 19G 1% /var/lib/vz/dev/sdd2 494M 35M 434M 8% /boot/dev/fuse 30M 12K 30M 1% /etc/pve
 
should be

root@metalgear:~# cat /etc/pve/storage.cfg
dir: local path /var/lib/vz content images,iso,vztmpl,rootdir maxfiles 0
lvm: Primary vgname vg_metalgear content images nodes metalgear
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /devtmpfs 394M 348K 394M 1%
/run/dev/mapper/pve-root 9.2G 1.3G 7.4G 15% /tmpfs 5.0M 0 5.0M 0%
/run/locktmpfs 788M 22M 766M 3%
/run/shm/dev/mapper/pve-data 19G 173M 19G 1%
/var/lib/vz/dev/sdd2 494M 35M 434M 8%
/boot/dev/fuse 30M 12K 30M 1% /etc/pve

but the storage name is "Primary", or "PrimaryLVM"?

Marco
 
It's called Primary not PrimaryLVM

should be

root@metalgear:~# cat /etc/pve/storage.cfg
dir: local path /var/lib/vz content images,iso,vztmpl,rootdir maxfiles 0
lvm: Primary vgname vg_metalgear content images nodes metalgear
Filesystem Size Used Avail Use% Mounted on
udev 10M 0 10M 0% /devtmpfs 394M 348K 394M 1%
/run/dev/mapper/pve-root 9.2G 1.3G 7.4G 15% /tmpfs 5.0M 0 5.0M 0%
/run/locktmpfs 788M 22M 766M 3%
/run/shm/dev/mapper/pve-data 19G 173M 19G 1%
/var/lib/vz/dev/sdd2 494M 35M 434M 8%
/boot/dev/fuse 30M 12K 30M 1% /etc/pve

but the storage name is "Primary", or "PrimaryLVM"?

Marco
 
here is one of my (working) lvm/iscsi storages:
Code:
lvm: vm_disks
        vgname pve_vm_disks
        base vm_work:0.0.0.scsi-36001405ed36201adab64d4b0ad8e4cd2
        shared
        content images



Marco