]> git.proxmox.com Git - pve-manager.git/log
pve-manager.git
9 years agospiceproxy: keep socket open on restart
Dietmar Maurer [Thu, 1 Jan 2015 09:43:01 +0000 (10:43 +0100)]
spiceproxy: keep socket open on restart

9 years agospiceproxy: use more features from PVE::Daemon
Dietmar Maurer [Wed, 31 Dec 2014 16:51:30 +0000 (17:51 +0100)]
spiceproxy: use more features from PVE::Daemon

9 years agospiceproxy: use PVE::Daemon
Dietmar Maurer [Sat, 20 Dec 2014 08:44:13 +0000 (09:44 +0100)]
spiceproxy: use PVE::Daemon

9 years agoAPIDaemon: fix signal handling
Dietmar Maurer [Sat, 20 Dec 2014 08:41:45 +0000 (09:41 +0100)]
APIDaemon: fix signal handling

and make sure we do not open inotify handle twice

9 years agodepend on libev-perl
Dietmar Maurer [Thu, 18 Dec 2014 15:01:29 +0000 (16:01 +0100)]
depend on libev-perl

This is the preferred/default event loop for AnyEvent. This is faster and
better tested than the native perl loop.

9 years agofix arguments for register_restart_command
Dietmar Maurer [Thu, 18 Dec 2014 12:52:47 +0000 (13:52 +0100)]
fix arguments for register_restart_command

9 years agospiceproxy: do not use perl flag -w
Dietmar Maurer [Thu, 18 Dec 2014 09:43:27 +0000 (10:43 +0100)]
spiceproxy: do not use perl flag -w

9 years agopvestatd: use new Daemon class from pve-common
Dietmar Maurer [Thu, 18 Dec 2014 09:42:27 +0000 (10:42 +0100)]
pvestatd: use new Daemon class from pve-common

9 years agobump version to 3.3-8
Dietmar Maurer [Tue, 2 Dec 2014 13:04:57 +0000 (14:04 +0100)]
bump version to 3.3-8

9 years agopveproxy: also support newer tls versions
Dietmar Maurer [Tue, 2 Dec 2014 13:01:32 +0000 (14:01 +0100)]
pveproxy: also support newer tls versions

9 years agobump version to 3.3-7
Dietmar Maurer [Wed, 26 Nov 2014 05:57:13 +0000 (06:57 +0100)]
bump version to 3.3-7

9 years agoavoid warning about uninitialized value
Dietmar Maurer [Wed, 26 Nov 2014 05:55:55 +0000 (06:55 +0100)]
avoid warning about uninitialized value

9 years agobump version to 3.3-6
Dietmar Maurer [Mon, 24 Nov 2014 05:46:46 +0000 (06:46 +0100)]
bump version to 3.3-6

9 years agoinstall missing file EmailNotificationSelector.js
Dietmar Maurer [Mon, 24 Nov 2014 05:46:01 +0000 (06:46 +0100)]
install missing file EmailNotificationSelector.js

9 years agoFixed typo in backup API
Tobias Doerffel [Fri, 21 Nov 2014 09:27:40 +0000 (10:27 +0100)]
Fixed typo in backup API

Signed-off-by: Tobias Doerffel <tobias.doerffel@ed-chemnitz.de>
9 years agoVZDump: fixed typo in description for size parameter
Tobias Doerffel [Fri, 21 Nov 2014 09:27:39 +0000 (10:27 +0100)]
VZDump: fixed typo in description for size parameter

Signed-off-by: Tobias Doerffel <tobias.doerffel@ed-chemnitz.de>
9 years agoVZDump: added email notification setting
Tobias Doerffel [Fri, 21 Nov 2014 09:27:38 +0000 (10:27 +0100)]
VZDump: added email notification setting

It's now possible to make VZDump only send a mail in case of a failure.

Signed-off-by: Tobias Doerffel <tobias.doerffel@ed-chemnitz.de>
9 years agoBug#579: add START parameter in /etc/default/pve-manager
Wolfgang Link [Mon, 17 Nov 2014 13:32:39 +0000 (14:32 +0100)]
Bug#579: add START parameter in /etc/default/pve-manager

add check if START Parameter is set in FILE: /etc/default/pve-manager
If START="no" NO VM will start if pve-manager start is called
If START!="no" or not present, VMs will use the boot_at_start Flag

