I checked syslog and there was few lines with
ERROR: unable to parse config line: DISK_QUOTA=no#012
This was also in two more VEs I migrated to that server. When I cleaned all conf files. I removed line DISK_QUOTA and set line ORIGIN_SAMPLE="pve.auto" to all conf files it started working...
I have ORIGIN_SAMPLE line in config.
When I remove "nano" line this is what I get from #pvectl print 102
Resource settings for VE 102:
Memory: 16 MB
SWAP: 1188 MB
Disk Space: 4.48 GB
CPU Units: 66504
#pvectl print 102
firstly returns:
unable to parse config line: DISK_QUOTA=no
then when I comment quota line it returns:
unable to parse config line: nano /etc/vz/conf/102.conf
I added this nano line at the bottom of conf file according to this howto...
Container is running good after migration. It is in /var/lib/vz. Everything seems OK only it is not showing in web interface and cannot manage it through that. If I run commands from console everything is OK.
Hi, I migrated VE using vzmigrate from old openVZ server to Proxmox.
But after migration the VE didn't appear in Proxmox web interface.
What are the steps needed for VE to appear in web interface after migration?