fixed ip-handling for vserver
parent
04bc9d25
No related branches found
No related tags found
Loading
-
This change breaks the IP address display when editing a vserver, so instead of showing the veserver's ip address, is shows nothing. If I revert this change, the vserver's IP address shows up correctly again. Additional IP's seem to work, too.
I'm trying to determine if my database needs updated or if there's a bug here. My 'server' table has a single entry, with server_id=1. My openvz_ip table has all entries with server_id=1, even a new IP address I just entered. According to the change in this commit, it looks like openvz_ip.server_id would have to be set the same as vm_id, which is .. broken? (I very well may not understand exactly what all the fields do.)
Edited by Jesse Norell
Please register or sign in to comment