Commit Graph

1305 Commits

Author SHA1 Message Date
Dietmar Maurer
7f18e79764 HardwareView: correctly enable/disable buttons 2015-01-23 09:04:05 +01:00
Dietmar Maurer
0affc2229d bump version to 3.3-13 2015-01-22 12:57:50 +01:00
Dietmar Maurer
915c63d741 PendingObjectGrid: improve detection of pending changes 2015-01-22 12:55:23 +01:00
Dietmar Maurer
55cb04a5f8 display more information about the subscription 2015-01-22 10:40:53 +01:00
Dietmar Maurer
7de0626923 GUI: dynamically update VM config every 5 seconds. 2015-01-21 11:36:06 +01:00
Dietmar Maurer
0a1b8ecff1 change default value for hotplug to match QemuServer default 2015-01-21 09:20:42 +01:00
Dietmar Maurer
8f9540a15a bump version to 3.3-12 2015-01-21 08:39:56 +01:00
Alexandre Derumier
919b9c1ff9 add numa option to processor form
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-21 08:38:40 +01:00
Alexandre Derumier
02c7802db8 fix rendering of pending processor values
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-21 08:37:38 +01:00
Dietmar Maurer
2c19511ba0 pveceph: add 'giant' to possible release names 2015-01-20 12:46:44 +01:00
Dietmar Maurer
7affab261e use service command to stop old daemons 2015-01-20 12:32:45 +01:00
Dietmar Maurer
df3cb1a6d4 preinst: sleep 2 seconds to avoid restart problems 2015-01-20 11:56:32 +01:00
Wolfgang Link
caea0c7925 implement the disconnect nic button on the network edit pannel.
Signed-off-by: Wolfgang Link <wolfgang@linksystems.org>
2015-01-20 10:09:58 +01:00
Dietmar Maurer
eab837c4c4 cleanup vzdump -stop implementation
* do not unlink $pidfile inside stop_running_backups to avoid race conditions
* use pve UPID to save pid (see PVE::Tools::upid_decode)
* allow to pass -stop parameter to nomal backup job
* simple return 'OK' instead of calling exit() inside API call.
* rename stop_all_backups to stop_running_backups
2015-01-20 09:35:01 +01:00
Wolfgang Link
8682f6fcb1 Fix backup failure at shutdown.
This fix include a new function of vzdump.
Now you can call vzdump -stop and the backup will be aborted.
Also if the pve-manager init script stop the process, vzdump -stop will called.

Signed-off-by: Wolfgang Link <wolfgang@linksystems.org>
2015-01-20 08:06:59 +01:00
Dietmar Maurer
19ef60c5fa bump version to 3.3-11 2015-01-20 07:26:46 +01:00
Kamil Trzcinski
da0a3bada3 Support additional e1000 variants for VM machines
It is required for OS X on qemu

Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
2015-01-20 07:16:55 +01:00
Dietmar Maurer
8a9e2b1055 bump version to 3.3-10 2015-01-15 07:23:24 +01:00
Dietmar Maurer
91186156d2 add preinst script
Older versions of our daemona do not restart with HUP, so we
need to do a stop/start.
2015-01-15 07:20:17 +01:00
Dietmar Maurer
05c21c7235 bump version to 3.3-9 2015-01-08 13:29:29 +01:00
Dietmar Maurer
5a4100476c correctly check for undefined values 2015-01-08 13:24:38 +01:00
Alexandre Derumier
5111fcc31c implement revert button
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 12:57:07 +01:00
Dietmar Maurer
b08a3d7710 HardwareView: simplify rendering code 2015-01-08 12:56:21 +01:00
Dietmar Maurer
2b951f2b6a PendingObjectGrid.: inherit from PVE.grid.ObjectGrid
To avoid code duplication.
2015-01-08 12:46:42 +01:00
Dietmar Maurer
f5203fb957 correctly check for undefined values
and remove stale code (that code is not required because this is done by the reader).
2015-01-08 12:46:28 +01:00
Alexandre Derumier
0ad6be34d8 fix rendering bollean
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 10:47:24 +01:00
Alexandre Derumier
820aa71f74 fix bootorder rendering
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 10:45:56 +01:00
Dietmar Maurer
1ac9aa4467 HardwareView: better alignment 2015-01-08 10:28:19 +01:00
Alexandre Derumier
4e6053312d fix pending cpu rendering
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 09:25:16 +01:00
Alexandre Derumier
4d3b2d7d90 forbid edit|delete of pending delete, and move_disk of pending disk
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 09:20:42 +01:00
Dietmar Maurer
8270ba84cf remove PVE.data.PendingObjectStore (not required) 2015-01-08 08:57:58 +01:00
Dietmar Maurer
ea45e51ab6 cleanup json object reader
Try to make it a generic usable class.
2015-01-08 08:57:43 +01:00
Alexandre Derumier
4f517059c5 Implement pendinggrid and pendingstore
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-01-08 06:26:12 +01:00
Dietmar Maurer
974e0baada pvestatd: remove duplicate syslog (already logged in PVE::Daemon) 2015-01-02 14:32:00 +01:00
Dietmar Maurer
0acb44a571 use new pidfile option (instead of run_dir) 2015-01-02 14:19:23 +01:00
Dietmar Maurer
0ef9c4e8ca use setuid/setgid feature from PVE::Daemon 2015-01-02 14:11:38 +01:00
Dietmar Maurer
4209128ee1 pvestatd: fix register_XYZ_command parameters 2015-01-02 09:57:19 +01:00
Dietmar Maurer
6e12f8db96 pvestatd: correctly set debug flag 2015-01-02 09:55:57 +01:00
Dietmar Maurer
9da32f1282 websocket_proxy: correctly close connection 2015-01-02 09:20:09 +01:00
Dietmar Maurer
8173360410 HTTPServer:: mark process in shutdown phase
So that we can see what workers already closed the socket.
2015-01-02 08:54:16 +01:00
Dietmar Maurer
a3eff2d9f1 remove class APIDaemon
Moved last used sub into PVE::API2Tools.
2015-01-01 16:54:21 +01:00
Dietmar Maurer
6669b51cd2 pvedaemon: use PVE::Daemon 2015-01-01 16:38:54 +01:00
Dietmar Maurer
2560c968d1 pveproxy: use PVE::Daemon 2015-01-01 16:19:41 +01:00
Dietmar Maurer
50c4c9170b spiceproxy: use new helpers from PVE::Daemon 2015-01-01 15:43:18 +01:00
Dietmar Maurer
471ddcf91e spiceproxy: always restart unsing HUP
To keep existing spice connections alive.
2015-01-01 15:00:25 +01:00
Dietmar Maurer
d2b85ba226 spiceproxy: use new leave_children_open_on_reload option 2015-01-01 12:12:43 +01:00
Dietmar Maurer
e1cc2687ef spiceproxy: keep socket open on restart 2015-01-01 10:43:01 +01:00
Dietmar Maurer
de72f7ee54 spiceproxy: use more features from PVE::Daemon 2014-12-31 17:52:09 +01:00
Dietmar Maurer
393716a3bf spiceproxy: use PVE::Daemon 2014-12-20 09:44:13 +01:00
Dietmar Maurer
a04d9df819 APIDaemon: fix signal handling
and make sure we do not open inotify handle twice
2014-12-20 09:41:45 +01:00