Commit Graph

1305 Commits

Author SHA1 Message Date
Dietmar Maurer
8167242a8d depend on pve-ha-manager 2015-03-27 06:33:22 +01:00
Dietmar Maurer
a8da1bcd4a fix logfile rotation
pveproxy and spiceproxy use the same logfile.
2015-03-11 16:43:58 +01:00
Dietmar Maurer
a503beb39d bump version to 4.0-2 2015-03-06 11:35:55 +01:00
Dietmar Maurer
c0d696f9da fix proxversion -v for jessie release 2015-03-06 11:30:40 +01:00
Dietmar Maurer
196d369060 add PIDFile option for systemd services 2015-03-04 07:06:14 +01:00
Dietmar Maurer
42a55af27b skip test for HA managed VMs
unless we have a replavement for rgmanager
2015-03-03 09:20:20 +01:00
Dietmar Maurer
297faa1258 use new PVE::Cluster::vm_is_ha_managed() 2015-03-03 07:11:28 +01:00
Dietmar Maurer
0e6afe6074 correctly create /var/run/pveproxy at startup 2015-03-03 07:02:57 +01:00
Dietmar Maurer
a55fbccc5b use systemd command reload-or-restart instead of reload
So that stopped services gets restarted.
2015-03-03 07:02:02 +01:00
Dietmar Maurer
32607384dc avoid shell scripts in service definitions 2015-03-02 18:29:18 +01:00
Dietmar Maurer
4144c9d249 fix pvebanner and pvenetcommit service dependencies 2015-03-02 17:51:45 +01:00
Dietmar Maurer
6675a0648f depend on systemd, add service files 2015-02-28 12:42:20 +01:00
Dietmar Maurer
084f2240df bump version to 4.0-1 (for jessie) 2015-02-28 09:35:22 +01:00
Alexandre Derumier
b12ca796be rrd : init with timeframe from state manager
avoid to init the rrd with default timeframe,
then reload with timefrom state manager

this avoid to reload twice the rrds

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-24 06:12:13 +01:00
Dietmar Maurer
1adf98da71 bump version to 3.4-1 2015-02-19 06:32:20 +01:00
Dietmar Maurer
0fe9bdd571 write_ceph_config: also write mds sections 2015-02-19 06:30:23 +01:00
Dietmar Maurer
f1a4676864 bump version to 3.3-21 2015-02-18 05:52:11 +01:00
Dietmar Maurer
19924e77b4 write_ceph_config: also write client section 2015-02-18 05:50:38 +01:00
Dietmar Maurer
830f5a93ac bump version to 3.3-20 2015-02-13 09:03:39 +01:00
Dietmar Maurer
872c529b08 pveceph: use LWP instead of wget
Avoid bug in wget certificate verification on Debian wheezy.
2015-02-13 08:56:26 +01:00
Dietmar Maurer
3af3f22143 parseQemuNetwork: parse queues 2015-02-13 07:11:42 +01:00
Alexandre Derumier
4aa63024c4 add multiqueues field to nic form
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-13 07:05:01 +01:00
Dietmar Maurer
e70010681b bump version to 3.3-19 2015-02-12 08:03:43 +01:00
Dietmar Maurer
c014d116b9 GUI fixes for CDROM hotplug 2015-02-12 08:01:03 +01:00
Dietmar Maurer
ef99da5594 bump version to 3.3-18 2015-02-11 09:18:10 +01:00
Dietmar Maurer
478283eb95 GUI: mobe startall/stopall/migrateall into submenu 2015-02-11 09:15:00 +01:00
Alexandre Derumier
2cd01f6ce3 add migration_all button
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-11 07:02:07 +01:00
Alexandre Derumier
e26c5a0f0f add migrate_all form
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-11 07:01:59 +01:00
Alexandre Derumier
9c8a09a76d api2 : node : add migrate_all
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-11 07:01:44 +01:00
Alexandre Derumier
c09c7160a5 api2: node : startall : add force option
force start if onboot = 0

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-11 07:01:31 +01:00
Alexandre Derumier
ea23ec19a9 add stopall/startall vm buttons
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-11 07:01:12 +01:00
Dietmar Maurer
5dedad4112 MemoryField: fix values after manual edit (on blur) 2015-02-10 16:35:27 +01:00
Dietmar Maurer
1e23ad2dfe use pveMemoryField for maxmemory 2015-02-10 12:41:08 +01:00
Dietmar Maurer
2d9b21c303 implement pveMemoryField 2015-02-10 12:35:13 +01:00
Dietmar Maurer
f54433af13 bump version to 3.3-17 2015-02-10 11:49:02 +01:00
Dietmar Maurer
06294e9caa MemoryEdit: avoid hardcoded constants 2015-02-10 11:34:11 +01:00
Alexandre Derumier
27b22399ec memory form : hotplug improvements
we need to change memory field step dynamically, and also map values to dimm size.

Fixme : apply same behaviour for maxmemory field

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-02-10 06:39:47 +01:00
Dietmar Maurer
e51d0d559b bump version to 3.3-16 2015-02-09 11:43:26 +01:00
Dietmar Maurer
47c8f4d282 pveproxy: set method to tlsv1 - required for IE
IE does not work without setting this. Seems TLSv1_1 and TLSv1_2
requires Net::SSLeay >= 1.55 (see AnyEvent::TLS). So this should
work when we upgrade to Debian 'jessie'.
2015-02-09 10:57:30 +01:00
Dietmar Maurer
7ba6e873fe bump version to 3.3-15 2015-01-27 12:38:05 +01:00
Dietmar Maurer
2133163f38 GUI: implement hotplug feature selector 2015-01-27 12:19:54 +01:00
Dietmar Maurer
8c66d4ff5c ZFSPoolEdit: remove poolname field 2015-01-27 08:07:46 +01:00
Wolfgang Link
081e5425fe Gui storage: change input method
change input method in Add:ZFS Storage at ZFS Pool from string to combobox.

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:55:51 +01:00
Wolfgang Link
cc2aa1883b Gui storage: copy selector methode
from LVMEdit.js to ZFSPoolEdit.js

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:44 +01:00
Wolfgang Link
75b2e95dc3 Gui storage: rename storage type
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:27 +01:00
Wolfgang Link
9a553c4677 Gui storage: bind ZFSPoolEdit.js and set defaults
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:52:08 +01:00
Wolfgang Link
f631e245d9 Gui storage: modify ZFSPoolEdit.js
Change intput description to the needed.

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:50:09 +01:00
Wolfgang Link
06a9d1ede4 Gui storage: copy code as template
copy from ZFSEdit.js to ZFSPoolEdit.js

Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-01-27 07:49:20 +01:00
Dietmar Maurer
d1489f203a remove stale README file
This contains very old and outdated information, so it is better
to remove completely.
2015-01-24 14:22:58 +01:00
Dietmar Maurer
03aef10e55 bump version to 3.3-14 2015-01-23 09:13:31 +01:00