Quota problem proxmox 3.4-6

jbarriga.fk

Active Member
Sep 5, 2016
5
1
43
33
scenario
Proxmox 3.4 ,
local storage 70 GB /var/lib/vz
storage2 200 GB /data/

Hi everybody
im new here,
I hope you can help me.
I have problems making df -h inside the containers from my secondary disk (storage2)

my containers were created on a secondary hard drive (storage2)

proxmox -> datacenter -> storage .-> add -> /data etc etc , everything its ok whit this storage, all working great, but the command "df -h" does not work inside containers.

ill tried drop quotas
vzctl stop ID-container
du -sh /vz/private/ID-container
vzquota show ID-container
vzquota drop ID-container
vzctl start ID-container

containers do not work within the secondary hard drive.... Only in local storage.


when I df -h from the Proxmox server , I see that the containers are mounted on the local hard drive,
how can I solve that?

when created container on /data (storage2)
/data/private/101 10G 0 10G 0% /var/lib/vz/root/101

whien created container on local (local storage)
/var/lib/vz/private/197 20G 3.9G 17G 20% /var/lib/vz/root/197


how can I solve that?
thanks