Hi,

We finally added tm_nfs driver to oned.conf as you mention.

Thank you very much for your help,

Best Regards,
Alberto Picón

El 26/09/2011 16:10, Carlos Martín Sánchez escribió:
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/> | [email protected] <mailto:[email protected]>


On Sat, Sep 24, 2011 at 9:59 PM, Alberto Picón Couselo <[email protected] <mailto:[email protected]>> 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
    [email protected] <mailto:[email protected]>
    http://lists.opennebula.org/listinfo.cgi/users-opennebula.org


_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to