]> git.proxmox.com Git - pve-manager.git/log
pve-manager.git
8 years agobump version to 4.0-52
Dietmar Maurer [Fri, 23 Oct 2015 11:41:02 +0000 (13:41 +0200)]
bump version to 4.0-52

8 years agofix bug #781: separate CPU and memory in editor
Wolfgang Link [Fri, 23 Oct 2015 09:04:48 +0000 (11:04 +0200)]
fix bug #781: separate CPU and memory in editor

This is necessary because CPU are not hot-plug-able and memory are hot-plug-able.
also this will be useful for the new resource window.

8 years agobump version to 4.0-51
Dietmar Maurer [Tue, 20 Oct 2015 07:52:07 +0000 (09:52 +0200)]
bump version to 4.0-51

8 years agoFix check if vm is ha managed in get_start_stop_list
Thomas Lamprecht [Mon, 19 Oct 2015 16:02:47 +0000 (18:02 +0200)]
Fix check if vm is ha managed in get_start_stop_list

The check used was completely wrong and so the startall and stopall
API calls touched HA managed service, which they shouldn't.

Using the vm_is_ha_managed call from the HA stack fixes that.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agofix lxc config key in get_start_stop_list sub
Thomas Lamprecht [Mon, 19 Oct 2015 16:02:46 +0000 (18:02 +0200)]
fix lxc config key in get_start_stop_list sub

When adding the new LXC config format we forgot to adapt the
get_start_stop_list and do s/pve.startup/onboot/

This fixes that qemu VMs were started always before LXC CTs,
irregardless of the defined order.

This also let's us simplify the surrounding code and reduce code
reuse.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agobump version to 4.0-50
Dietmar Maurer [Thu, 15 Oct 2015 15:42:09 +0000 (17:42 +0200)]
bump version to 4.0-50

8 years agofix bug #756: force macro setting to emtpy string when user erases the content
Dietmar Maurer [Thu, 15 Oct 2015 15:38:56 +0000 (17:38 +0200)]
fix bug #756: force macro setting to emtpy string when user erases the content

8 years agoGUI: add new vtype ConfigId, use it for snapshot names
Dietmar Maurer [Mon, 12 Oct 2015 06:09:34 +0000 (08:09 +0200)]
GUI: add new vtype ConfigId, use it for snapshot names

8 years agos/Realtec/Realtek/
Dietmar Maurer [Fri, 9 Oct 2015 12:37:59 +0000 (14:37 +0200)]
s/Realtec/Realtek/

correct brand name

8 years agobump version to 4.0-49
Dietmar Maurer [Fri, 9 Oct 2015 06:17:16 +0000 (08:17 +0200)]
bump version to 4.0-49

8 years agoIP4_cidr_match: allow short masks like /8
Dietmar Maurer [Fri, 9 Oct 2015 06:16:00 +0000 (08:16 +0200)]
IP4_cidr_match: allow short masks like /8

8 years agobump version to 4.0-48
Dietmar Maurer [Mon, 5 Oct 2015 15:47:48 +0000 (17:47 +0200)]
bump version to 4.0-48

8 years agolxc/dns: ipv6 support
Wolfgang Bumiller [Mon, 5 Oct 2015 12:50:09 +0000 (14:50 +0200)]
lxc/dns: ipv6 support

8 years agobump version to 4.0-47
Dietmar Maurer [Mon, 5 Oct 2015 10:34:35 +0000 (12:34 +0200)]
bump version to 4.0-47

8 years agoDNS ui/api: ipv6 support
Wolfgang Bumiller [Mon, 5 Oct 2015 07:32:47 +0000 (09:32 +0200)]
DNS ui/api: ipv6 support

8 years agobump version to 4.0-46
Dietmar Maurer [Sat, 3 Oct 2015 13:33:09 +0000 (15:33 +0200)]
bump version to 4.0-46

8 years agofix bug #719: vzdump - only call cleanup after prepare
Dietmar Maurer [Sat, 3 Oct 2015 13:30:45 +0000 (15:30 +0200)]
fix bug #719: vzdump - only call cleanup after prepare