Signed-off-by: Wolfgang Link <wolfgang@linksystems.org>
9 years agobump version to 3.3-5
Dietmar Maurer [Thu, 23 Oct 2014 09:04:55 +0000 (11:04 +0200)]
bump version to 3.3-5

9 years agoVZDump: send an error email in case of lock failure
Stefan Priebe [Wed, 22 Oct 2014 19:39:47 +0000 (21:39 +0200)]
VZDump: send an error email in case of lock failure

Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
9 years agobump version to 3.3-4
Dietmar Maurer [Wed, 15 Oct 2014 13:49:45 +0000 (15:49 +0200)]
bump version to 3.3-4

9 years agopveproxy: limit ourselfes to tlsv1
Dietmar Maurer [Wed, 15 Oct 2014 13:46:47 +0000 (15:46 +0200)]
pveproxy: limit ourselfes to tlsv1

older versions are considered insecure, for example search for "Poodle"-Attac

9 years agobump version to 3.3-3
Dietmar Maurer [Thu, 9 Oct 2014 07:39:18 +0000 (09:39 +0200)]
bump version to 3.3-3

9 years agoAdd suspend/resume options to the mobile web UI menus
Dan Hunsaker [Wed, 8 Oct 2014 23:02:08 +0000 (17:02 -0600)]
Add suspend/resume options to the mobile web UI menus

With the new mobile interface, we need to implement UI changes in two
places.  This lets us simplify our mobile interface so it isn't cluttered
with options that mobile browsers can't easily handle, usually due to size.
This patch implements Suspend and Resume of VMs and CTs via the mobile
web UI.

Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>
9 years agoAdd suspend/resume options to web UI CmdMenus
Dan Hunsaker [Wed, 8 Oct 2014 23:02:07 +0000 (17:02 -0600)]
Add suspend/resume options to web UI CmdMenus

The PVE2 API supports suspend/resume of VMs (and now CTs), but the web UI
doesn't make these options available.  This patch adds Suspend and Resume
items to the CmdMenus of OpenVZ and QEMU guests.  I considered adding the
options to the toolbar, but since it is already pretty full, I opted
against doing so for the moment.  Perhaps the various startup options can
be combined into a dropdown menu similar to how the console options are
set up, and the various shutdown opitons combined into another.  That
would provide the necesarry space to add the Suspend and Resume options
there.

This patch also provides descriptions for Suspend and Resume tasks in the
task logs, bringing full suspend/resume support to the web GUI.

Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>
9 years agoAdd suspend/resume support to pvectl
Dan Hunsaker [Wed, 8 Oct 2014 23:02:06 +0000 (17:02 -0600)]
Add suspend/resume support to pvectl

Now that the API supports CT suspend/resume, it makes sense to have pvectl
support it, too.  It *does* use different names than vzctl does, but it
seems to make sense to be consistent with the API naming in a PVE utility.

Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>
9 years agosmall cleanup
Dietmar Maurer [Thu, 9 Oct 2014 07:23:00 +0000 (09:23 +0200)]
small cleanup

9 years agoAdd CT suspend/resume support via PVE2 API
Dan Hunsaker [Wed, 8 Oct 2014 23:02:05 +0000 (17:02 -0600)]
Add CT suspend/resume support via PVE2 API

Suspend/resume support for VMs has been in the PVE2 API for some time,
but even though vzctl supports suspend/resume (what they call checkpoint/
restore), the API doesn't yet support suspend/resume for CTs.  This patch
adds that support.

Signed-off-by: Dan Hunsaker <danhunsaker@gmail.com>
9 years agobump version to 3.3-2
Dietmar Maurer [Wed, 17 Sep 2014 14:34:57 +0000 (16:34 +0200)]
bump version to 3.3-2

9 years agofix bug #534: implement firewall checkbox for OpenVZ CreateWizard
Dietmar Maurer [Wed, 17 Sep 2014 14:33:01 +0000 (16:33 +0200)]
fix bug #534: implement firewall checkbox for OpenVZ CreateWizard

9 years agobump version to 3.3-1
Dietmar Maurer [Mon, 8 Sep 2014 07:56:38 +0000 (09:56 +0200)]
bump version to 3.3-1

9 years agoi18n: add missing gettext calls
Dietmar Maurer [Mon, 8 Sep 2014 07:50:30 +0000 (09:50 +0200)]
i18n: add missing gettext calls

9 years agoi18n: use gettext for 'Path' and 'Target'
Dietmar Maurer [Mon, 8 Sep 2014 06:27:32 +0000 (08:27 +0200)]
i18n: use gettext for 'Path' and 'Target'

