Commit Graph

607 Commits

Author SHA1 Message Date
Dietmar Maurer
53f13052ed implement new auto balloon algorithm
Moved code into PVE/AutoBalloon.pm, and added a regression tests in bin/test/balloontest.pl
2012-12-28 12:50:13 +01:00
Alexandre Derumier
625eb827d5 enable snapshot button only if vm has snapshot feature
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2012-12-28 07:55:42 +01:00
Dietmar Maurer
0883a37846 implement auto_balloning
bump version to 2.3-3
2012-12-20 13:45:19 +01:00
Dietmar Maurer
c4fd929e5f bump version to 2.3-2 2012-12-17 13:03:32 +01:00
Alexandre Derumier
59b0923fa2 add : HDResize form
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2012-12-17 12:58:10 +01:00
Alexandre Derumier
28f52bd4f5 expose hd resize button to gui
This add a resize button in hardwaretab view. (only enabled if element selected is a disk)

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2012-12-17 12:58:04 +01:00
Dietmar Maurer
757fd3d5b9 support new qemu vma backup files
bump version to 2.3-1
2012-12-13 12:55:09 +01:00
Stefan Priebe
ae60540eb1 remove custom GUI timeout for stop and shutdown. Qemu API has already a useful default timeout.
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
2012-12-10 10:16:09 +01:00
Dietmar Maurer
4bfdc21810 openvz: partial support for mac_filter
With this patch interfaces with mac_filter option are at least displayed
on the GUI. But it is still not possible to set the option, because
vzctl netif_add does not support the option.
2012-12-06 07:35:00 +01:00
Dietmar Maurer
da477551ea update request-tracker 2012-11-28 07:34:39 +01:00
Dietmar Maurer
7c5f127dd5 fix cpu types 2012-11-27 06:46:52 +01:00
Dietmar Maurer
d97c59832c Brazilian Transtalion 2012-11-19 13:20:13 +01:00
Dietmar Maurer
2d32003f0c add Norwegian translations 2012-11-15 07:34:17 +01:00
Dietmar Maurer
e3ceeb18e7 fix bug #276: create root mount point 2012-11-05 06:44:35 +01:00
Dietmar Maurer
24386563fc bump version to 2.2-28 2012-10-31 14:02:16 +01:00
Stefan Priebe
f2c68844cf PVE/API2/Nodes: remove hardcoded blowfish cipher PVE/API2/OpenVZ: remove hardcoded blowfish cipher
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
2012-10-31 14:00:36 +01:00
Dietmar Maurer
0ba26fb503 REST.pm: use inlime image data
New create_rrd_graph returns image data directly - no need to read from file.
2012-10-31 07:18:44 +01:00
Dietmar Maurer
9dbdda49d0 pvestatd: run at lease 10 cycles
Comment from Stefan: I've seen that it takes up to 10 cycles to have a
constant memory size. I think this is due to the fact that perls garbage
collection is not running every after each cycle.
2012-10-29 13:08:46 +01:00
Dietmar Maurer
350b3b46e9 pvestatd: fix server reload 2012-10-29 12:32:53 +01:00
Dietmar Maurer
4d84471293 fix version 2012-10-24 09:05:32 +02:00
Dietmar Maurer
6806a0f851 vncproxy: wait until vnc port is ready (avoid connection errors) 2012-10-24 09:02:23 +02:00
Dietmar Maurer
739b444d7c update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz 2012-10-23 10:27:55 +02:00
Dietmar Maurer
92fd515b47 fix bug #205 2012-10-23 09:52:45 +02:00
Dietmar Maurer
1d7334d22f add win8 to OS type selector 2012-10-23 09:41:44 +02:00
Dietmar Maurer
efd7913aac re-add apl upload target 2012-10-23 09:17:43 +02:00
Dietmar Maurer
e109bf2ed7 update applicance list 2012-10-23 08:54:12 +02:00
Dietmar Maurer
5b90f721be bump version to 2.2-22 2012-10-12 06:07:32 +02:00
Dietmar Maurer
c5be0f8c43 also run 'backup-start' hook in snapshot mode 2012-10-12 06:01:42 +02:00
Dietmar Maurer
a2d331848d create /var/run/dtach at pvedaemon startup
Previos code creates the directory on the wrong node!
2012-10-02 10:11:16 +02:00
Dietmar Maurer
f9d4fc64e2 updates for vzctl 4.0 2012-10-02 09:28:11 +02:00
Dietmar Maurer
4d37f8b41e bump version to 2.2-19 2012-09-27 09:45:58 +02:00
Dietmar Maurer
e893439e32 use API call to get next free VMID
We cant use the ResourceStore, because it only contains VM accessable for
actual user.
2012-09-27 08:13:51 +02:00
Dietmar Maurer
995ac416dd hack: call setHeight to show scroll bars correctly 2012-09-26 11:23:06 +02:00
Dietmar Maurer
13d5c117b1 bump version to 2.2-17 2012-09-24 12:06:08 +02:00
tgrodzinski
b12611b514 added sorter to bridge selection
Signed-off-by: tgrodzinski <t.grodzinski@profihost.ag>
2012-09-14 14:31:27 +02:00
Dietmar Maurer
8e6c45c6da disable collapse for snapshot trees.
We use double click to open the edit window, and this badly interact
with collapse/expand.
2012-09-14 10:29:26 +02:00
Dietmar Maurer
d3e0245707 also use TaskProgress for snapshot removal 2012-09-14 10:20:34 +02:00
Dietmar Maurer
689aca16e1 revert autoscroll hack
Seem that the bug only occur on my win7 installation, nowhere else.
2012-09-14 10:17:04 +02:00
Dietmar Maurer
af03191c31 use new TaskProgress feature 2012-09-14 09:49:25 +02:00
Dietmar Maurer
47a5865acb improve task viewer 2012-09-14 09:47:55 +02:00
Dietmar Maurer
12427b64b0 disable resize - not neccessary 2012-09-13 14:05:58 +02:00
Dietmar Maurer
25c6ff2d9b add workaround for autoScroll bug 2012-09-13 13:36:24 +02:00
Dietmar Maurer
ebc2d29053 clear error mask on successful load 2012-09-13 13:23:01 +02:00
Dietmar Maurer
576a5d516a display full vm settings for snapshots 2012-09-13 13:13:51 +02:00
Dietmar Maurer
bfb37bcd86 remove debug message 2012-09-13 11:45:34 +02:00
Dietmar Maurer
ee69f57f7c confirm rollback 2012-09-13 11:16:28 +02:00
Dietmar Maurer
d0780afcb0 improve snapshot tree GUI
Add dynamic updates, sort correctly.
2012-09-13 11:07:03 +02:00
Dietmar Maurer
5465dda8e7 mprove snapshot GUI 2012-09-11 13:18:21 +02:00
Dietmar Maurer
6ec2c38b76 add icons for snapshots 2012-09-11 11:27:40 +02:00
Dietmar Maurer
015f9fd336 add snapshot rollback and delete buttons 2012-09-10 13:52:04 +02:00