Hi Saurav,<br><br>Currently OpenNebula can load multiple Transfer Managers, so you can choose a different one for each host; i.e. a host could use tm_ssh and another one tm_nfs.<br><br>You cannot use different Transfer Managers for different kind of files. However, it should be easy to modify one of the existing drivers and detect the kind of file to be copied, and apply different actions.<br>

<br>The existing LVM and NFS drivers [1] can be used as a base for this new mixed driver. The output of the 'file' command could be parsed to detect if the file to copy is an ISO 9660 or a bootable disk, and then apply the copy or the LVM commands.<br>

<br>Regards.<br><br>[1] <a href="http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/tm_mad">http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/tm_mad</a><br clear="all">

<span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On Mon, Aug 8, 2011 at 2:19 PM, Saurav Lahiri <span dir="ltr"><<a href="mailto:saurav.lahiri@hexagrid.com">saurav.lahiri@hexagrid.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello All,<br>Is it possible to configure multiple Transfer Managers in OpenNebula ?<br><br>Currently all our iso image files used to install vms and the  vm disks images are stored in <br>NFS  storage and we use tm_nfs in /etc/one/oned.conf.<br>


<br>Going forward we would like to use LVM to store our vm disk images. So it looks like<br>we would have to configure tm_lvm in /etc/one/oned.conf. <br><br>Will this cause a problem if we we want to continue to use NFS to store the iso image files ?<br>


<br>And how will we configure seperate transfer managers,  i.e NFS for storing iso image files and<br>LVM for storing vm disks.<br><br>Thanks and Regards<br><font color="#888888">Saurav Lahiri<br><br> <br>
</font><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br>