Commit Graph

1977 Commits

Author SHA1 Message Date
Dietmar Maurer
371a58dc56 ha GUI: show configuration errors 2015-04-07 09:54:57 +02:00
Dietmar Maurer
fd89376443 add missing file 2015-04-03 18:50:41 +02:00
Dietmar Maurer
b8ebebe1ea bump version to 4.0-4 2015-04-03 18:49:53 +02:00
Dietmar Maurer
a5278c66f8 ha group editor: fix subject 2015-04-03 16:48:08 +02:00
Dietmar Maurer
04a7d5a32e add nice ha group selector 2015-04-03 16:36:26 +02:00
Dietmar Maurer
86511bf25e implement ha resource editor 2015-04-03 12:32:56 +02:00
Dietmar Maurer
1b66fd71fb implement GUI to manage ha groups 2015-04-03 11:21:22 +02:00
Emmanuel Kasper
46bd42f9fd Enhance pveproxy by adding an optional ext5 parameter to load the extjs 5 framework
Calling the pveproxy with https://localhost:8006/?ext5=1 will
load the web ui with the extjs 5 js libs.
Please note that at the momment the workspace does not load with
extjs 5.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-03 10:07:56 +02:00
Emmanuel Kasper
124b9f8d66 Add new ExtJSIndex5 package to allow running the pveproxy with two different versions of extjs
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-03 10:07:48 +02:00
Dietmar Maurer
3bcf3dda1d add ha fencing panel (dummy for now) 2015-04-03 09:44:35 +02:00
Dietmar Maurer
02d79a0cc0 add ha resource panel 2015-04-03 09:10:20 +02:00
Dietmar Maurer
2904aaf98f add ha status view 2015-04-03 08:50:00 +02:00
Dietmar Maurer
71e43f5b3c add ability to sort Diffstore 2015-04-03 08:47:39 +02:00
Dietmar Maurer
e877877f5e use new ha infrastructure 2015-04-03 08:36:59 +02:00
Dietmar Maurer
9845fb881b start new configuration interface for HA 2015-04-02 11:09:29 +02:00
Emmanuel Kasper
162d0d1aa0 Add HTML doctype to our web ui, remove IE10-specific standard mode tag.
The use of the HTML doctype is recommended for Ext4 and Ext5, and is supported by all
post 2008 browsers.
Basically it tells the browser to interpret the HTML according to standards, and not
according to what IE6 might have thought of it.
This will also drop support for IE6 and IE7, which are anyway not supported by ext5.

The HTML doctype will make all browsers switch to their standard
compliant mode, hence we don't need anymore to toggle this specifically for IE.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-02 11:09:29 +02:00
Emmanuel Kasper
dcd651d4e8 Add url routing for serving extjs 5 files
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-04-02 11:09:29 +02:00
Stanislav German-Evtushenko
a0654dd8ca GUI: add quick search fields to storage content and backup views
Signed-off-by: Stanislav German-Evtushenko <ginermail@gmail.com>
2015-04-01 06:27:00 +02:00
Emmanuel Kasper
8323abe54a Add makefile targets for the ext js framework in version 5.1 (gpl)
This commit only installs the required javascript / css files for ext js 5.1
in /usr/share/pve-manager/ext5, but does not use it by default, as we have to sort out
the upgrade issues between 4.0 and 5.1 before.

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
2015-03-31 06:13:59 +02:00
Dietmar Maurer
70f1e5973a bump version to 4.0-3 2015-03-27 13:43:59 +01:00
Dietmar Maurer
dafb62468e remove OpenVZ related code
There is still no OpenVZ for kernel 3.10 or newer, so we remove that code now.
2015-03-27 13:43:59 +01:00
Dietmar Maurer
7e5cb2f0b8 use PVE::HA::Config to skip HA enabled VMs 2015-03-27 13:43:59 +01:00
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