9 years agoceph: use 'firefly' as default release
Dietmar Maurer [Mon, 8 Sep 2014 04:53:51 +0000 (06:53 +0200)]
ceph: use 'firefly' as default release

9 years agobump version to 3.2-31
Dietmar Maurer [Thu, 4 Sep 2014 15:35:12 +0000 (17:35 +0200)]
bump version to 3.2-31

9 years agoGUI: add new email_from option to datacenter.cfg
Stanislav German-Evtushenko [Thu, 4 Sep 2014 12:39:17 +0000 (12:39 +0000)]
GUI: add new email_from option to datacenter.cfg

Signed-off-by: Stanislav German-Evtushenko <ginermail@gmail.com>
9 years agobump version to 3.2-30
Dietmar Maurer [Mon, 1 Sep 2014 09:38:51 +0000 (11:38 +0200)]
bump version to 3.2-30

9 years agoresourcegrid : add template menu
Alexandre Derumier [Thu, 28 Aug 2014 14:15:52 +0000 (16:15 +0200)]
resourcegrid : add template menu

same than the resourcetree
or we can create linked clone from the grid

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agofix label width for spanish translation
Dietmar Maurer [Fri, 29 Aug 2014 06:08:22 +0000 (08:08 +0200)]
fix label width for spanish translation

9 years agoibump version to 3.2-29
Dietmar Maurer [Wed, 27 Aug 2014 09:53:16 +0000 (11:53 +0200)]
ibump version to 3.2-29

9 years agoglusterfs GUI: new option server2 to specify backup volfile server
Dietmar Maurer [Wed, 27 Aug 2014 09:51:19 +0000 (11:51 +0200)]
glusterfs GUI: new option server2 to specify backup volfile server

9 years agouse combobox for iscsiprovider
Dietmar Maurer [Tue, 26 Aug 2014 08:10:45 +0000 (10:10 +0200)]
use combobox for iscsiprovider

9 years agobump version to 3.2-28
Dietmar Maurer [Tue, 26 Aug 2014 07:36:49 +0000 (09:36 +0200)]
bump version to 3.2-28

9 years agoGUI: allow to add ZFS storage
Dietmar Maurer [Tue, 26 Aug 2014 07:35:24 +0000 (09:35 +0200)]
GUI: allow to add ZFS storage

9 years agobump version to 3.2-27
Dietmar Maurer [Thu, 21 Aug 2014 10:08:20 +0000 (12:08 +0200)]
bump version to 3.2-27

9 years agofix bug #554: do not set delete flag on create
Dietmar Maurer [Thu, 21 Aug 2014 10:06:12 +0000 (12:06 +0200)]
fix bug #554: do not set delete flag on create

9 years agobump version to 3.2-26
Dietmar Maurer [Thu, 21 Aug 2014 07:21:02 +0000 (09:21 +0200)]
bump version to 3.2-26

9 years agouse better icons for storage menu
Dietmar Maurer [Thu, 21 Aug 2014 07:19:47 +0000 (09:19 +0200)]
use better icons for storage menu

9 years agofix changelog
Dietmar Maurer [Wed, 20 Aug 2014 10:23:58 +0000 (12:23 +0200)]
fix changelog

9 years agoadd Broadwell cpu model
Alexandre Derumier [Mon, 18 Aug 2014 13:58:46 +0000 (15:58 +0200)]
add Broadwell cpu model

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agobump version to 3.2-25
Dietmar Maurer [Wed, 20 Aug 2014 10:19:16 +0000 (12:19 +0200)]
bump version to 3.2-25

9 years agoadd discard option to qemu drive
Alexandre Derumier [Thu, 14 Aug 2014 11:52:53 +0000 (13:52 +0200)]
add discard option to qemu drive

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agocleanup gettext translation for firewall panel
Dietmar Maurer [Wed, 13 Aug 2014 10:57:51 +0000 (12:57 +0200)]
cleanup gettext translation for firewall panel

Avoid use of plural to minimize translation overhead.

9 years agouse gettext for 'none'
Dietmar Maurer [Wed, 13 Aug 2014 10:46:05 +0000 (12:46 +0200)]
use gettext for 'none'

9 years agoResourceStore: correctly translate online column
Dietmar Maurer [Wed, 13 Aug 2014 10:22:03 +0000 (12:22 +0200)]
ResourceStore: correctly translate online column

