Re: template copy to primary

2012-11-08 Thread Wido den Hollander
On 07-11-12 19:04, Marcus Sorensen wrote: I agree about using plugins in general. As far as local caching, I'm not really asking about adding a feature so much as modifying the behavior of an existing one. It seems cloudstack already does this (at least from what I've seen) download template t

Re: template copy to primary

2012-11-07 Thread Marcus Sorensen
I agree about using plugins in general. As far as local caching, I'm not really asking about adding a feature so much as modifying the behavior of an existing one. It seems cloudstack already does this (at least from what I've seen) download template to primary storage. I now see where the issue

RE: template copy to primary

2012-11-07 Thread Alex Huang
Marcus, You can add a plugin for something like that. I'm sure you'll need to make some adjustments in cloudstack code to handle this (particularly specifying the storage pool the vm should be on) but we should largely keep the logic outside of cloudstack code and put it in a template. - The