8 years agobump version to 4.0-45
Dietmar Maurer [Fri, 2 Oct 2015 09:43:52 +0000 (11:43 +0200)]
bump version to 4.0-45

8 years agosources.list: prepare for final 4.0 release - use pve-enterprise repository
Dietmar Maurer [Fri, 2 Oct 2015 09:41:07 +0000 (11:41 +0200)]
sources.list: prepare for final 4.0 release - use pve-enterprise repository

8 years agoAPI: return correct version (instead of 4.0Beta)
Dietmar Maurer [Fri, 2 Oct 2015 09:37:08 +0000 (11:37 +0200)]
API: return correct version (instead of 4.0Beta)

8 years agocleanup: use new run_cli_handler() method
Dietmar Maurer [Fri, 2 Oct 2015 09:28:01 +0000 (11:28 +0200)]
cleanup: use new run_cli_handler() method

8 years agobump version to 4.0-44
Dietmar Maurer [Thu, 1 Oct 2015 11:04:43 +0000 (13:04 +0200)]
bump version to 4.0-44

8 years agoadd content type selector to LVM storage editor
Dietmar Maurer [Thu, 1 Oct 2015 11:03:13 +0000 (13:03 +0200)]
add content type selector to LVM storage editor

8 years agobump version to 4.0-43
Dietmar Maurer [Tue, 29 Sep 2015 05:17:59 +0000 (07:17 +0200)]
bump version to 4.0-43

8 years agocheck for ext5 dir to avoid missing directory errors
Thomas Lamprecht [Mon, 28 Sep 2015 08:28:03 +0000 (10:28 +0200)]
check for ext5 dir to avoid missing directory errors

As we, for now, default to exclude ext5 from our build it's better
to make an check if its directory exists, and only then allow to
load from it. Else we can get errors on proxy startup, and when
someone passes the ext5 parameter.

Also make a indent/whitespace cleanup.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agobump version to 4.0-42
Dietmar Maurer [Sat, 26 Sep 2015 09:15:04 +0000 (11:15 +0200)]
bump version to 4.0-42

8 years agoupdate OS Type descriptions
Dietmar Maurer [Sat, 26 Sep 2015 09:13:54 +0000 (11:13 +0200)]
update OS Type descriptions

8 years agoCephTools: improve abs_path error handling
Wolfgang Bumiller [Fri, 25 Sep 2015 07:41:40 +0000 (09:41 +0200)]
CephTools: improve abs_path error handling

verify_blockdev_path didn't check the result of abs_path
causing commands like `pveceph createosd bad/path` to error
with a meaningless "Use of uninitialized value" message.

8 years agobump version to 4.0-41
Dietmar Maurer [Fri, 25 Sep 2015 05:19:30 +0000 (07:19 +0200)]
bump version to 4.0-41

8 years agodo not install extJS 5 framework by default
Dietmar Maurer [Fri, 25 Sep 2015 05:17:39 +0000 (07:17 +0200)]
do not install extJS 5 framework by default

We don't want to have development code in final 4.0 release.

8 years agoNetworkEdit : add support for vlan interfaces.
Alexandre Derumier [Tue, 22 Sep 2015 06:26:57 +0000 (08:26 +0200)]
NetworkEdit : add support for vlan interfaces.

Edit only for now, create will come soon in another patch

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agobump version to 4.0-40
Dietmar Maurer [Thu, 24 Sep 2015 05:03:08 +0000 (07:03 +0200)]
bump version to 4.0-40

8 years agos/pveBackButton/pveReloadButton/
Dietmar Maurer [Thu, 24 Sep 2015 04:54:57 +0000 (06:54 +0200)]
s/pveBackButton/pveReloadButton/

8 years agobetter formating and UI of task viewer and task list
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:46 +0000 (17:54 +0200)]
better formating and UI of task viewer and task list

[TaskList]:
* format task date on the same node as the title. If space isn't
  there, the date goes on it's own line.
* Truncate output of task status to a maximum of 160 characters to
  fix formating, also the list should only give an overview.
* set list flex to 1, this fixes height and scrolling issues
* Put affected node and status on a own line.

