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

2018-05-15 Thread Andreas Steinel
Nice idea. I also thought about this for a long time.

On Mon, May 14, 2018 at 8:00 PM, René Jochum  wrote:
> Hi,
>
> I'm working on a new standalone client for PVE.
>
> The goal of pveclient is to have a full Client for pve nodes and
> clusters without the need of having to ssh in on a node. With it, it
> should be easy to manage Nodes, LXC's, Virtual Maschines and Storages.
>
> I uploaded it temporary to my private Gitlab instance:
>
> https://git.lxch.eu/pcdummy/pve-client
>
> Thanks!
>
> René
>
>
> ___
> pve-devel mailing list
> pve-devel@pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel



-- 
With kind regards / Mit freundlichen Grüßen

Andreas Steinel
M.Sc. Visual Computing
M.Sc. Informatik
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] applied: [PATCH zsync] don't check binaries for help and printpod commands

2018-05-15 Thread Thomas Lamprecht
On 5/15/18 1:38 PM, Wolfgang Bumiller wrote:
> Signed-off-by: Wolfgang Bumiller 
> ---
>  pve-zsync | 14 --
>  1 file changed, 8 insertions(+), 6 deletions(-)
> 
> diff --git a/pve-zsync b/pve-zsync
> index dd3dee4..56b47fc 100755
> --- a/pve-zsync
> +++ b/pve-zsync
> @@ -46,10 +46,14 @@ my $HOSTRE = "(?:$HOSTv4RE1|\\[$IPV6RE\\])";   # ipv6 
> must always be in brac
>  # targets are either a VMID, or a 'host:zpool/path' with 'host:' being 
> optional
>  my $TARGETRE = qr!^(?:($HOSTRE):)?(\d+|(?:[\w\-_]+)(/.+)?)$!;
>  
> -check_bin ('cstream');
> -check_bin ('zfs');
> -check_bin ('ssh');
> -check_bin ('scp');
> +my $command = $ARGV[0];
> +
> +if (defined($command) && $command ne 'help' && $command ne 'printpod') {
> +check_bin ('cstream');
> +check_bin ('zfs');
> +check_bin ('ssh');
> +check_bin ('scp');
> +}
>  
>  $SIG{TERM} = $SIG{QUIT} = $SIG{PIPE} = $SIG{HUP} = $SIG{KILL} = $SIG{INT} =
>  sub {
> @@ -1016,8 +1020,6 @@ sub disable_job {
>  update_cron($job);
>  }
>  
> -my $command = $ARGV[0];
> -
>  my $cmd_help = {
>  destroy => qq{
>  $PROGNAME destroy -source  [OPTIONS]
> 

___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] [PATCH zsync] don't check binaries for help and printpod commands

2018-05-15 Thread Wolfgang Bumiller
Signed-off-by: Wolfgang Bumiller 
---
 pve-zsync | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/pve-zsync b/pve-zsync
index dd3dee4..56b47fc 100755
--- a/pve-zsync
+++ b/pve-zsync
@@ -46,10 +46,14 @@ my $HOSTRE = "(?:$HOSTv4RE1|\\[$IPV6RE\\])";   # ipv6 
must always be in brac
 # targets are either a VMID, or a 'host:zpool/path' with 'host:' being optional
 my $TARGETRE = qr!^(?:($HOSTRE):)?(\d+|(?:[\w\-_]+)(/.+)?)$!;
 
-check_bin ('cstream');
-check_bin ('zfs');
-check_bin ('ssh');
-check_bin ('scp');
+my $command = $ARGV[0];
+
+if (defined($command) && $command ne 'help' && $command ne 'printpod') {
+check_bin ('cstream');
+check_bin ('zfs');
+check_bin ('ssh');
+check_bin ('scp');
+}
 
 $SIG{TERM} = $SIG{QUIT} = $SIG{PIPE} = $SIG{HUP} = $SIG{KILL} = $SIG{INT} =
 sub {
@@ -1016,8 +1020,6 @@ sub disable_job {
 update_cron($job);
 }
 
-my $command = $ARGV[0];
-
 my $cmd_help = {
 destroy => qq{
 $PROGNAME destroy -source  [OPTIONS]
-- 
2.11.0


___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


[pve-devel] Traditional Chinese language file

2018-05-15 Thread Jason Cheng
it's Traditional Chinese language po file
___
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel