[pve-devel] [PATCH 1/2] This patch refactors ZFS's LUN management code, removing the existing LunCmds implementations, in favor of a single lun management infraestructure which just invokes a 'management helper' (which can be either an script or a nat
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Wed Mar 19 06:27:10 CET 2014
    
    
  
> > AFAIK ssh does not allow to pass environment variables to remote hosts?
> So I guess
> > it is better to pass all arguments on the command line?
> Yes and no.  While ssh doesn't pass the local environment to the remote
> system, you can include the env var assignments as part of the ssh command
> line, just as you would when executing such a command locally.  Indeed,
> that's what this patch does.
Ah, OK. Thanks for explaining that.
    
    
More information about the pve-devel
mailing list