[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-API]how to create template from scrach
Templates and VMs are actually the same records, except that templates have the 'is-a-template' parameter set to true. They were originally treated differently to help ensure that templates are 'gold images' (by never letting them be started accidentally, and only cloned). You should be able to switch between them by toggling the is-a-template parameter from XE or the API directly. Because they are the same record type, you don't need a template-import; you can just import the result of template-export as a VM and it'll show up in your template list since the is-a-template flag will have been preserved in the output. I've not actually tried this recently as I dont have an XCP install handy, so do confirm it yourself... -anil On 6 Jan 2010, at 00:51, Anthony Xu wrote: > I'm looking at xe template command set. There is not template-create > command or template-copy command. seems the only way to create a new > template is to convert a vm to template, IMO, that's not convenient. At > least, I'm happy to have template-copy command. > > And I noticed there is template-export command but there is not > template-import command, so I don't understand what template-export is > used for? > > Please enlighten me! > > Thanks, > Anthony > > > > > _______________________________________________ > xen-api mailing list > xen-api@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/mailman/listinfo/xen-api > _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |