no allowed mount options found for device?

hk@

Renowned Member
Feb 10, 2010
247
7
83
Vienna
kapper.net
hi
migrated a VE from a rather old proxmox-setup (even migrated from previous openvz-only-system) to proxmox-3.0.

we get this during startup:
VE11102: no allowed mount options found for device 0:53
VE11102: no allowed mount options found for device 0:53

yet I have no idea where this might come from.

these are the 11102.conf values:
NUMPROC="1010:1010"
AVNUMPROC="505:505"
NUMTCPSOCK="1010:1010"
NUMOTHERSOCK="1010:1010"
VMGUARPAGES="0:unlimited"


# Secondary parameters
KMEMSIZE="975175680:1073741824"
TCPSNDBUF="9656647:13793607"
TCPRCVBUF="9656647:13793607"
OTHERSOCKBUF="4828323:8965283"
DGRAMRCVBUF="4828323:4828323"
OOMGUARPAGES="0:unlimited"
PRIVVMPAGES="unlimited"


# Auxiliary parameters
LOCKEDPAGES="262144:262144"
SHMPAGES="60616:60616"
PHYSPAGES="0:524288"
NUMFILE="16160:16160"
NUMFLOCK="1000:1100"
NUMPTY="101:101"
NUMSIGINFO="1024:1024"
DCACHESIZE="487587840:536870912"
NUMIPTENT="100:100"
DISKSPACE="15728640:17301504"
DISKINODES="3000000:3300000"
CPUUNITS="1000"


ONBOOT="yes"


IP_ADDRESS="10.1.6.130"
HOSTNAME="legacy.box.tld"
VE_ROOT="/var/lib/vz/root/$VEID"
VE_PRIVATE="/var/lib/vz/private/$VEID"
OSTEMPLATE="debian-3.1-x86_64-minimal"
ORIGIN_SAMPLE="pve.auto"
IPTABLES="ipt_REJECT ipt_tos ipt_TOS ipt_LOG ip_conntrack ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length ipt_state iptable_nat ip_nat_ftp"
CPUS="1"
SWAPPAGES="0:524288"




---------------------------

pveversion -v
proxmox-ve-2.6.32: 3.0-109 (running kernel: 2.6.32-23-pve)
pve-manager: 3.0-38 (running version: 3.0-38/694bb326)
pve-kernel-2.6.32-20-pve: 2.6.32-100
pve-kernel-2.6.32-22-pve: 2.6.32-107
pve-kernel-2.6.32-23-pve: 2.6.32-109
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-1
pve-cluster: 3.0-5
qemu-server: 3.0-30
pve-firmware: 1.0-23
libpve-common-perl: 3.0-6
libpve-access-control: 3.0-6
libpve-storage-perl: 3.0-10
pve-libspice-server1: 0.12.4-1
vncterm: 1.1-4
vzctl: 4.0-1pve3
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1


any hints appreciated where to go hunting for these mount-options.

thanks,
hk
 
hi
thanks for the pointer, but:

legacy:/# cat /etc/fstab
# UNCONFIGURED FSTAB FOR BASE SYSTEM

it is different as a newly built VE has these mounts:

mount
/var/lib/vz/private/92001 on / type simfs (rw,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=833948k,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=3335780k)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)

while this legacy VE has these:
legacy:/# mount
/dev/simfs on / type simfs (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,relatime,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)

I guess this depends on the OSTEMPLATE, but in fact I guess it comes down to testing different VE-configs to figure this out.

regards
hk
 
Maybe try to rewrite the config (set memory/swap on the web interface). Then try again (This should update the config to use vzswap)
 

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!