sapcc / manila

Shared filesystem management project for OpenStack.
http://openstack.org
Apache License 2.0
0 stars 2 forks source link

ccloud: prevent new vserver created in cluster ipspaces #195

Closed chuan137 closed 2 months ago

chuan137 commented 2 months ago

Orphan vlans are moved to DEFAULT ipspace when their originally associated ipspaces are deleted. As a result, new vserver will be put in the DEFAULT ipspace if it is on an orphan vlan. This PR will ensure a private ipspace is created and used for vserver. The vlans are then moved to the correct ipspace in the following steps.

Change-Id: I285a0e39603b6c144b3b8c8bafe61a48c420899d

chuan137 commented 2 months ago

not for upsteram, since separate ipspace is ccloud custom

edit: double thought: it's netapp driver related, so I think it indeed make sense to upstream