Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
4.6.0, 4.7.0, 4.8.0, Future
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
-
CloudStack 4.6+
Description
When dedicating a cluster to a domain, the affinity group which is created is visible to everyone rather than only to domain that the cluster is dedicated to.
in the DB:
mysql> select * from affinity_group_domain_map;
----------------------------------------------+
id | domain_id | affinity_group_id | subdomain_access |
----------------------------------------------+
***********
**********
40 | 5904 | 2231 | 1 |
44 | 1 | 2266 | 1 |
----------------------------------------------+
ID 44 links affinity group 2266 to domain 1 (ROOT).
workaround: this must be changed manually in the DB to set the domain correctly
Attachments
Issue Links
- links to