]> git.proxmox.com Git - pve-manager-legacy.git/log
pve-manager-legacy.git
11 years agoDisplay 'Resume' button when VM is 'paused'
Dietmar Maurer [Fri, 18 Jan 2013 05:24:33 +0000 (06:24 +0100)]
Display 'Resume' button when VM is 'paused'

11 years agoadd balloon GUI
Dietmar Maurer [Thu, 17 Jan 2013 11:59:30 +0000 (12:59 +0100)]
add balloon GUI

bump version to 2.3-4

11 years agoavoid perl warning
Dietmar Maurer [Thu, 17 Jan 2013 09:02:47 +0000 (10:02 +0100)]
avoid perl warning

11 years agoupdates for new pve2.3-vm rrd format
Dietmar Maurer [Thu, 17 Jan 2013 08:37:11 +0000 (09:37 +0100)]
updates for new pve2.3-vm rrd format

11 years agoskip ballooning during migration
Alexandre Derumier [Fri, 4 Jan 2013 10:14:07 +0000 (11:14 +0100)]
skip ballooning during migration

avoid to add memory load overhead on the migration with balloon inflate/deflate

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
11 years agouse better icon for open console
Dietmar Maurer [Fri, 4 Jan 2013 07:47:21 +0000 (08:47 +0100)]
use better icon for open console

11 years agodisable auto-ballon if shares is set to zero
Dietmar Maurer [Fri, 28 Dec 2012 13:02:43 +0000 (14:02 +0100)]
disable auto-ballon if shares is set to zero

11 years agoimplement new auto balloon algorithm
Dietmar Maurer [Fri, 28 Dec 2012 11:50:13 +0000 (12:50 +0100)]
implement new auto balloon algorithm

Moved code into PVE/AutoBalloon.pm, and added a regression tests in bin/test/balloontest.pl

11 years agoenable snapshot button only if vm has snapshot feature
Alexandre Derumier [Thu, 27 Dec 2012 15:07:48 +0000 (16:07 +0100)]
enable snapshot button only if vm has snapshot feature

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
11 years agoimplement auto_balloning
Dietmar Maurer [Thu, 20 Dec 2012 12:43:18 +0000 (13:43 +0100)]
implement auto_balloning

bump version to 2.3-3

11 years agobump version to 2.3-2
Dietmar Maurer [Mon, 17 Dec 2012 12:03:32 +0000 (13:03 +0100)]
bump version to 2.3-2

11 years agoadd : HDResize form
Alexandre Derumier [Thu, 13 Dec 2012 14:41:26 +0000 (15:41 +0100)]
add : HDResize form

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
11 years agoexpose hd resize button to gui
Alexandre Derumier [Thu, 13 Dec 2012 14:41:25 +0000 (15:41 +0100)]
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>
11 years agosupport new qemu vma backup files
Dietmar Maurer [Thu, 13 Dec 2012 11:55:09 +0000 (12:55 +0100)]
support new qemu vma backup files

bump version to 2.3-1

11 years agoremove custom GUI timeout for stop and shutdown. Qemu API has already a useful defaul...
Stefan Priebe [Fri, 7 Dec 2012 12:23:13 +0000 (13:23 +0100)]
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>
11 years agoopenvz: partial support for mac_filter
Dietmar Maurer [Thu, 6 Dec 2012 06:35:00 +0000 (07:35 +0100)]
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.

11 years agoupdate request-tracker
Dietmar Maurer [Wed, 28 Nov 2012 06:34:39 +0000 (07:34 +0100)]
update request-tracker

11 years agofix cpu types
Dietmar Maurer [Tue, 27 Nov 2012 05:46:52 +0000 (06:46 +0100)]
fix cpu types

11 years agoBrazilian Transtalion
Dietmar Maurer [Mon, 19 Nov 2012 12:20:13 +0000 (13:20 +0100)]
Brazilian Transtalion

11 years agoadd Norwegian translations
Dietmar Maurer [Thu, 15 Nov 2012 06:34:17 +0000 (07:34 +0100)]
add Norwegian translations

