Dietmar Maurer
1e23ad2dfe
use pveMemoryField for maxmemory
2015-02-10 12:41:08 +01:00
Dietmar Maurer
2d9b21c303
implement pveMemoryField
2015-02-10 12:35:13 +01:00
Dietmar Maurer
f54433af13
bump version to 3.3-17
2015-02-10 11:49:02 +01:00
Dietmar Maurer
06294e9caa
MemoryEdit: avoid hardcoded constants
2015-02-10 11:34:11 +01:00
Alexandre Derumier
27b22399ec
memory form : hotplug improvements
...
we need to change memory field step dynamically, and also map values to dimm size.
Fixme : apply same behaviour for maxmemory field
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-10 06:39:47 +01:00
Dietmar Maurer
e51d0d559b
bump version to 3.3-16
2015-02-09 11:43:26 +01:00
Dietmar Maurer
47c8f4d282
pveproxy: set method to tlsv1 - required for IE
...
IE does not work without setting this. Seems TLSv1_1 and TLSv1_2
requires Net::SSLeay >= 1.55 (see AnyEvent::TLS). So this should
work when we upgrade to Debian 'jessie'.
2015-02-09 10:57:30 +01:00
Dietmar Maurer
7ba6e873fe
bump version to 3.3-15
2015-01-27 12:38:05 +01:00
Dietmar Maurer
2133163f38
GUI: implement hotplug feature selector
2015-01-27 12:19:54 +01:00
Dietmar Maurer
8c66d4ff5c
ZFSPoolEdit: remove poolname field
2015-01-27 08:07:46 +01:00
Wolfgang Link
081e5425fe
Gui storage: change input method
...
change input method in Add:ZFS Storage at ZFS Pool from string to combobox.
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:55:51 +01:00
Wolfgang Link
cc2aa1883b
Gui storage: copy selector methode
...
from LVMEdit.js to ZFSPoolEdit.js
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:44 +01:00
Wolfgang Link
75b2e95dc3
Gui storage: rename storage type
...
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:27 +01:00
Wolfgang Link
9a553c4677
Gui storage: bind ZFSPoolEdit.js and set defaults
...
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:08 +01:00
Wolfgang Link
f631e245d9
Gui storage: modify ZFSPoolEdit.js
...
Change intput description to the needed.
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:50:09 +01:00
Wolfgang Link
06a9d1ede4
Gui storage: copy code as template
...
copy from ZFSEdit.js to ZFSPoolEdit.js
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:49:20 +01:00
Dietmar Maurer
d1489f203a
remove stale README file
...
This contains very old and outdated information, so it is better
to remove completely.
2015-01-24 14:22:58 +01:00
Dietmar Maurer
03aef10e55
bump version to 3.3-14
2015-01-23 09:13:31 +01:00
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