[pve-devel] [PatchV2 storage] Handel connection check timeouts.

2018-05-16 Thread Wolfgang Link
--- PVE/Storage/CIFSPlugin.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm index 1670a5c..724fb1f 100644 --- a/PVE/Storage/CIFSPlugin.pm +++ b/PVE/Storage/CIFSPlugin.pm @@ -218,7 +218,8 @@ sub check_connection { };

[pve-devel] applied/comment: [PatchV2 storage] Handel connection check timeouts.

2018-05-16 Thread Fabian Grünbichler
with fixed-up commit message. but IMHO it would make sense to follow up with some variant of: - warn instead of die if the $out_str contains an error status code - check for more error status codes - maybe 'warn "$err\n";' as well? On Wed, May 16, 2018 at 09:08:06AM +0200, Wolfgang Link wrote: > -

Re: [pve-devel] Review/feedback request: "pveclient"

2018-05-16 Thread Dietmar Maurer
> On May 16, 2018 at 8:35 AM Alexandre DERUMIER wrote: > > > Nice ! > > They are also a small api client in proxmox repo > > https://git.proxmox.com/?p=pve-apiclient.git;a=summary > > > Maybe proxmox team could be interested by your work ? Rene is a new team member, so he is already part of

[pve-devel] [PATCH manager] ui: use cbind to make usb input panel static

2018-05-16 Thread Thomas Lamprecht
Signed-off-by: Thomas Lamprecht --- mostly indentation changes, see git show -w www/manager6/qemu/USBEdit.js | 131 --- 1 file changed, 61 insertions(+), 70 deletions(-) diff --git a/www/manager6/qemu/USBEdit.js b/www/manager6/qemu/USBEdit.js index 1ca8a

[pve-devel] [PATCH 0/1] ifupdown2 package

2018-05-16 Thread Alexandre Derumier
Hi, Theses last months, I'm working on vxlan implementation. (I'll send info in coming weeks) I have worked on classic ifupdown, but it's not super clean to implement, when we have complex configuration. ifupdown2 is currently well maintained by cumulus since 2014, and support all features fr

[pve-devel] [PATCH 1/1] initial ifupdown2 package

2018-05-16 Thread Alexandre Derumier
--- Makefile | 42 + debian/changelog | 174 + debian/compat | 1 + debian/control | 31 debian/copyright

[pve-devel] [PATCH openvswitch 0/1] ifupdown.sh : add ifupdown2 workaround

2018-05-16 Thread Alexandre Derumier
with ifupdown2, we can't call ifup for each ovs_ports in OvsBridge. But as we define also ovs_bridge for each interface, we can simply add the bridge here, to be sure that it's exist before adding the interface. for config, we simply need to replace allow-..., with auto. I have keeped ovs_ports to

[pve-devel] [PATCH pve-manager 1/1] add ifupdown2 as alternative to ifenslave.

2018-05-16 Thread Alexandre Derumier
ifupdown2 conflict with ifenslave, as it's replace it --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 64588075..830f0f0c 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Depends: apt-transport-https,

[pve-devel] [PATCH openvswitch 1/1] ifupdown.sh : add ifupdown2 workaround

2018-05-16 Thread Alexandre Derumier
with ifupdown2, we can't call ifup for each ovs_ports in OvsBridge. But as we define also ovs_bridge for each interface, we can simply add the bridge here, to be sure that it's exist before adding the interface. for config, we simply need to replace allow-..., with auto. I have keeped ovs_ports to

[pve-devel] [PATCH pve-manager 0/1] add ifupdown2 as alternative to ifenslave.

2018-05-16 Thread Alexandre Derumier
ifupdown2 conflict with ifenslave, as it's replace it root (1): add ifupdown2 as alternative to ifenslave. debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.11.0 ___ pve-devel mailing list pve-devel@pve.proxmox.com https://

Re: [pve-devel] Review/feedback request: "pveclient"

2018-05-16 Thread Alexandre DERUMIER
>>Rene is a new team member, so he is already part of our team ;-) >>(r.joc...@proxmox.com) Lol, I didn't notice it ;) BTW, could be great to have team members on proxmox website (with some pictures ;) - Mail original - De: "dietmar" À: "aderumier" , "pve-devel" , "Rene Jochum" Envo

[pve-devel] [PATCH storage] Make check_connection less costly.

2018-05-16 Thread Wolfgang Link
This command will only check the needed share and do not query the hole server shares. This reduce the answer time and also has the benefit we check the credentials on this share and not on the server. --- PVE/Storage/CIFSPlugin.pm | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[pve-devel] [PATCH manager] ui: vm: allow to add socket backed serial devices

2018-05-16 Thread Thomas Lamprecht
We show and can remove serial devices but couldn't add new ones through the WebUI. Add a simple component to allow adding serial ports backed by a socket, which can be especially useful now with xterm.js Passing through serial devices from /dev isn't possible with this, as it is normally a root on

[pve-devel] Proxmox VE 5.2 released!

2018-05-16 Thread Martin Maurer
Hi all, we are very excited to announce the general availability of Proxmox VE 5.2! The new GUI tools for creating Proxmox VE Clusters and the Let´s Encrypt Certificate Management can save you a lot of time if you install and manage several clusters. Cloud-init, Samba/CIFS storage plugin, impr