NuxRo opened a new issue, #7744:
URL: https://github.com/apache/cloudstack/issues/7744

   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Improvement Request
    
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Tags
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on main 
branch.
   -->
   
   ~~~
   current 4.18 
   ~~~
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   Tags assigned to certain resources such as networks ACLs are not cleared 
once the rules are removed.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal 
test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   Create a VPC, create a new tag on an ACL rule. The acl shows up in the DB in 
cloud.resource_tags.
   Delete the ACL, the tag doesn't get removed, stays there in the DB forever.
   This could lead to problems if people use tags with a lot of such resources, 
there will be so many entries in that table.
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   I expected the tag to be removed once the resource that used it was removed.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   The tag still shows up in the DB.
   ~~~
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to