You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/28 12:27:00 UTC

[jira] [Commented] (CLOUDSTACK-9432) Dedicate Cluster to Domain always creates an affinity group owned by the root domain

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268657#comment-16268657 ] 

ASF GitHub Bot commented on CLOUDSTACK-9432:
--------------------------------------------

GabrielBrascher commented on issue #2124: CLOUDSTACK-9432: cluster/host dedicated to a domain is owned by the root domain
URL: https://github.com/apache/cloudstack/pull/2124#issuecomment-347507685
 
 
   Thanks for the review @rafaelweingartner @houthuis @remibergsma @rhtyd. I think this PR is ready for merge.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Dedicate Cluster to Domain always creates an affinity group owned by the root domain
> ------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9432
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9432
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.6.0, 4.7.0, 4.8.0, Future
>         Environment: CloudStack 4.6+
>            Reporter: Paul Angus
>            Assignee: Gabriel Beims Bräscher
>            Priority: Critical
>
> 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



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)