11 years agofix bug #276: create root mount point
Dietmar Maurer [Mon, 5 Nov 2012 05:44:35 +0000 (06:44 +0100)]
fix bug #276: create root mount point

11 years agoadd po/no.po - for Norweigian translation
Dietmar Maurer [Fri, 2 Nov 2012 05:29:39 +0000 (06:29 +0100)]
add po/no.po - for Norweigian translation

11 years agobump version to 2.2-28
Dietmar Maurer [Wed, 31 Oct 2012 13:02:16 +0000 (14:02 +0100)]
bump version to 2.2-28

11 years agoPVE/API2/Nodes: remove hardcoded blowfish cipher PVE/API2/OpenVZ: remove hardcoded...
Stefan Priebe [Wed, 31 Oct 2012 11:16:54 +0000 (12:16 +0100)]
PVE/API2/Nodes: remove hardcoded blowfish cipher PVE/API2/OpenVZ: remove hardcoded blowfish cipher

Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
11 years agoREST.pm: use inlime image data
Dietmar Maurer [Wed, 31 Oct 2012 06:18:44 +0000 (07:18 +0100)]
REST.pm: use inlime image data

New create_rrd_graph returns image data directly - no need to read from file.

11 years agopvestatd: run at lease 10 cycles
Dietmar Maurer [Mon, 29 Oct 2012 12:08:46 +0000 (13:08 +0100)]
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.

11 years agopvestatd: fix server reload
Dietmar Maurer [Mon, 29 Oct 2012 11:32:53 +0000 (12:32 +0100)]
pvestatd: fix server reload

11 years agofix version
Dietmar Maurer [Wed, 24 Oct 2012 07:05:32 +0000 (09:05 +0200)]
fix version

11 years agovncproxy: wait until vnc port is ready (avoid connection errors)
Dietmar Maurer [Wed, 24 Oct 2012 07:02:23 +0000 (09:02 +0200)]
vncproxy: wait until vnc port is ready (avoid connection errors)

11 years agoupdate link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz
Dietmar Maurer [Tue, 23 Oct 2012 08:27:55 +0000 (10:27 +0200)]
update link to new debian-6.0-proxmox-mailgateway_3.1-2_amd64.tar.gz

11 years agofix bug #205
Dietmar Maurer [Tue, 23 Oct 2012 07:52:45 +0000 (09:52 +0200)]
fix bug #205

11 years agoadd win8 to OS type selector
Dietmar Maurer [Tue, 23 Oct 2012 07:41:44 +0000 (09:41 +0200)]
add win8 to OS type selector

11 years agore-add apl upload target
Dietmar Maurer [Tue, 23 Oct 2012 07:17:43 +0000 (09:17 +0200)]
re-add apl upload target

11 years agoupdate applicance list
Dietmar Maurer [Tue, 23 Oct 2012 06:52:16 +0000 (08:52 +0200)]
update applicance list

11 years agobump version to 2.2-22
Dietmar Maurer [Fri, 12 Oct 2012 04:07:32 +0000 (06:07 +0200)]
bump version to 2.2-22

11 years agoalso run 'backup-start' hook in snapshot mode
Dietmar Maurer [Fri, 12 Oct 2012 04:01:42 +0000 (06:01 +0200)]
also run 'backup-start' hook in snapshot mode

11 years agoupdated Slovenian translations
Dietmar Maurer [Mon, 8 Oct 2012 05:04:53 +0000 (07:04 +0200)]
updated Slovenian translations

12 years agocreate /var/run/dtach at pvedaemon startup
Dietmar Maurer [Tue, 2 Oct 2012 08:08:26 +0000 (10:08 +0200)]
create /var/run/dtach at pvedaemon startup

Previos code creates the directory on the wrong node!

12 years agoupdates for vzctl 4.0
Dietmar Maurer [Tue, 2 Oct 2012 07:28:11 +0000 (09:28 +0200)]
updates for vzctl 4.0

12 years agobump version to 2.2-19
Dietmar Maurer [Thu, 27 Sep 2012 07:45:58 +0000 (09:45 +0200)]
bump version to 2.2-19

