-
Notifications
You must be signed in to change notification settings - Fork 182
Description
Description
[root@gs-predcos-node21 ~]# netctl net inspect vlan45 |more
{
"Config": {
"key": "default:vlan45",
"encap": "vlan",
"gateway": "10.0.45.254",
"networkName": "vlan45",
"nwType": "data",
"pktTag": 45,
"subnet": "10.0.45.0/24",
"tenantName": "default",
"link-sets": {},
"links": {
"Tenant": {
"type": "tenant",
"key": "default"
}
}
},
"Oper": {
"allocatedAddressesCount": 233,
"allocatedIPAddresses": "10.0.45.1-10.0.45.171, 10.0.45.173-10.0.45.196, 10.0.45.199-10.0.45.200, 10.0.45.204, 10.0.45.206-10.0.45.210, 10.0.45.214-10.0.4
5.215, 10.0.45.218, 10.0.45.220-10.0.45.221, 10.0.45.228-10.0.45.231, 10.0.45.233-10.0.45.254",
"availableIPAddresses": "10.0.45.172, 10.0.45.197-10.0.45.198, 10.0.45.201-10.0.45.203, 10.0.45.205, 10.0.45.211-10.0.45.213, 10.0.45.216-10.0.45.217, 10.
0.45.219, 10.0.45.222-10.0.45.227, 10.0.45.232",
Expected Behavior
Observed Behavior
allocatedAddressesCount and allocatedIPAddresses is not correct, actully It is only 126 ip.
Steps to Reproduce (for bugs)
My mechine is rebooted.
I delete dirty data in etcd throngh etcdctl rm /xxx/oper/xxx and /xxx/state/xxxx, but
netctl net inspect vlanxx , is not correct.
how I do ?
Your Environment
- netctl version 1.7.1
- Orchestrator version (e.g. kubernetes, mesos, swarm): mesos, dcos
- Operating System and version centos7