404 Commits

Author SHA1 Message Date
Dietmar Maurer
b17776d999 bump version to 4.0-52 2015-10-23 13:41:02 +02:00
Dietmar Maurer
3101e87efb bump version to 4.0-51 2015-10-20 09:52:07 +02:00
Dietmar Maurer
d3a6b7e5cf bump version to 4.0-50 2015-10-15 17:42:09 +02:00
Dietmar Maurer
9fda9f2431 GUI: add new vtype ConfigId, use it for snapshot names 2015-10-12 08:15:45 +02:00
Dietmar Maurer
65af8d0161 bump version to 4.0-49 2015-10-09 08:17:16 +02:00
Dietmar Maurer
0d8559d055 bump version to 4.0-48 2015-10-05 17:47:48 +02:00
Dietmar Maurer
9c82e9a968 bump version to 4.0-47 2015-10-05 12:34:35 +02:00
Dietmar Maurer
b33af6f42e bump version to 4.0-46 2015-10-03 15:33:09 +02:00
Dietmar Maurer
9efa2ea7cb bump version to 4.0-45 2015-10-02 11:43:52 +02:00
Dietmar Maurer
4a21f83703 bump version to 4.0-44 2015-10-01 13:04:43 +02:00
Dietmar Maurer
6048201606 bump version to 4.0-43 2015-09-29 07:17:59 +02:00
Dietmar Maurer
8b59b8d96c bump version to 4.0-42 2015-09-26 11:15:04 +02:00
Dietmar Maurer
dd55a08b30 bump version to 4.0-41 2015-09-25 07:19:30 +02:00
Dietmar Maurer
80eee7e95f bump version to 4.0-40 2015-09-24 07:03:08 +02:00
Dietmar Maurer
ab3cc94ae5 bump version to 4.0-39 2015-09-21 12:22:06 +02:00
Wolfgang Bumiller
042559ee81 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.
2015-09-16 11:45:15 +02:00
Dietmar Maurer
75afa46999 bump version to 4.0-38 2015-09-16 11:06:09 +02:00
Dietmar Maurer
632d26c1ba bump version to 4.0-37 2015-09-11 09:31:04 +02:00
Dietmar Maurer
9815097fd8 bump version to 4.0-36 2015-09-10 12:24:30 +02:00
Dietmar Maurer
6b5e27253e bump version to 4.0-35 2015-09-10 10:26:37 +02:00
Dietmar Maurer
588a088bbe bump version to 4.0-34 2015-09-09 08:05:03 +02:00
Dietmar Maurer
8cbe4998b8 bump version to 4.0-33 2015-09-08 10:45:30 +02:00
Wolfgang Link
c6b6595460 fix bug #701: blacklist nvidiafb 2015-09-06 10:56:17 +02:00
Dietmar Maurer
ec0b4a9817 simply remove /etc/cron.d/pveupdate in postint 2015-09-06 10:37:19 +02:00
Dietmar Maurer
b38af32f2e remove unnecessary hint about cronjob 2015-09-06 10:33:54 +02:00
Dietmar Maurer
066b7b8fad run pveupdate in the night between 2:00 and 6:00 2015-09-06 10:32:09 +02:00
Dietmar Maurer
a68bc52cfa /etc/cron.d/pveupdate: always write file in postinstall
so that we can change times in future
2015-09-06 10:30:57 +02:00
Wolfgang Link
d6b5285075 improve pveupdate with random start time
this is important to avoid that all PVE nodes start the update procedure at the same time
2015-09-06 10:07:48 +02:00
Dietmar Maurer
aede93f965 improve changelog 2015-08-31 16:12:30 +02:00
Dietmar Maurer
ef9087fc81 bump version to 4.0-32 2015-08-29 12:37:02 +02:00
Dietmar Maurer
30ec25a066 bump version to 4.0-31 2015-08-28 12:08:40 +02:00
Dietmar Maurer
e14ecb82b9 bump version to 4.0-30 2015-08-24 06:37:13 +02:00
Dietmar Maurer
878be33b27 bump version to 4.0-29 2015-08-18 16:46:27 +02:00
Dietmar Maurer
74692eceac bump version to 4.0-28 2015-08-07 12:14:14 +02:00
Dietmar Maurer
69517c2485 bump version to 4.0-27 2015-08-06 11:30:50 +02:00
Dietmar Maurer
5d4a615bec bump version to 4.0-26 2015-07-31 11:17:05 +02:00
Dietmar Maurer
50169fe423 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
312ce78084 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
Dietmar Maurer
e8f2e335ed bump version to 4.0-25 2015-07-27 13:28:38 +02:00
Dietmar Maurer
946af13614 bump version to 4.0-24 2015-07-03 07:22:33 +02:00
Dietmar Maurer
231888b21f bump version to 4.0-23 2015-07-02 12:03:18 +02:00
Dietmar Maurer
2b2502c06c update changelog 2015-06-30 07:55:32 +02:00
Dietmar Maurer
f9a59be4d8 bump version to 4.0-22 2015-06-29 16:17:17 +02:00
Dietmar Maurer
a3ec79d6a0 bump version to 4.0-21 2015-06-28 09:20:00 +02:00
Dietmar Maurer
1c487ce31c bump version to 4.0-20 2015-06-27 12:24:11 +02:00
Dietmar Maurer
6457419d44 bump version to 4.0-19 2015-06-26 12:59:10 +02:00
Dietmar Maurer
8286b36ff1 bump version to 4.0-18 2015-06-26 10:07:29 +02:00
Dietmar Maurer
f01ad0c57a bump version to 4.0-17 2015-06-25 17:56:23 +02:00
Dietmar Maurer
773c99cf13 bump version to 4.0-16 2015-06-19 12:26:16 +02:00
Dietmar Maurer
6847970b24 bump version to 4.0-15 2015-06-19 09:13:30 +02:00