I have a OpenVZ container that sometimes refuses to shut down properly. All other containers in the same server shuts down without problems.
Only difference this container has from the rest of the other containers running on the same server is the following.
Also, this problem doesn't happen on all the time but once in every few shutdowns.
Any ideas?
Code:
# vzlist -a |grep 101
101 0 running - yyy.xxx.com
Code:
# vzctl stop 101
Stopping container ...
Child xxxxxx exited with status 7
Killing container ...
Child xxxxxx exited with status 7
Unable to stop container
Code:
# pveversion -v
pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
running kernel: 2.6.32-17-pve
proxmox-ve-2.6.32: 2.2-83
pve-kernel-2.6.32-17-pve: 2.6.32-83
pve-kernel-2.6.32-16-pve: 2.6.32-82
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-34
qemu-server: 2.0-72
pve-firmware: 1.0-21
libpve-common-perl: 1.0-41
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.3-10
ksm-control-daemon: 1.1-1
Code:
# cat /etc/vz/conf/101.conf
ONBOOT="yes"
# Primary parameters
NUMPROC="1024:1024"
NUMTCPSOCK="9223372036854775807:9223372036854775807"
NUMOTHERSOCK="9223372036854775807:9223372036854775807"
VMGUARPAGES="0:unlimited"
# Secondary parameters
KMEMSIZE="1951399936:2147483648"
OOMGUARPAGES="0:unlimited"
PRIVVMPAGES="unlimited"
TCPSNDBUF="9223372036854775807:9223372036854775807"
TCPRCVBUF="9223372036854775807:9223372036854775807"
OTHERSOCKBUF="9223372036854775807:9223372036854775807"
DGRAMRCVBUF="9223372036854775807:9223372036854775807"
# Auxiliary parameters
NUMFILE="9223372036854775807:9223372036854775807"
NUMFLOCK="9223372036854775807:9223372036854775807"
NUMPTY="255:255"
NUMSIGINFO="1024:1024"
DCACHESIZE="975175680:1073741824"
LOCKEDPAGES="524288"
SHMPAGES="9223372036854775807:9223372036854775807"
NUMIPTENT="9223372036854775807:9223372036854775807"
PHYSPAGES="0:1048576"
# Disk quota parameters
DISKSPACE="52428800:57671680"
DISKINODES="10000000:11000000"
QUOTATIME="0"
QUOTAUGIDLIMIT="0"
# CPU fair sheduler parameter
CPUS="2"
CPUUNITS="1000"
DESCRIPTION="CentOS 6 (64)"
DEVICES="c:108:0:rw "
FEATURES="ppp:on "
HOSTNAME="yyy.xxx.com"
IP_ADDRESS=""
IPTABLES="ip_conntrack ip_nat_ftp ipt_LOG ipt_REDIRECT ipt_REJECT ipt_TCPMSS ipt_TOS ipt_length ipt_limit ipt_multiport ipt_owner ipt_state ipt_tcpmss ipt_tos ipt_ttl iptable_filter iptable_mangle iptable_nat"
IPV6="no"
NAMESERVER="x.x.x.x y.y.y.y"
NETIF="ifname=eth0,mac=xx:xx:xx:xx:xx:xx,host_ifname=veth101.0,host_mac=yy:yy:yy:yy:yy:yy"
NOATIME="yes"
ORIGIN_SAMPLE="pve.auto"
OSTEMPLATE="centos-6-x86_64"
SEARCHDOMAIN="xxx.com"
SWAPPAGES="0:32G"
Code:
DEVICES="c:108:0:rw "
FEATURES="ppp:on "
Any ideas?