Onevm updateconf does not set network settings correctly

Hi,

I tried onedb fsck, the only thing it complains are those “IP6_LINK does not match” messages already mentioned in other threads (e.g. here). So this does not help.

Thanks for the hint with AR_ID, it was exactly the missing puzzle piece. I was able to detect all affected VMs with this SQL-command (on MySQL):
SELECT oid FROM vm_pool WHERE state <> 6 AND body LIKE '%<NIC>%' AND body NOT LIKE '%<AR_ID>%';

In my case, 30 VMs were affected. Manually adding the correct AR_ID was laborious, but bearable. I’m sure that this can be automated since all required data can be found in the database.

Greetings
Wilma