Potentially stupid question from someone fairly new to VZ - I migrated an existing VZ container from an old non-Proxmox server (I had nothing to do with the company that owns it until about 4 weeks ago), and it's running great... Except for the fact that it's showing 0.00GB used space. In reality it's using around 18GB.
Would this be due to the way it was originally built? I think it's data is stored in a completely different place to where PVE puts it...
Any ideas to fix it?
Config:
Would this be due to the way it was originally built? I think it's data is stored in a completely different place to where PVE puts it...
Any ideas to fix it?
Config:
Code:
# Copyright (C) 2000-2008, Parallels, Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
ONBOOT="yes"
# UBC parameters (in form of barrier:limit)
KMEMSIZE="2147483646:2147483646"
LOCKEDPAGES="393216:393216"
PRIVVMPAGES="649216:661716"
SHMPAGES="128000:128000"
NUMPROC="999999:999999"
PHYSPAGES="0:2147483647"
VMGUARPAGES="649216:9223372036854775807"
OOMGUARPAGES="649216:9223372036854775807"
NUMTCPSOCK="7999992:7999992"
NUMFLOCK="999999:999999"
NUMPTY="500000:500000"
NUMSIGINFO="999999:999999"
TCPSNDBUF="104857600:286883840"
TCPRCVBUF="104857600:286883840"
OTHERSOCKBUF="104857600:286883840"
DGRAMRCVBUF="104857600:286883840"
NUMOTHERSOCK="7999992:7999992"
DCACHESIZE="2147483646:2147483646"
NUMFILE="23999976:23999976"
AVNUMPROC="180:180"
NUMIPTENT="999999:999999"
# Disk quota parameters (in form of softlimit:hardlimit)
DISKSPACE="26214400:28835840"
DISKINODES="5000000:5500000"
QUOTATIME="0"
# CPU fair sheduler parameter
CPUUNITS="1000"
VE_ROOT="/vz/root/$VEID"
VE_PRIVATE="/home/vz/110"
OSTEMPLATE="centos-5-i386-default-5.3-20090630"
ORIGIN_SAMPLE="pve.auto"
IP_ADDRESS="192.168.0.50"
QUOTAUGIDLIMIT="10000"
HOSTNAME="mail.xxxxxxxx.com.au"
CPULIMIT="100"
MEMINFO="pages:255999744"
CPUS="1"
NAMESERVER="192.168.0.40"
#NETIF="ifname=eth0,mac=00:18:51:D0:06:B0,host_ifname=veth110.0,host_mac=00:18:51:81:39:32"
NETIF=""
DESCRIPTION="mail.xxxxxxxx.com.au<br>Scalix Server<br>"
SEARCHDOMAIN="xxxxxxxx.com.au"