[TaskViewer]
* Only show task status, the exit status is in the log below,
  also some long statuses break this page completely.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoformat cpu load value better
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:45 +0000 (17:54 +0200)]
format cpu load value better

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agouse new VMSummaryBase class for lxc and qemu summary
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:44 +0000 (17:54 +0200)]
use new VMSummaryBase class for lxc and qemu summary

also the keys to display from the lxc config where updated as some
from OpenVZ times where used.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoImplement VMSummaryBase class
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:43 +0000 (17:54 +0200)]
Implement VMSummaryBase class

As the lxc and qemu summary pages share almost all the code we
implement a base class which provides the shared functionality.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agouse new PVEBar instead of TitleBar
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:42 +0000 (17:54 +0200)]
use new PVEBar instead of TitleBar

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoadd PVEBar class to provide an common menu titlebar
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:41 +0000 (17:54 +0200)]
add PVEBar class to provide an common menu titlebar

PVEBar inherits from Ext.TitleBar and provides an titlebar for the
PVE mobile components to reduce code reuse.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoadd Datacenter entry to menu
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:40 +0000 (17:54 +0200)]
add Datacenter entry to menu

Add a menu entry to load the Datacenter page

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoadd goBack function
Thomas Lamprecht [Wed, 23 Sep 2015 15:54:39 +0000 (17:54 +0200)]
add goBack function

Add function to go a step back in browsing history.
Also don't use the anim var in setActiveItem when no old appWindow
is defined, as it is undefined in this scope.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agobump version to 4.0-39
Dietmar Maurer [Mon, 21 Sep 2015 10:22:06 +0000 (12:22 +0200)]
bump version to 4.0-39

8 years agofix mobile datacenter bugs resulting from API return changes
Thomas Lamprecht [Mon, 21 Sep 2015 08:22:37 +0000 (10:22 +0200)]
fix mobile datacenter bugs resulting from API return changes

Adapt the mobile UI code to the slightly different returned data
from the '/cluster/status/' API call.
Also sort the node list to get an consistent staying UI, this
mirrors the behaviour of the 'desktop' UI.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoRevert "fix bug #706: Use comma to split vmid list when building the crontab vzdump...
Dietmar Maurer [Mon, 21 Sep 2015 07:50:34 +0000 (09:50 +0200)]
Revert "fix bug #706: Use comma to split vmid list when building the crontab vzdump command"

This reverts commit 4bf3cc21b676157897764246e0da1cb96582e796.

No longer required, because vzdump accepts space separated vmid lists again.

8 years agoAllow email adresses with a top level domain of up to 63 characters
Emmanuel Kasper [Fri, 18 Sep 2015 10:40:53 +0000 (12:40 +0200)]
Allow email adresses with a top level domain of up to 63 characters

This patch allows email adresses of the form john.public@company.hamburg
This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=716