9 years agoGUI: show correct node status in 'Storage View'
Dietmar Maurer [Wed, 13 Aug 2014 07:11:38 +0000 (09:11 +0200)]
GUI: show correct node status in 'Storage View'

9 years agobump version to 3.2-24
Dietmar Maurer [Wed, 13 Aug 2014 06:08:20 +0000 (08:08 +0200)]
bump version to 3.2-24

9 years agoGUI: add pool view
Dietmar Maurer [Wed, 13 Aug 2014 06:06:18 +0000 (08:06 +0200)]
GUI: add pool view

9 years agofix css for expanded x-tree-node-pool
Dietmar Maurer [Wed, 13 Aug 2014 05:47:19 +0000 (07:47 +0200)]
fix css for expanded x-tree-node-pool

9 years agobump version to 3.2-23
Dietmar Maurer [Mon, 11 Aug 2014 08:11:49 +0000 (10:11 +0200)]
bump version to 3.2-23

9 years agobump version to 3.2-22
Dietmar Maurer [Thu, 7 Aug 2014 09:08:41 +0000 (11:08 +0200)]
bump version to 3.2-22

9 years agomobile: register OpenVZ migrate page
Dietmar Maurer [Thu, 7 Aug 2014 08:17:45 +0000 (10:17 +0200)]
mobile: register OpenVZ migrate page

9 years agonovnc: canvas size attributes do not need 'px'
Dietmar Maurer [Thu, 7 Aug 2014 07:54:13 +0000 (09:54 +0200)]
novnc: canvas size attributes do not need 'px'

9 years agobump version to 3.2-21
Dietmar Maurer [Wed, 6 Aug 2014 07:10:14 +0000 (09:10 +0200)]
bump version to 3.2-21

9 years agonovnc: generate pve command menu dynamically
Dietmar Maurer [Wed, 6 Aug 2014 07:01:28 +0000 (09:01 +0200)]
novnc: generate pve command menu dynamically

9 years agonovnc: add sendKey menu
Dietmar Maurer [Wed, 6 Aug 2014 06:32:09 +0000 (08:32 +0200)]
novnc: add sendKey menu

9 years agoupdate Chinese translation
Dietmar Maurer [Tue, 5 Aug 2014 08:02:45 +0000 (10:02 +0200)]
update Chinese translation

9 years agobump version to 3.2-20
Dietmar Maurer [Tue, 5 Aug 2014 07:31:10 +0000 (09:31 +0200)]
bump version to 3.2-20

9 years agomobile: add missing file
Dietmar Maurer [Tue, 5 Aug 2014 07:16:05 +0000 (09:16 +0200)]
mobile: add missing file

9 years agomobile: improve error display
Dietmar Maurer [Tue, 5 Aug 2014 07:15:14 +0000 (09:15 +0200)]
mobile: improve error display

9 years agomobile: implement two factor auth
Dietmar Maurer [Tue, 5 Aug 2014 06:57:08 +0000 (08:57 +0200)]
mobile: implement two factor auth

9 years agoadd sencha touch based GUI for mobile devices
Dietmar Maurer [Tue, 5 Aug 2014 06:31:17 +0000 (08:31 +0200)]
add sencha touch based GUI for mobile devices

9 years agoadd sencha touch framework
Dietmar Maurer [Tue, 5 Aug 2014 05:00:02 +0000 (07:00 +0200)]
add sencha touch framework

9 years agogenerate index file for noVNC here
Dietmar Maurer [Tue, 5 Aug 2014 04:38:01 +0000 (06:38 +0200)]
generate index file for noVNC here

Include CSRFToken and gettext catalogs.

9 years agomove index file generation into extra file PVE/ExtJSIndex.pm
Dietmar Maurer [Mon, 4 Aug 2014 06:32:21 +0000 (08:32 +0200)]
move index file generation into extra file PVE/ExtJSIndex.pm

And load locale files instead of including them into image.

9 years agoHTTPServer: add support for font files (content types)
Dietmar Maurer [Fri, 1 Aug 2014 04:22:53 +0000 (06:22 +0200)]
HTTPServer: add support for font files (content types)

9 years agofix typo
Dietmar Maurer [Wed, 30 Jul 2014 07:32:25 +0000 (09:32 +0200)]
fix typo

9 years agoqemu GUI: add hotplug option
Dietmar Maurer [Wed, 30 Jul 2014 04:27:39 +0000 (06:27 +0200)]
qemu GUI: add hotplug option

