In general it should be safe - never had issues - I have even once done rm -rf on the secondary storage, which obviously I should not do :))) (don't ask why, I'm not proud of it :) )
Interesting note, although not what you asked: When very first VM is deployed from template that template get's copied over as new image on the primary storage and then another one image is deployed for that first VM, referencing the already mentioned very first image which is used only for READS, and per my experience, all new VMs derived from same template will use the same common image for READs (the very first image created) and each VM will have ofcourse it's own difrerentiating image referencing the very first image - forgot the name for this, KVM names this backing image or something - this way you jave 10 VMs deployed with i.e. 50GB each - and actual usage is only 50GB + (10 x i.e. 1MB) for a start...this way you save space on primary storage...although I don;t know if it is counted as ALLOCATED... On 5 November 2014 15:19, Mārtiņš Jakubovičs <[email protected]> wrote: > Hello, > > In ACS 4.3.0 are bug, when is not possible to launch VM if template is > deleted. In ACS 4.3.1 it is solved. > https://issues.apache.org/jira/browse/CLOUDSTACK-7404 > > > On 11/05/2014 04:01 PM, Erik Weber wrote: > >> Should've seen that myself, thanks for the pointer! :-) >> >> > -- Andrija Panić -------------------------------------- http://admintweets.com --------------------------------------
