Dear all,
I would appreciate any help on the following issue.
As soon as I create virtual network (VN) in configuration as below the status of VN is LOCK_CREATE with 0 leases:
NAME ="priv"
DESCRIPTION = "A private network for VMs"
VN_MAD ="dummy"
BRIDGE ="br0"
AR=[TYPE="IP4", IP="10.55.9.1", SIZE="254"]
AR=[TYPE="IP4", IP="10.55.10.1", SIZE="254"]
AR=[TYPE="IP4", IP="10.55.11.1", SIZE="254"]
NETWORK_ADDRESS = "10.55.8.0"
NETWORK_MASK = "255.255.252.0"
DNS = "8.8.8.8"
GATEWAY = "10.55.8.1"
There are no errors in the oned.log.
If I do ‘onevnet recover <VN_ID> --success’, status is changed to READY, but if I do 'onevnet delete <VN_ID> the status hangs in LOCK_DELETE. It seems like the problem with driver operations.
OpenNebula version is 6.4.0 CE on AlmaLinux 8.7 x64 (FN and CNs).
I was not able to find any related issue in the Known Issues.