<p dir="ltr">Humm, that makes a lot of sense. ;)</p>
<p dir="ltr">I will pass the storage's name/id as anotjer PMXVAR, and remove all PMXCFG variables, this way we will produce a much shorter command string.</p>
<div class="gmail_quote">On Mar 20, 2014 7:30 AM, "Dietmar Maurer" <<a href="mailto:dietmar@proxmox.com">dietmar@proxmox.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> > Just curious - how long are the command lines this patch generates?<br>
> Well, it looks like that depends on a number of things.  The entire contents of<br>
> %$scfg are added to the environment as PMXCFG_*, the full path to the ssh<br>
> key is added to the environment as PMXVAR_SSHKEY (and then added again<br>
> as an argument to ssh, if ssh is used), and depending on the command being<br>
> issued, you either get PMXVAR_LUNDEV or PMXVAR_LUNUUID, set to the<br>
> appropriate value.  So potentially quite long - certainly longer than I expected<br>
> on my first glance through the code.<br>
<br>
I think you should not pass any configuration from Proxmox to ZFS server. Instead,<br>
the script on the ZFS server side should have its own configuration file.<br>
<br>
What do you think about that?<br>
<br>
</blockquote></div>