Open GoogleCodeExporter opened 9 years ago
Hello,
to fix this up you can edit file
/opt/ovz-web-panel/app/controllers/admin/virtual_servers_controller.rb, just
add string
hardware_server.sync_virtual_servers
after "if virtual_server.save_physically" at 224 line.
Edit code (224-225 lines) should be:
--8<--
if virtual_server.save_physically
hardware_server.sync_virtual_servers
render :json => { :success => true }
else
render :json => { :success => false, :form_errors => virtual_server.errors }
end
--8<--
this works for me.
Original comment by Dmitry.B...@gmail.com
on 3 Aug 2013 at 12:31
The above modification does seem to work for other values, but not for RAM
seemingly.
Thanks though :)
Original comment by 86brown
on 3 May 2014 at 10:20
Original issue reported on code.google.com by
hlubina....@gmail.com
on 17 May 2013 at 6:53