Project

General

Profile

Bug #1784

Updated by Dominic Cleal over 10 years ago

Hi, 

 

 I'm facing different bugs on latest foreman code, pulled from git (1.0 RC5). 
 
 This one concerns creation of a host, after first creation failed or when the same host has been deleted on the same libvirt server. 

 

 Creation fails because the storage file for the VM already exists, and it seems there is none expected to pre-exist (too bad ?). 
 
 When this happens, manual deletion of the VM previous disk is required, i.e : 

 

 virsh vol-delete <VM.img> 

 

 Regards

Back