Note that this patch only deals will the client side validation, a
separate deals with the server side validation
(http://pve.proxmox.com/pipermail/pve-devel/2015-September/017246.html)

Implementation:
Just copied the original email regexp from ExtJS, and bumped the TLD length
from 6 to the max allowed by the corresponding RFC, ie 63 (https://tools.ietf.org/html/rfc1034)

8 years agoDeny stop mode backups from HA managed and enabled services
Thomas Lamprecht [Fri, 18 Sep 2015 09:21:03 +0000 (11:21 +0200)]
Deny stop mode backups from HA managed and enabled services

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agochange default ceph download url to download.ceph.com
Dietmar Maurer [Sat, 19 Sep 2015 12:06:44 +0000 (14:06 +0200)]
change default ceph download url to download.ceph.com

8 years agovzdump: re-enable passing vmid lists at command line
Dietmar Maurer [Sat, 19 Sep 2015 08:44:08 +0000 (10:44 +0200)]
vzdump: re-enable passing vmid lists at command line

We lost that feature in a previous commit, so I just re-eanble it.

8 years agofix title from backup window (OpenVZ to LXC)
Thomas Lamprecht [Thu, 17 Sep 2015 11:55:35 +0000 (13:55 +0200)]
fix title from backup window (OpenVZ to LXC)

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoreplace OpenVZ API calls in mobile UI with LXC
Thomas Lamprecht [Thu, 17 Sep 2015 11:05:50 +0000 (13:05 +0200)]
replace OpenVZ API calls in mobile UI with LXC

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoAllow typeahead selection of Firewall macros
Emmanuel Kasper [Wed, 16 Sep 2015 14:49:50 +0000 (16:49 +0200)]
Allow typeahead selection of Firewall macros

This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=677

Remarks:
* allowBlank is already set in the class definition
* The value of the comboBox can be either '' after the component initial
load, or 'null' if the user selected a macro and cleans the field afterwards.
This is the reason of the if (!value) test which will catch empty strings and
null.

8 years agovzdump: replace 'find' exclude command switches
Wolfgang Bumiller [Thu, 3 Sep 2015 13:46:24 +0000 (15:46 +0200)]
vzdump: replace 'find' exclude command switches

We're replacing the use of 'find' in the backup code for
various reasons, so we cannot use find-specific options
anymore. Besides, it's up to the plugin to create the
archive and there's no guarantee using 'find' even makes
sense. Even in the current code it's not being used when
hitting the rsync case anyway.

Now using simple glob patterns as that is more widely
supported.

8 years agobump version to 4.0-38
Dietmar Maurer [Wed, 16 Sep 2015 09:06:09 +0000 (11:06 +0200)]
bump version to 4.0-38

8 years agoadd bridge vlan aware checkbox
Alexandre Derumier [Tue, 15 Sep 2015 09:13:27 +0000 (11:13 +0200)]
add bridge vlan aware checkbox

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agobridgevlan: cleanup, remove useless case statement
Dietmar Maurer [Wed, 16 Sep 2015 08:46:29 +0000 (10:46 +0200)]
bridgevlan: cleanup, remove useless case statement

8 years agobridgevlan : allow filtering on tagged interfaces
Alexandre Derumier [Tue, 15 Sep 2015 11:02:55 +0000 (13:02 +0200)]
bridgevlan : allow filtering on tagged interfaces

It's possible to create 802.1ad vlan interfaces (for QinQ)
like

ip link add link eth0 eth0.100 type vlan proto 802.1ad id 100

So,we want to be able to use them in bridge vlan aware (802.1q)

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agobump version to 4.0-37
Dietmar Maurer [Fri, 11 Sep 2015 07:31:04 +0000 (09:31 +0200)]
bump version to 4.0-37

8 years agoupdate aplinfo.dat
Dietmar Maurer [Fri, 11 Sep 2015 06:29:11 +0000 (08:29 +0200)]
update aplinfo.dat

Use latest data from download server.

8 years agoadd influxdb stats plugin V2
Alexandre Derumier [Thu, 10 Sep 2015 04:58:52 +0000 (06:58 +0200)]
add influxdb stats plugin V2

/etc/pve/status.cfg
-------------------
influxdb:
      server influxdb3.odiso.net
      port 8089

This require influxdb >= 0.9 with udp enabled

influxdb.conf
-------------

[[udp]]
  enabled = true
  bind-address = "0.0.0.0:8089"
  database = "proxmox"
  batch-size = 1000
  batch-timeout = "1s"

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agobump version to 4.0-36
Dietmar Maurer [Thu, 10 Sep 2015 10:24:30 +0000 (12:24 +0200)]
bump version to 4.0-36

8 years agopvesh man page
Emmanuel Kasper [Thu, 10 Sep 2015 10:19:23 +0000 (12:19 +0200)]
pvesh man page

8 years agoUpdate vzdump man page for 4.0 (LXC containers , KVM live backup)
Emmanuel Kasper [Thu, 10 Sep 2015 09:59:43 +0000 (11:59 +0200)]
Update vzdump man page for 4.0 (LXC containers , KVM live backup)

8 years agofix bug #706: Use comma to split vmid list when building the crontab vzdump command
Emmanuel Kasper [Thu, 10 Sep 2015 09:59:12 +0000 (11:59 +0200)]
fix bug #706: Use comma to split vmid list when building the crontab vzdump command

8 years agobump version to 4.0-35
Dietmar Maurer [Thu, 10 Sep 2015 08:26:37 +0000 (10:26 +0200)]
bump version to 4.0-35

8 years agofix 'state' default value in resource edit dialog
Thomas Lamprecht [Thu, 10 Sep 2015 07:10:52 +0000 (09:10 +0200)]
fix 'state' default value in resource edit dialog

as we assume the default to 'enabled' when state isn't explicitly
set, use this default when editing a resource.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agobump version to 4.0-34
Dietmar Maurer [Wed, 9 Sep 2015 06:05:03 +0000 (08:05 +0200)]
bump version to 4.0-34

8 years agofix typo in CephTools: epmty to empty
Thomas Lamprecht [Tue, 8 Sep 2015 09:30:41 +0000 (11:30 +0200)]
fix typo in CephTools: epmty to empty

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoAdd krbd option to GUI on ceph storage
Wolfgang Link [Tue, 8 Sep 2015 10:25:02 +0000 (12:25 +0200)]
Add krbd option to GUI on ceph storage

8 years agofix output percent_used in rbd pools
Wolfgang Link [Mon, 7 Sep 2015 10:48:31 +0000 (12:48 +0200)]
fix output percent_used in rbd pools

This fix is essential of cause json field changes in the ceph api.
They change the field size in pool to max_avail
and the field total_size in stats to total_max_avail

8 years agouse PVE::SafeSyslog in pveproxy and pvedaemon
Dietmar Maurer [Tue, 8 Sep 2015 14:57:53 +0000 (16:57 +0200)]
use PVE::SafeSyslog in pveproxy and pvedaemon

8 years agoallow usage of ceph development repository
Dietmar Maurer [Tue, 8 Sep 2015 10:13:42 +0000 (12:13 +0200)]
allow usage of ceph development repository

This is a temporary workaround for testing. We plan to switch to
official repository as soon as it gets available.

8 years agoconvert pveceph into a PVE::CLI class
Dietmar Maurer [Tue, 8 Sep 2015 09:25:00 +0000 (11:25 +0200)]
convert pveceph into a PVE::CLI class

8 years agoRename onboot and startup parameters to follow vm.conf synthax
Emmanuel Kasper [Tue, 8 Sep 2015 08:38:31 +0000 (10:38 +0200)]
Rename onboot and startup parameters to follow vm.conf synthax

This fixes the problem of containers not autostarting with onboot=1

8 years agobump version to 4.0-33
Dietmar Maurer [Tue, 8 Sep 2015 08:45:30 +0000 (10:45 +0200)]
bump version to 4.0-33

8 years agoAdd missing install target dependencies
Thomas Lamprecht [Mon, 7 Sep 2015 14:00:49 +0000 (16:00 +0200)]
Add missing install target dependencies

These added dependencies let you execute `make install` repeatedly,
whitout using `make clean` in between.
Without it make autodeleted the %.1.pod and %.8.pod files as the
install target doesn't declare a dependency although it needs them.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoUpdate vzdump man page for use with LXC containers
Emmanuel Kasper [Mon, 7 Sep 2015 10:21:24 +0000 (12:21 +0200)]
Update vzdump man page for use with LXC containers

8 years agopveceph: set default release to hammer
Dietmar Maurer [Mon, 7 Sep 2015 10:28:29 +0000 (12:28 +0200)]
pveceph: set default release to hammer

8 years agoadd use clause for PVE::API2::LXC::Status
Dietmar Maurer [Mon, 7 Sep 2015 09:01:03 +0000 (11:01 +0200)]
add use clause for PVE::API2::LXC::Status

8 years agoFix package path to startup and shutdown subroutines
Emmanuel Kasper [Mon, 7 Sep 2015 08:51:40 +0000 (10:51 +0200)]
Fix package path to startup and shutdown subroutines

8 years agoconvert spiceproxy into a PVE::Service class
Dietmar Maurer [Mon, 7 Sep 2015 08:53:49 +0000 (10:53 +0200)]
convert spiceproxy into a PVE::Service class

8 years agoconvert pvedaemon into a PVE::Service class
Dietmar Maurer [Mon, 7 Sep 2015 08:08:08 +0000 (10:08 +0200)]
convert pvedaemon into a PVE::Service class

8 years agoGUI option for VM protection added
Alen Grizonic [Thu, 3 Sep 2015 14:59:30 +0000 (16:59 +0200)]
GUI option for VM protection added

v2 changes:

GUI option for CT protection added

8 years agofix bug #701: blacklist nvidiafb
Wolfgang Link [Fri, 4 Sep 2015 13:54:36 +0000 (15:54 +0200)]
fix bug #701: blacklist nvidiafb

8 years agosimply remove /etc/cron.d/pveupdate in postint
Dietmar Maurer [Sun, 6 Sep 2015 08:37:19 +0000 (10:37 +0200)]
simply remove /etc/cron.d/pveupdate in postint

8 years agoremove unnecessary hint about cronjob
Dietmar Maurer [Sun, 6 Sep 2015 08:33:54 +0000 (10:33 +0200)]
remove unnecessary hint about cronjob

8 years agorun pveupdate in the night between 2:00 and 6:00
Dietmar Maurer [Sun, 6 Sep 2015 08:32:09 +0000 (10:32 +0200)]
run pveupdate in the night between 2:00 and 6:00

8 years ago/etc/cron.d/pveupdate: always write file in postinstall
Dietmar Maurer [Sun, 6 Sep 2015 08:30:57 +0000 (10:30 +0200)]
/etc/cron.d/pveupdate: always write file in postinstall

so that we can change times in future

8 years agoimprove pveupdate with random start time
Wolfgang Link [Tue, 1 Sep 2015 10:47:34 +0000 (12:47 +0200)]
improve pveupdate with random start time

this is important to avoid that all PVE nodes start the update procedure at the same time

8 years agoconvert pvesubscription into a PVE::CLI class
Dietmar Maurer [Sat, 5 Sep 2015 09:38:49 +0000 (11:38 +0200)]
convert pvesubscription into a PVE::CLI class

8 years agofurther Makefile cleanups
Dietmar Maurer [Fri, 4 Sep 2015 13:17:38 +0000 (15:17 +0200)]
further Makefile cleanups

8 years agoimprove Makefile
Dietmar Maurer [Fri, 4 Sep 2015 13:09:05 +0000 (15:09 +0200)]
improve Makefile

8 years agoadd missing file
Dietmar Maurer [Fri, 4 Sep 2015 13:03:31 +0000 (15:03 +0200)]
add missing file

8 years agoconvert pveproxy into a PVE::Service class
Dietmar Maurer [Fri, 4 Sep 2015 12:14:42 +0000 (14:14 +0200)]
convert pveproxy into a PVE::Service class

8 years agopvestatd: cleanup, run PVE::RPCEnvironment->init()
Dietmar Maurer [Fri, 4 Sep 2015 10:48:30 +0000 (12:48 +0200)]
pvestatd: cleanup, run PVE::RPCEnvironment->init()

8 years agoconvert pvestatd into a PVE::Service class
Dietmar Maurer [Fri, 4 Sep 2015 09:16:24 +0000 (11:16 +0200)]
convert pvestatd into a PVE::Service class

8 years agovzdump: improve bash completion
Dietmar Maurer [Fri, 4 Sep 2015 07:08:30 +0000 (09:08 +0200)]
vzdump: improve bash completion

8 years agovzdump: directly use CLIHandler to generate docs
Dietmar Maurer [Fri, 4 Sep 2015 05:55:35 +0000 (07:55 +0200)]
vzdump: directly use CLIHandler to generate docs

8 years agoAdd CT service support and remove type parameter
Thomas Lamprecht [Tue, 1 Sep 2015 12:37:07 +0000 (14:37 +0200)]
Add CT service support and remove type parameter

The type parameter is not needed anymore because the service type
can be extracted by only using the unique vmid.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
8 years agoext5migrate: adapt Backup items to new KVCombobox parent class
Emmanuel Kasper [Mon, 31 Aug 2015 09:34:44 +0000 (11:34 +0200)]
ext5migrate: adapt Backup items to new KVCombobox parent class

This allows the Backup to work with ExtJS5

8 years agovzdump: add bash completion support
Dietmar Maurer [Wed, 2 Sep 2015 13:29:54 +0000 (15:29 +0200)]
vzdump: add bash completion support