- 10 Aug, 2015 1 commit
-
-
Wolfgang Link authored
if the packet on the opt list is not installed, it will not shown.
-
- 07 Aug, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
New LXC containers can use raw images, so the distinction between 'images' and 'rootdir' does not really makes sense now.
-
- 06 Aug, 2015 3 commits
-
-
Emmanuel Kasper authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 31 Jul, 2015 2 commits
-
-
Dietmar Maurer authored
-
Wolfgang Bumiller authored
-
- 30 Jul, 2015 7 commits
-
-
Alen Grizonic authored
lxc added to additional GUI pool functions (also for ExtJS5) Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
Instead of a lot of hardcoded if's use JSONSchema::parse_config to parse and validate vzdump.conf. To do that $confdesc was extended to match a valid schema. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Emmanuel Kasper authored
It seems that in ExtJS5 the prototype of the Window component already sets some default values to me.buttons and me.layout, hence calling applyIf on these properties will silently fail. me.layout is already set to 'auto' by the framework, we don't need to set that anymore.
-
Emmanuel Kasper authored
This brings consistency with the datacenter tab panel.
-
Emmanuel Kasper authored
-
Wolfgang Bumiller authored
Using remote_node_ip to build a hash needs to explicitly request a scalar context.
-
- 29 Jul, 2015 2 commits
-
-
Dietmar Maurer authored
So that we can upgrade without problems (automatically remove old vlan package).
-
Alexandre Derumier authored
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>
-
- 28 Jul, 2015 3 commits
-
-
Thomas Lamprecht authored
Changed from old, now missing, subroutine parse_startup() to new pve_parse_startup_order() Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Wolfgang Bumiller authored
Closes #303
-
Wolfgang Link authored
-
- 27 Jul, 2015 4 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
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>
-
Thomas Lamprecht authored
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>
-
- 24 Jul, 2015 3 commits
-
-
Wolfgang Link authored
this change will provide that it will be possibel to restore LXC and OVZ dumpfiles over the gui.
-
Wolfgang Link authored
-
Wolfgang Link authored
Signed-off-by: Wolfgang Link <w.link@proxmox.com>
-
- 23 Jul, 2015 1 commit
-
-
Thomas Lamprecht authored
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>
-
- 22 Jul, 2015 3 commits
-
-
Alen Grizonic authored
Signed-off-by: Alen Grizonic <a.grizonic@proxmox.com>
-
Emmanuel Kasper authored
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.
-
Emmanuel Kasper authored
-
- 20 Jul, 2015 3 commits
-
-
Emmanuel Kasper authored
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
-
Emmanuel Kasper authored
-
Emmanuel Kasper authored
Based on the JSSRC variable of the www/manager Makefile. Files not yet commited to www/manager5 are commented out.
-
- 03 Jul, 2015 6 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-