Re: [ovirt-users] change tmp directory when importing VMs

2016-08-30 Thread Cam Mac
t; /usr/bin/virt-v2v <>> > #!/usr/bin/sh >>> > env TMPDIR=/path/to/custom/tmp /usr/bin/virt-v2v-original $@ >>> > EOF >>> >>> This solution will only survive till next virt-v2v update. >>> >>> Jakub >>> >>> >

Re: [ovirt-users] change tmp directory when importing VMs

2016-08-30 Thread Yaniv Kaul
> Jakub >> >> >> - Original Message - >> >> > From: "Cam Mac" <iuco...@gmail.com> >> > To: "users" <users@ovirt.org> >> > Sent: Thursday, August 25, 2016 5:36:17 PM >> > Subject: Re: [ovirt-us

Re: [ovirt-users] change tmp directory when importing VMs

2016-08-30 Thread Cam Mac
akub > > > - Original Message - > > > From: "Cam Mac" <iuco...@gmail.com> > > To: "users" <users@ovirt.org> > > Sent: Thursday, August 25, 2016 5:36:17 PM > > Subject: Re: [ovirt-users] change tmp directory when importing VMs

Re: [ovirt-users] change tmp directory when importing VMs

2016-08-30 Thread Jakub Niedermertl
-original $@ > EOF This solution will only survive till next virt-v2v update. Jakub - Original Message - > From: "Cam Mac" <iuco...@gmail.com> > To: "users" <users@ovirt.org> > Sent: Thursday, August 25, 2016 5:36:17 PM > Subject: Re: [ovirt

Re: [ovirt-users] change tmp directory when importing VMs

2016-08-25 Thread Cam Mac
Sorry to reply to my own post, but if the GUI uses virt-v2v, there is a TMPDIR option in there which defaults to /var/tmp, so my guess is that this is what sets it, the only question is: how do I do this for the GUI? I've had a poke around in /etc/ovirt* on the engine host and nodes, but haven't