[SOLVED] After you upgrade to 4.1 to remove openvz machines

Slawka

Renowned Member
Feb 25, 2016
12
0
66
42
How to remove all the records from the disk and openvz web interface after upgrading to 4.1?proxmox_openvz.jpg
 
You can also remove the obsolete OpenVZ container data from your local storage.
Code:
rm -f /etc/pve/openvz/<ct-id>.conf
rm -R <storage-path>/private/*
solved