> -----Original Message-----
> From: Alessandro Pilotti [mailto:a...@pilotti.it]
> Sent: Tuesday, August 07, 2012 3:06 AM
> To: cloudstack-dev@incubator.apache.org
> Subject: Re: [cloudstack-devel] Hyper-V Support
> 
> Hi guys,
> 
> we have some trouble with NFS to access the secondary storage as we are
> targetting Hyper-V server which, unlike Windows Server, doesn't have a
> native NFS client.
> 
> How hard do you guys think it would be to add CIFS as an alternative to
> NFS in CloudStack?

Need to do the following:
1. Add a secondary CIFS resource, like NfsSecondaryStorageResource, which will 
be running inside SSVM. The main responsibility for this resource is to 
download templates from public network into CIFS storage. 
CifsSecondaryStorageResource is already in the code, but not sure what's status 
of it. 
2. Add the CIFS code in your hyperv-v resource, for commands like, 
PrimaryStorageDownloadCommand(which will download template from CIFS storage)
3. Add CIFS support in AddSecondaryStorageCmd(the code is in discoverHostsFull 
in ResourceManagerImpl)

> 
> 
> Thanks!
> 
> Alessandro Pilotti
> Cloudbase Solutions Srl
> -------------------------------------
> MVP ASP.Net / IIS
> Windows Azure Insider
> Red Hat Certified Engineer
> -------------------------------------
> 
> 
> 
> 
> On Jul 5, 2012, at 18:19 , David Nalley <da...@gnsa.us> wrote:
> 
> > Hi Alessandro:
> >
> > I just wanted to check and see how things were going and what kind of
> > progress you were making. Is there anything we can help you with?
> >
> > --David

Reply via email to