[one-users] error creating contextualization iso

Tino Vazquez tinova at fdi.ucm.es
Wed Nov 3 10:01:52 PDT 2010


Hi Dan,

Thanks for spotting this!! I've opened a ticket [1], this will be
fixed in the upcoming 2.0.1 release.

Regards,

-Tino

[1] http://dev.opennebula.org/issues/387

--
Constantino Vázquez Blanco | dsa-research.org/tinova
Virtualization Technology Engineer / Researcher
OpenNebula Toolkit | opennebula.org



On Fri, Oct 29, 2010 at 8:11 PM, Dan Yocum <yocum at fnal.gov> wrote:
> The problem lies in the /usr/lib/one/tm_commands/{ssh,lvm}/tm_context.sh
> scripts.
>
> The TMP_DIR line needs to be changed from
>
> TMP_DIR="$ONE_LOCATION/var/$DST_HASH"
>
> to
>
> if [ -z $ONE_LOCATION ]; then
>        TMP_DIR="/var/lib/one/$DST_HASH"
> else
>        TMP_DIR="$ONE_LOCATION/var/$DST_HASH"
> fi
>
> After making this change, it's working, now.
>
> BTW
> Thanks,
> Dan
>
>
> On 10/29/2010 11:01 AM, Dan Yocum wrote:
>>
>> Here's a fun error!  It appears that it's trying to create the context
>> iso under $ONE_LOCATION/var, but since $ONE_LOCATION is not set (I
>> installed the rpm), it's trying to create the iso under /var.
>>
>> The log and my oned.conf file are attached.
>>
>> Thanks
>> Dan
>
> --
> Dan Yocum
> Fermilab  630.840.6509
> yocum at fnal.gov, http://fermigrid.fnal.gov
> "I fly because it releases my mind from the tyranny of petty things."
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>



More information about the Users mailing list