12 years agouse API call to get next free VMID
Dietmar Maurer [Thu, 27 Sep 2012 06:13:51 +0000 (08:13 +0200)]
use API call to get next free VMID

We cant use the ResourceStore, because it only contains VM accessable for
actual user.

12 years agohack: call setHeight to show scroll bars correctly
Dietmar Maurer [Wed, 26 Sep 2012 09:21:01 +0000 (11:21 +0200)]
hack: call setHeight to show scroll bars correctly

12 years agobump version to 2.2-17
Dietmar Maurer [Mon, 24 Sep 2012 10:06:08 +0000 (12:06 +0200)]
bump version to 2.2-17

12 years agoadded sorter to bridge selection
tgrodzinski [Fri, 14 Sep 2012 11:47:29 +0000 (13:47 +0200)]
added sorter to bridge selection

Signed-off-by: tgrodzinski <t.grodzinski@profihost.ag>
12 years agodisable collapse for snapshot trees.
Dietmar Maurer [Fri, 14 Sep 2012 08:29:26 +0000 (10:29 +0200)]
disable collapse for snapshot trees.

We use double click to open the edit window, and this badly interact
with collapse/expand.

12 years agoalso use TaskProgress for snapshot removal
Dietmar Maurer [Fri, 14 Sep 2012 08:20:34 +0000 (10:20 +0200)]
also use TaskProgress for snapshot removal

12 years agorevert autoscroll hack
Dietmar Maurer [Fri, 14 Sep 2012 08:17:04 +0000 (10:17 +0200)]
revert autoscroll hack

Seem that the bug only occur on my win7 installation, nowhere else.

12 years agouse new TaskProgress feature
Dietmar Maurer [Fri, 14 Sep 2012 07:49:25 +0000 (09:49 +0200)]
use new TaskProgress feature

12 years agoimprove task viewer
Dietmar Maurer [Fri, 14 Sep 2012 07:45:32 +0000 (09:45 +0200)]
improve task viewer

12 years agodisable resize - not neccessary
Dietmar Maurer [Thu, 13 Sep 2012 12:05:58 +0000 (14:05 +0200)]
disable resize - not neccessary

12 years agoadd workaround for autoScroll bug
Dietmar Maurer [Thu, 13 Sep 2012 11:36:24 +0000 (13:36 +0200)]
add workaround for autoScroll bug

12 years agoclear error mask on successful load
Dietmar Maurer [Thu, 13 Sep 2012 11:23:01 +0000 (13:23 +0200)]
clear error mask on successful load

12 years agodisplay full vm settings for snapshots
Dietmar Maurer [Thu, 13 Sep 2012 11:13:51 +0000 (13:13 +0200)]
display full vm settings for snapshots

12 years agoremove debug message
Dietmar Maurer [Thu, 13 Sep 2012 09:45:34 +0000 (11:45 +0200)]
remove debug message

12 years agoconfirm rollback
Dietmar Maurer [Thu, 13 Sep 2012 09:16:28 +0000 (11:16 +0200)]
confirm rollback

12 years agoimprove snapshot tree GUI
Dietmar Maurer [Thu, 13 Sep 2012 09:07:03 +0000 (11:07 +0200)]
improve snapshot tree GUI

Add dynamic updates, sort correctly.

12 years agomprove snapshot GUI
Dietmar Maurer [Tue, 11 Sep 2012 11:18:21 +0000 (13:18 +0200)]
mprove snapshot GUI

12 years agoadd icons for snapshots
Dietmar Maurer [Tue, 11 Sep 2012 09:27:40 +0000 (11:27 +0200)]
add icons for snapshots

12 years agoadd snapshot rollback and delete buttons
Dietmar Maurer [Mon, 10 Sep 2012 11:52:04 +0000 (13:52 +0200)]
add snapshot rollback and delete buttons

12 years agoadd snapshot tree to GUI
Dietmar Maurer [Mon, 10 Sep 2012 11:30:38 +0000 (13:30 +0200)]
add snapshot tree to GUI

12 years agoadd descriptions for snapshot tasks
Dietmar Maurer [Mon, 10 Sep 2012 10:10:42 +0000 (12:10 +0200)]
add descriptions for snapshot tasks

