Commit Graph

1804 Commits

Author SHA1 Message Date
Dietmar Maurer
6bc821039a control.in: add replaces/provides for vlan
So that we can upgrade without problems (automatically remove old vlan package).
2015-07-29 06:57:46 +02:00
Alexandre Derumier
1010159a86 add vlan aware ifupdown script v3
This add support to enable vlan aware bridge,
and management interfaces

example: 1 bridge and 1 administration port on vlan 100

auto vmbr0
iface vmbr0 inet manual
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0
        bridge_vlan_aware yes
        bridge_vids 10-15

auto vmbr0.100
iface vmbr0.100 inet static
        address X.X.X.X
        netmask 255.255.255.0
        gateway X.X.X.X

bridge_vids is optional, and allow on the specified vlans.(current take 1 value or range, need to be improve with list)
If not specified, the allowed vlan are 2-4094.
vlan 1 is the default pvid. (all untagged traffic is going to this vlan).

scripts:
- /etc/network/if-up.d/bridgevlan

manage bridge vlan aware configuration

- /etc/network/if-up.d/bridgevlanport

manage bridge vlan admin port

-/etc/network/if-pre-up.d/vlan
-/etc/network/if-post-down.d/vlan

replace current vlan package, without vconfig usage and cleanups
It's only needed to create vlan interface from bridge_ports.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2015-07-29 06:46:16 +02:00
Thomas Lamprecht
c2dbc5e32d fix bug #662: wrong subroutine for parsing startup order
Changed from old, now missing, subroutine parse_startup() to new
pve_parse_startup_order()

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-28 09:31:09 +02:00
Wolfgang Bumiller
0a5b8747b0 Add missing ')' to en-us keyboard layout option.
Closes #303
2015-07-28 09:19:17 +02:00
Wolfgang Link
42bdda9576 Fix Extent ZFSPool Content with rootdir 2015-07-28 08:34:42 +02:00
Dietmar Maurer
0097a5f857 bump version to 4.0-25 2015-07-27 13:28:38 +02:00
Dietmar Maurer
78def3da3c PVE.dc.BackupView: improve rendering of boolean values 2015-07-27 09:27:44 +02:00
Thomas Lamprecht
e0d8276f31 Added UI elements for the backup job disabling function
Added a column in the datacenter backup job overview to see if a job
is enabled or not. Added checkbox to the input panel, which enables
or disables a job.
This closes bug/feature request 492.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-27 09:15:39 +02:00
Thomas Lamprecht
4341db1d2f Added functionality do disable temporary a backup job
Added an option to disable a backup job while preserving its
settings. When a job is disabled a '#' is added in front of the vzdump
command in the vzdump.cron file. So the cron job still fires,
but only a comment gets executed. If we would comment out the cron job
a bit more changes to the parser would be needed.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-27 09:15:09 +02:00
Wolfgang Link
3f2577db0b Change Ct restore rest call
this change will provide that it will be possibel to restore LXC and OVZ dumpfiles over the gui.
2015-07-24 13:48:20 +02:00
Wolfgang Link
459cb9ac36 Extent ZFSPool Content with rootdir 2015-07-24 13:16:04 +02:00
Wolfgang Link
2a30f27405 Add Snapshot to LXC
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
2015-07-24 11:03:40 +02:00
Thomas Lamprecht
778d5b6d4e Added parallel compress support for vzdump with pigz.
Added a vzdump.conf option to controll gzip compression.
When 'pigz' (defaults to 0) is >0, pigz support is enabled.
When the pigz option equals 1 pigz uses #cores/2 threads,
else it spawns N threads. To use it select gzip in the web
interface and set the aproppriate option in /etc/vzdump.conf

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2015-07-23 06:08:09 +02:00
Alen Grizonic
d6ca60267f lxc added to read_pool
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
2015-07-22 13:30:23 +02:00
Emmanuel Kasper
5997aecaef ext5migrate: replace call to private ExtJS function getRoot()
getRoot() semantics changed with ExtJS5.

To avoid further annoyances when ExtJS6 is around the corner, replace the call
to this private method, set rootProperty in the ObjectStore call,
and use the value of rootProperty to filter out the content of the server
answer.
2015-07-22 12:16:18 +02:00
Emmanuel Kasper
1ee7afe517 Add documentation header 2015-07-22 12:16:01 +02:00
Emmanuel Kasper
6d55c93e26 Enable loading of most of the datacenter config panel
This patch does the following:
 * remove the EXT5DEBUG header we added previously
 * build the items[] array as a one-dimensional array, as PVE.panel.Config
 with ExtJS5 is not able to find the elements otherwise
 * rename the problematic panel tabs with TODO suffix, to be dealed later on
2015-07-20 06:33:14 +02:00
Emmanuel Kasper
47e24d6131 Add EXT5DEBUG header, comment function to allow the dc Config panel to load 2015-07-20 06:33:04 +02:00
Emmanuel Kasper
92a7a5f8cd Include all the javascript files to HTML page header
Based on the JSSRC variable of the www/manager Makefile.
Files not yet commited to www/manager5 are commented out.
2015-07-20 06:29:10 +02:00
Dietmar Maurer
ee93ce96a5 copy window/Wizard.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
d7683c68e3 copy window/Restore.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
ea0d76d688 copy window/NotesEdit.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
04c32bed16 copy window/Migrate.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
060562a08e copy window/MigrateAll.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
56c8ef92d3 copy window/Backup.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
3048ca0700 copy pool/Summary.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
c801943bb5 copy pool/StatusView.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
a93fcb893f copy pool/Config.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
9445dab493 copy panel/SubConfigPanel.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
2f0885f148 copy panel/RRDView.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
b49fb08409 copy panel/NotesView.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
e0abadfad1 copy panel/LogView.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
03ab9fba95 copy panel/IPSet.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
c7b6cbb672 copy panel/InputPanel.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
da511fee3a copy panel/Firewall.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
57aa5ab1b0 copy grid/SelectFeature.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
80c8dbf7f9 copy grid/PoolMembers.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
3bea4ec344 copy grid/PendingObjectGrid.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
435cce274f copy grid/FirewallRules.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
307a2fb877 copy grid/FirewallOptions.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
53ebd28934 copy grid/FirewallAliases.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
875a704ff3 copy grid/CheckColumn.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
7bd894623a copy grid/BackupView.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
4530a6c52d copy form/VNCKeyboardSelector.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
3e970252aa copy form/VMIDSelector.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
822f8e2d12 copy form/VLanField.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
7989aeda67 copy form/UserSelector.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
46a033b7ba copy form/TextField.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
7c0a43d95d copy form/StorageSelector.js from manager to manager5 2015-07-03 11:29:11 +02:00
Dietmar Maurer
178a97edbc copy form/SnapshotSelector.js from manager to manager5 2015-07-03 11:29:11 +02:00