Re: Updating domains definitions via API

2022-05-14 Thread Darragh Bailey
Hi, On Sat 14 May 2022, 21:11 Laine Stump, wrote: > Caveat - I'm completely unfamiliar with ruby and the libvirt-ruby API > bindings. > > If there is a problem that causes the domain config to not be updated, > libvirt will return an error. So I would suspect one of the two things > is happening

Re: Updating domains definitions via API

2022-05-14 Thread Laine Stump
On 5/14/22 3:23 PM, Darragh Bailey wrote: On Fri, 13 May 2022 at 00:17, Darragh Bailey > wrote: Hi, On Thu 12 May 2022, 21:34 Laine Stump, mailto:la...@redhat.com>> wrote: The virDomainDefineXMLFlags API (and also the older/deprecated v

Re: Updating domains definitions via API

2022-05-14 Thread Darragh Bailey
On Fri, 13 May 2022 at 00:17, Darragh Bailey wrote: > Hi, > > On Thu 12 May 2022, 21:34 Laine Stump, wrote: > >> The virDomainDefineXMLFlags API (and also the older/deprecated >> virDomainDefineXML API) doesn't require that the domain first be >> undefined (with one notable exception - see below