9 years agobump version to 3.2-19
Dietmar Maurer [Tue, 29 Jul 2014 05:15:25 +0000 (07:15 +0200)]
bump version to 3.2-19

9 years agoha migrate: return non-critical error if migrate failed by VM is still running
Dietmar Maurer [Tue, 29 Jul 2014 05:13:42 +0000 (07:13 +0200)]
ha migrate: return non-critical error if migrate failed by VM is still running

9 years agobump version to 3.2-18
Dietmar Maurer [Wed, 23 Jul 2014 05:27:38 +0000 (07:27 +0200)]
bump version to 3.2-18

9 years agooath: add 'step' and 'digits' options
Dietmar Maurer [Wed, 23 Jul 2014 05:26:30 +0000 (07:26 +0200)]
oath: add 'step' and 'digits' options

9 years agofix translation of Ext.Date.dayNames
Dietmar Maurer [Mon, 21 Jul 2014 05:08:43 +0000 (07:08 +0200)]
fix translation of Ext.Date.dayNames

We need to call htmlDecode() to remove html entities.

9 years agoincrease column width on Qemu/Options
Dietmar Maurer [Mon, 21 Jul 2014 04:38:25 +0000 (06:38 +0200)]
increase column width on Qemu/Options

9 years agoallow to set/edit two factor authentication
Dietmar Maurer [Fri, 18 Jul 2014 09:45:58 +0000 (11:45 +0200)]
allow to set/edit two factor authentication

9 years agobump version to 3.2-17
Dietmar Maurer [Fri, 18 Jul 2014 06:23:26 +0000 (08:23 +0200)]
bump version to 3.2-17

9 years agoincrease label width in restore dialog
Dietmar Maurer [Fri, 18 Jul 2014 06:13:03 +0000 (08:13 +0200)]
increase label width in restore dialog

9 years agocleanup: use pveContentTypeSelector whenever possible
Dietmar Maurer [Mon, 14 Jul 2014 08:49:16 +0000 (10:49 +0200)]
cleanup: use pveContentTypeSelector whenever possible

9 years agocorrectly translate storage content types
Dietmar Maurer [Mon, 14 Jul 2014 08:42:07 +0000 (10:42 +0200)]
correctly translate storage content types

9 years agotranslate 'Directory'
Dietmar Maurer [Mon, 14 Jul 2014 06:58:15 +0000 (08:58 +0200)]
translate 'Directory'

9 years agotranslate "Do not use any media"
Dietmar Maurer [Mon, 14 Jul 2014 06:45:40 +0000 (08:45 +0200)]
translate "Do not use any media"

9 years agocorrectly use gettext('Name') in clone GUI
Dietmar Maurer [Mon, 14 Jul 2014 06:27:56 +0000 (08:27 +0200)]
correctly use gettext('Name') in clone GUI

9 years agoupdate translation files
Dietmar Maurer [Mon, 14 Jul 2014 06:19:50 +0000 (08:19 +0200)]
update translation files

9 years agonoVNC: remove unnecessary padding
Dietmar Maurer [Fri, 27 Jun 2014 14:28:21 +0000 (16:28 +0200)]
noVNC: remove unnecessary padding

Height is still wrong, dont know why!

9 years agofix syntax error from previous commit, white space cleanups
Dietmar Maurer [Fri, 27 Jun 2014 09:38:06 +0000 (11:38 +0200)]
fix syntax error from previous commit, white space cleanups

9 years agoMissing commas added
Michael Rasmussen [Thu, 26 Jun 2014 18:31:59 +0000 (20:31 +0200)]
Missing commas added

Signed-off-by: Michael Rasmussen <mir@datanom.net>
9 years agoExtend ZFS GUI to include new features
Michael Rasmussen [Thu, 26 Jun 2014 18:27:04 +0000 (20:27 +0200)]
Extend ZFS GUI to include new features

Signed-off-by: Michael Rasmussen <mir@datanom.net>
9 years agodetectMigratedVM: also set changed wsurl (websocket url)
Dietmar Maurer [Fri, 27 Jun 2014 08:49:26 +0000 (10:49 +0200)]
detectMigratedVM: also set changed wsurl (websocket url)

9 years agobump version to 3.2-16
Dietmar Maurer [Fri, 27 Jun 2014 08:31:48 +0000 (10:31 +0200)]
bump version to 3.2-16

9 years agoimprove novnc console, and display connection errors
Dietmar Maurer [Fri, 27 Jun 2014 08:30:12 +0000 (10:30 +0200)]
improve novnc console, and display connection errors