I'm trying to migrate from veportal to proxmox (1.5).
I did a vzdump on the veportal server and then a vzrestore on the proxmox server.
The proxmox server sees the new server, but I can't make any changes.
When I ran the following command it became obvious:
My question is, can I just change:
ORIGIN_SAMPLE="veportal"
in /etc/vz/conf/100.conf
to
ORIGIN_SAMPLE="pve.auto"
or are there other things I need to take into consideration?
I did a vzdump on the veportal server and then a vzrestore on the proxmox server.
The proxmox server sees the new server, but I can't make any changes.
When I ran the following command it became obvious:
Code:
# /usr/bin/pvectl vzset 100 --onboot no
VE 100 is not managed by PVE (origin sample is veportal)
My question is, can I just change:
ORIGIN_SAMPLE="veportal"
in /etc/vz/conf/100.conf
to
ORIGIN_SAMPLE="pve.auto"
or are there other things I need to take into consideration?