[SOLVED] Unable to change clusters for virtual network

Hello,
I have some issue with doing changes related to virtual networks.
For example, I have defined two extra clusters, so I have clusters with id 0, 100,101.
If I create a virtual network, I am able to select cluster ( I am doing this trough sunstone ), but I am unable to change the selection of clusters neither trough sunstone or cli.

onevnet show 18
VIRTUAL NETWORK 18 INFORMATION
ID : 18
NAME : PRIVATE 10.100.0.0
USER : oneadmin
GROUP : oneadmin
LOCK : None
CLUSTERS : 101
BRIDGE : PrivateBR
VN_MAD : 802.1Q
PHYSICAL DEVICE : bond0
VLAN ID : 200
AUTOMATIC VLAN ID : NO
AUTOMATIC OUTER VLAN ID : NO
USED LEASES : 0
…
VIRTUAL NETWORK TEMPLATE
BRIDGE=“PrivateBR”
BRIDGE_TYPE=“linux”
CLUSTER=“100,101”
…

Shouldn’t the data inside “INFORMATION” and “template” be the same?
What I am missing here?

I also have issue with setting network mask for certain virtual interface with the “onevm updateconf vm_id” command - it does not save my changes.

I did not find any errors inside the oned logs.

OpenNebula v. 5.8.1

I managed to add the required cluster ID for the VN with the “onecluster” command.

Hello @FoZo in Sunstone there was a bug related with that. It’s already solved.

1 Like

I missed this one. Thanks @ahuertas !

You are welcome!