Proxmox Ve 2.3 disk space 0 on openvz ct

dracmic

New Member
May 17, 2013
19
0
1
Hello guys,
On the server which i had problems i added a Lsi Megaraid with cache fault and bbu . But when i added back i didn`t used pvcreate on that raid hardware volume(xfs filesystem) and i tried to put a openvz ct on that partition and doesnt`t report used space :

/dev/simfs 150G 0 150G 0% /
ONBOOT="no"


PHYSPAGES="0:18000M"
SWAPPAGES="0:2048M"
KMEMSIZE="8181M:9000M"
DCACHESIZE="4090M:4500M"
LOCKEDPAGES="9000M"
PRIVVMPAGES="unlimited"
SHMPAGES="unlimited"
NUMPROC="unlimited"
VMGUARPAGES="0:unlimited"
OOMGUARPAGES="0:unlimited"
NUMTCPSOCK="unlimited"
NUMFLOCK="unlimited"
NUMPTY="unlimited"
NUMSIGINFO="unlimited"
TCPSNDBUF="unlimited"
TCPRCVBUF="unlimited"
OTHERSOCKBUF="unlimited"
DGRAMRCVBUF="unlimited"
NUMOTHERSOCK="unlimited"
NUMFILE="unlimited"
NUMIPTENT="unlimited"


# Disk quota parameters (in form of softlimit:hardlimit)
DISK_QOUTA="yes"
DISKSPACE="157286400:173015040"
DISKINODES="30000000:33000000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"


# CPU fair scheduler parameter
CPUUNITS="1000"
CPUS="8"
HOSTNAME="name-vz.domain.com"
SEARCHDOMAIN="domain.com"
NAMESERVER="10.1.1.5"
NETIF="ifname=eth0,mac=6A:3E:97:AB:63:51,host_ifname=veth175.0,host_mac=AA:00:27:D9:60:CE,bridge=vmbr0"
#VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/175" - symlink to /mnt/md0/private/175
OSTEMPLATE="ubuntu-12.04-x86_64.tar.gz" - template downloaded from openvz



How can i resolve this issue ?
 
i don`t have either one of that options and i can`t stop machines running already there to run pvecreate on it.
 
i don`t have either one of that options and i can`t stop machines running already there to run pvecreate on it.

Hi,
this are mount option for the xfs-filesystem (see "man mount") on the host (no gui at all). You must use the option in /etc/fstab but can try with something like
Code:
mount -o remount,quota /dev/mapper/pve-data /var/lib/vz
to activate the quota on a mounted system.

Udo
 
Issue solved i did a mantaince the other night to the server, it is a openvz issue not working quota on xfs system.
 

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!