12 years agoGUI: allow to select SCSI disks when creating VMs
Dietmar Maurer [Wed, 5 Sep 2012 09:02:36 +0000 (11:02 +0200)]
GUI: allow to select SCSI disks when creating VMs

Booting from SCSI disks works again in qemu-1.2.

12 years agofix bug 178: correctly verify if VMID is already used
Dietmar Maurer [Wed, 5 Sep 2012 07:33:29 +0000 (09:33 +0200)]
fix bug 178: correctly verify if VMID is already used

12 years agovzrestore: allow --storage option
Dietmar Maurer [Wed, 5 Sep 2012 06:05:16 +0000 (08:05 +0200)]
vzrestore: allow --storage option

12 years agoremoved startall/stopall commands
Dietmar Maurer [Wed, 5 Sep 2012 05:57:06 +0000 (07:57 +0200)]
removed startall/stopall commands

Because we now support startup priorities, and start/stop order must include KVM VMs.

12 years agouse toLowerCase() for textfilter.
Dietmar Maurer [Tue, 4 Sep 2012 04:21:14 +0000 (06:21 +0200)]
use toLowerCase() for textfilter.

12 years agouse mbps instead of bps
Dietmar Maurer [Wed, 29 Aug 2012 11:47:42 +0000 (13:47 +0200)]
use mbps instead of bps

12 years agomake lint happy
Dietmar Maurer [Wed, 29 Aug 2012 09:35:02 +0000 (11:35 +0200)]
make lint happy

12 years agoadd scsihw option to GUI
Dietmar Maurer [Wed, 29 Aug 2012 09:29:13 +0000 (11:29 +0200)]
add scsihw option to GUI

12 years agoadd SATA to GUI
Dietmar Maurer [Wed, 29 Aug 2012 08:52:13 +0000 (10:52 +0200)]
add SATA to GUI

12 years agobump version to 2.1-15
Dietmar Maurer [Wed, 29 Aug 2012 05:17:32 +0000 (07:17 +0200)]
bump version to 2.1-15

12 years agoadd slovenian translation (thanks to Dojan Borstnar)
Dietmar Maurer [Wed, 29 Aug 2012 05:14:13 +0000 (07:14 +0200)]
add slovenian translation (thanks to Dojan Borstnar)

12 years agoadd sl.po
Dietmar Maurer [Tue, 28 Aug 2012 09:35:17 +0000 (11:35 +0200)]
add sl.po

12 years agomigrate GUI: select online flag automatically
Dietmar Maurer [Mon, 27 Aug 2012 06:57:37 +0000 (08:57 +0200)]
migrate GUI: select online flag automatically

12 years agofix spelling errors
Dietmar Maurer [Sat, 25 Aug 2012 07:00:06 +0000 (09:00 +0200)]
fix spelling errors

12 years agohide create menu for rbd, sheepdog, and nexenta
Dietmar Maurer [Fri, 24 Aug 2012 08:53:06 +0000 (10:53 +0200)]
hide create menu for rbd, sheepdog, and nexenta

Util they are more stable. And vzdump should work too with those types.

12 years agoadd nexenta storage panel
Alexandre Derumier [Fri, 17 Aug 2012 13:51:23 +0000 (15:51 +0200)]
add nexenta storage panel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agoadd sheepdog storage panel
Alexandre Derumier [Fri, 17 Aug 2012 13:51:22 +0000 (15:51 +0200)]
add sheepdog storage panel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agoadd rbd storage panel
Alexandre Derumier [Fri, 17 Aug 2012 13:51:20 +0000 (15:51 +0200)]
add rbd storage panel

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agoutils: display new storage type
Alexandre Derumier [Fri, 17 Aug 2012 13:51:21 +0000 (15:51 +0200)]
utils: display new storage type

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agodisable format selection for rbd, sheepdog, nexenta
Alexandre Derumier [Fri, 17 Aug 2012 13:51:19 +0000 (15:51 +0200)]
disable format selection for rbd, sheepdog, nexenta

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agoallow up to 16 virtio disks
Dietmar Maurer [Thu, 23 Aug 2012 10:50:49 +0000 (12:50 +0200)]
allow up to 16 virtio disks

