]> git.proxmox.com Git - pve-manager.git/log
pve-manager.git
9 years agocleanup vzdump -stop implementation
Dietmar Maurer [Tue, 20 Jan 2015 08:26:31 +0000 (09:26 +0100)]
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

9 years agoFix backup failure at shutdown.
Wolfgang Link [Tue, 30 Dec 2014 13:30:11 +0000 (14:30 +0100)]
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>
9 years agobump version to 3.3-11
Dietmar Maurer [Tue, 20 Jan 2015 06:26:46 +0000 (07:26 +0100)]
bump version to 3.3-11

9 years agoSupport additional e1000 variants for VM machines
Kamil Trzcinski [Sat, 17 Jan 2015 12:46:31 +0000 (13:46 +0100)]
Support additional e1000 variants for VM machines

It is required for OS X on qemu

Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
9 years agobump version to 3.3-10
Dietmar Maurer [Thu, 15 Jan 2015 06:23:24 +0000 (07:23 +0100)]
bump version to 3.3-10

9 years agoadd preinst script
Dietmar Maurer [Thu, 15 Jan 2015 06:20:17 +0000 (07:20 +0100)]
add preinst script

Older versions of our daemona do not restart with HUP, so we
need to do a stop/start.

9 years agobump version to 3.3-9
Dietmar Maurer [Thu, 8 Jan 2015 12:29:29 +0000 (13:29 +0100)]
bump version to 3.3-9

9 years agocorrectly check for undefined values
Dietmar Maurer [Thu, 8 Jan 2015 12:14:39 +0000 (13:14 +0100)]
correctly check for undefined values

9 years agoimplement revert button
Alexandre Derumier [Fri, 2 Jan 2015 14:18:10 +0000 (15:18 +0100)]
implement revert button

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agoHardwareView: simplify rendering code
Dietmar Maurer [Thu, 8 Jan 2015 11:56:21 +0000 (12:56 +0100)]
HardwareView: simplify rendering code

9 years agoPendingObjectGrid.: inherit from PVE.grid.ObjectGrid
Dietmar Maurer [Thu, 8 Jan 2015 10:46:22 +0000 (11:46 +0100)]
PendingObjectGrid.: inherit from PVE.grid.ObjectGrid

To avoid code duplication.

9 years agocorrectly check for undefined values
Dietmar Maurer [Thu, 8 Jan 2015 10:20:47 +0000 (11:20 +0100)]
correctly check for undefined values

and remove stale code (that code is not required because this is done by the reader).

9 years agofix rendering bollean
Alexandre Derumier [Fri, 2 Jan 2015 14:18:09 +0000 (15:18 +0100)]
fix rendering bollean

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agofix bootorder rendering
Alexandre Derumier [Fri, 2 Jan 2015 14:18:08 +0000 (15:18 +0100)]
fix bootorder rendering

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agoHardwareView: better alignment
Dietmar Maurer [Thu, 8 Jan 2015 09:28:19 +0000 (10:28 +0100)]
HardwareView: better alignment

9 years agofix pending cpu rendering
Alexandre Derumier [Fri, 2 Jan 2015 14:18:07 +0000 (15:18 +0100)]
fix pending cpu rendering

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agoforbid edit|delete of pending delete, and move_disk of pending disk
Alexandre Derumier [Fri, 2 Jan 2015 14:18:06 +0000 (15:18 +0100)]
forbid edit|delete of pending delete, and move_disk of pending disk

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agoremove PVE.data.PendingObjectStore (not required)
Dietmar Maurer [Thu, 8 Jan 2015 07:36:53 +0000 (08:36 +0100)]
remove PVE.data.PendingObjectStore (not required)

9 years agocleanup json object reader
Dietmar Maurer [Thu, 8 Jan 2015 07:22:47 +0000 (08:22 +0100)]
cleanup json object reader

Try to make it a generic usable class.

9 years agoImplement pendinggrid and pendingstore
Alexandre Derumier [Fri, 2 Jan 2015 14:18:04 +0000 (15:18 +0100)]
Implement pendinggrid and pendingstore

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agopvestatd: remove duplicate syslog (already logged in PVE::Daemon)
Dietmar Maurer [Fri, 2 Jan 2015 13:32:00 +0000 (14:32 +0100)]
pvestatd: remove duplicate syslog (already logged in PVE::Daemon)

9 years agouse new pidfile option (instead of run_dir)
Dietmar Maurer [Fri, 2 Jan 2015 13:19:23 +0000 (14:19 +0100)]
use new pidfile option (instead of run_dir)

9 years agouse setuid/setgid feature from PVE::Daemon
Dietmar Maurer [Fri, 2 Jan 2015 13:11:38 +0000 (14:11 +0100)]
use setuid/setgid feature from PVE::Daemon

9 years agopvestatd: fix register_XYZ_command parameters
Dietmar Maurer [Fri, 2 Jan 2015 08:57:19 +0000 (09:57 +0100)]
pvestatd: fix register_XYZ_command parameters

9 years agopvestatd: correctly set debug flag
Dietmar Maurer [Fri, 2 Jan 2015 08:55:57 +0000 (09:55 +0100)]
pvestatd: correctly set debug flag

9 years agowebsocket_proxy: correctly close connection
Dietmar Maurer [Fri, 2 Jan 2015 08:20:09 +0000 (09:20 +0100)]
websocket_proxy: correctly close connection

9 years agoHTTPServer:: mark process in shutdown phase
Dietmar Maurer [Fri, 2 Jan 2015 07:54:16 +0000 (08:54 +0100)]
HTTPServer:: mark process in shutdown phase

So that we can see what workers already closed the socket.

9 years agoremove class APIDaemon
Dietmar Maurer [Thu, 1 Jan 2015 15:54:21 +0000 (16:54 +0100)]
remove class APIDaemon

Moved last used sub into PVE::API2Tools.

9 years agopvedaemon: use PVE::Daemon
Dietmar Maurer [Thu, 1 Jan 2015 15:38:54 +0000 (16:38 +0100)]
pvedaemon: use PVE::Daemon

9 years agopveproxy: use PVE::Daemon
Dietmar Maurer [Thu, 1 Jan 2015 15:19:41 +0000 (16:19 +0100)]
pveproxy: use PVE::Daemon

9 years agospiceproxy: use new helpers from PVE::Daemon
Dietmar Maurer [Thu, 1 Jan 2015 14:43:18 +0000 (15:43 +0100)]
spiceproxy: use new helpers from PVE::Daemon

9 years agospiceproxy: always restart unsing HUP
Dietmar Maurer [Thu, 1 Jan 2015 14:00:25 +0000 (15:00 +0100)]
spiceproxy: always restart unsing HUP

To keep existing spice connections alive.

9 years agospiceproxy: use new leave_children_open_on_reload option
Dietmar Maurer [Thu, 1 Jan 2015 11:12:43 +0000 (12:12 +0100)]
spiceproxy: use new leave_children_open_on_reload option

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