- 20 Sep, 2015 1 commit
-
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 19 Sep, 2015 2 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
We lost that feature in a previous commit, so I just re-eanble it.
-
- 18 Sep, 2015 2 commits
-
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 17 Sep, 2015 1 commit
-
-
Emmanuel Kasper authored
This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=677 Remarks: * allowBlank is already set in the class definition * The value of the comboBox can be either '' after the component initial load, or 'null' if the user selected a macro and cleans the field afterwards. This is the reason of the if (!value) test which will catch empty strings and null.
-
- 16 Sep, 2015 5 commits
-
-
Wolfgang Bumiller authored
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.
-
Dietmar Maurer authored
-
Alexandre Derumier authored
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
-
Dietmar Maurer authored
-
Alexandre Derumier authored
It's possible to create 802.1ad vlan interfaces (for QinQ) like ip link add link eth0 eth0.100 type vlan proto 802.1ad id 100 So,we want to be able to use them in bridge vlan aware (802.1q) Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
-
- 11 Sep, 2015 3 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
Use latest data from download server.
-
Alexandre Derumier authored
/etc/pve/status.cfg ------------------- influxdb: server influxdb3.odiso.net port 8089 This require influxdb >= 0.9 with udp enabled influxdb.conf ------------- [[udp]] enabled = true bind-address = "0.0.0.0:8089" database = "proxmox" batch-size = 1000 batch-timeout = "1s" Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
-
- 10 Sep, 2015 6 commits
-
-
Dietmar Maurer authored
-
Emmanuel Kasper authored
-
Emmanuel Kasper authored
-
Emmanuel Kasper authored
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
as we assume the default to 'enabled' when state isn't explicitly set, use this default when editing a resource. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 09 Sep, 2015 4 commits
-
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
Wolfgang Link authored
-
Wolfgang Link authored
This fix is essential of cause json field changes in the ceph api. They change the field size in pool to max_avail and the field total_size in stats to total_max_avail
-
- 08 Sep, 2015 6 commits
-
-
Dietmar Maurer authored
-
Dietmar Maurer authored
This is a temporary workaround for testing. We plan to switch to official repository as soon as it gets available.
-
Dietmar Maurer authored
-
Emmanuel Kasper authored
This fixes the problem of containers not autostarting with onboot=1
-
Dietmar Maurer authored
-
Thomas Lamprecht authored
These added dependencies let you execute `make install` repeatedly, whitout using `make clean` in between. Without it make autodeleted the %.1.pod and %.8.pod files as the install target doesn't declare a dependency although it needs them. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
-
- 07 Sep, 2015 6 commits
-
-
Emmanuel Kasper authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
Emmanuel Kasper authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-
- 06 Sep, 2015 4 commits
-
-
Alen Grizonic authored
v2 changes: GUI option for CT protection added
-
Wolfgang Link authored
-
Dietmar Maurer authored
-
Dietmar Maurer authored
-