[one-users] Opennebula RC1. tm_nfs drivers renamed to tm_shared?

Carlos Martín Sánchez cmartin at opennebula.org
Mon Sep 26 07:10:33 PDT 2011


Hi,

You are right, the tm_nfs driver has been renamed to tm_shared. The onedb
upgrade process should have changed the driver name of the hosts using
tm_nfs, we'll fix that for the final release.

Meanwhile, I would suggest using this alias in oned.conf:

#-------------------------------------------------------------------------------
# SHARED Transfer Manager Driver Configuration
#-------------------------------------------------------------------------------
TM_MAD = [
    name       = "tm_shared",
    executable = "one_tm",
    arguments  = "tm_shared/tm_shared.conf" ]
#-------------------------------------------------------------------------------
TM_MAD = [
    name       = "tm_nfs",
    executable = "one_tm",
    arguments  = "tm_shared/tm_shared.conf" ]
#-------------------------------------------------------------------------------

About Sunstone, for the moment the available drivers are fixed in the code,
you can't easily configure new drivers to choose from. But the rc1 version
already comes with the new shared option instead of NFS.

Regards.
--
Carlos Martín, MSc
Project Major Contributor
OpenNebula - The Open Source Toolkit for Cloud Computing
www.OpenNebula.org <http://www.opennebula.org/> | cmartin at opennebula.org


On Sat, Sep 24, 2011 at 9:59 PM, Alberto Picón Couselo
<alpicon1 at gmail.com>wrote:

> Hello,
>
> After upgrading to RC1 from Beta2, it seems that tm_nfs drivers have
> been replaced by tm_shared. Am I right?.
>
> We have added tm_nfs drivers to oned.conf again:
>
> TM_MAD = [
>   name       = "tm_nfs",
>   executable = "one_tm",
>   arguments  = "tm_nfs/tm_shared.conf" ]
>
> and created links to make our hosts (NFS enabled hosts in Sunstone) work
> again:
>
> ~# ln -s /etc/one/tm_shared /etc/one/tm_nfs
> ~# ln -s /usr/lib/one/tm_commands/shared /usr/lib/one/tm_commands/nfs
>
> I'm sure it is not an elegant way to solve it.. but, can you please
> give us any advice about this driver change?
>
> BTW, how can we use tm_share drivers (or even customized drivers) in
> Sunstone?. When we create a new host in Sunstone, only NFS, SSH and
> Dummy drivers are enabled.
>
> Best Regards,
> Alberto Picón
> _______________________________________________
> Users mailing list
> Users at lists.opennebula.org
> http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20110926/1b682d3a/attachment-0003.htm>


More information about the Users mailing list