12 years agofix bug 234: use correct nameserver order
Dietmar Maurer [Tue, 21 Aug 2012 10:58:03 +0000 (12:58 +0200)]
fix bug 234: use correct nameserver order

12 years agofix bug #236: do not pass fixed shutdown timeout
Dietmar Maurer [Tue, 21 Aug 2012 10:57:11 +0000 (12:57 +0200)]
fix bug #236: do not pass fixed shutdown timeout

12 years agocpumodels : add missing sandybridge and Opteron_G4 cpu models
Alexandre Derumier [Fri, 17 Aug 2012 14:54:37 +0000 (16:54 +0200)]
cpumodels : add missing sandybridge and Opteron_G4 cpu models

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agofix startup ordering
Dietmar Maurer [Tue, 7 Aug 2012 07:21:19 +0000 (09:21 +0200)]
fix startup ordering

12 years agoallow minimum disk sizes of nearly 1MB
tgrodzinski [Thu, 2 Aug 2012 13:50:57 +0000 (15:50 +0200)]
allow minimum disk sizes of nearly 1MB

Signed-off-by: tgrodzinski <t.grodzinski@profihost.ag>
12 years agoupdated Danish translation
Dietmar Maurer [Thu, 26 Jul 2012 12:21:49 +0000 (14:21 +0200)]
updated Danish translation

12 years agoadd diskread, diskwrite, netin, netout to ResourceStore grid stats
Alexandre Derumier [Thu, 5 Jul 2012 11:24:03 +0000 (13:24 +0200)]
add diskread, diskwrite, netin, netout to ResourceStore grid stats

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
12 years agouse QMP to query detailed blockstats from KVM
Dietmar Maurer [Fri, 13 Jul 2012 07:37:18 +0000 (09:37 +0200)]
use QMP to query detailed blockstats from KVM

12 years agoAdd Tab key to SendKey menu.
Michel Loiseleur [Tue, 10 Jul 2012 21:09:28 +0000 (23:09 +0200)]
Add Tab key to SendKey menu.

It's a workaround for b#16

Signed-off-by: Michel Loiseleur <michel@loiseleur.com>
12 years agoadded Polish translation
Dietmar Maurer [Thu, 28 Jun 2012 04:58:39 +0000 (06:58 +0200)]
added Polish translation

12 years agodisplay version info after login
Dietmar Maurer [Mon, 25 Jun 2012 09:40:32 +0000 (11:40 +0200)]
display version info after login

It is a security risk to display version info to unauthenticated users.

12 years agouse 1024*1024 instead of 1000000 for disk io limits
Dietmar Maurer [Mon, 18 Jun 2012 04:20:23 +0000 (06:20 +0200)]
use 1024*1024 instead of 1000000 for disk io limits

12 years agouse MB/s instead of bytes/s
Dietmar Maurer [Thu, 14 Jun 2012 07:39:34 +0000 (09:39 +0200)]
use MB/s instead of bytes/s

12 years agoimprove rate limit GUI
Dietmar Maurer [Thu, 14 Jun 2012 06:54:27 +0000 (08:54 +0200)]
improve rate limit GUI

12 years agoAdds configuration of disk io op/s and byte/s limits
Timo Grodzinski [Fri, 8 Jun 2012 15:54:04 +0000 (17:54 +0200)]
Adds configuration of disk io op/s and byte/s limits

Signed-off-by: Timo Grodzinski <t.grodzinski@profihost.ag>
12 years agoadd Catalan translation
Dietmar Maurer [Thu, 14 Jun 2012 05:02:53 +0000 (07:02 +0200)]
add Catalan translation

12 years agoadd Catalan translation file
Dietmar Maurer [Wed, 13 Jun 2012 15:38:23 +0000 (17:38 +0200)]
add Catalan translation file

12 years agouse numeric sorting in startall
Dietmar Maurer [Tue, 5 Jun 2012 04:14:59 +0000 (06:14 +0200)]
use numeric sorting in startall