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

   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and main branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete 
the comments.
   -->
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   
   -->
   ~~~
   WebUI
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   
   -->
   
   ~~~
   4.16, 4.17
   ~~~
   
   ##### CONFIGURATION
   <!--
   
   -->
   ~~~
   Advanced Networking
   ~~~
   
   ##### OS / ENVIRONMENT
   <!--
   
   -->
   ~~~
   Ubuntu 20.04 LTS on both Management and Hypervisors
   ~~~
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   ~~~
   WebUI and API doesn't list the appropriate domain to select the "Domain" 
when creating the account on the account creation wizard.
   ~~~
   
   ##### 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 -->
   ~~~
   From WebUI:
   
   1. Make sure the number of domains present are 501 or more.
   2. Create a domain named "test-domain-0011", assume the domain count after 
the creation is "502".
   3. In our case, the number of domains are `560`.
   4. Go to the "Add Account" and fill the required information.
   5. In the "Domain", search for "test-domain-0011", it doesn't get listed.
   
   From API:
   
   1. Once the "test-domain" is created from the UI, list using
   `$ cmk list domains listall=true`
   
   lists only first 500 entries.
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   1. WebUI should additionally perform "pagesize=-1" when doing the 
ListDomains API. 
   2. This is not the current behaviour now. ListDomains API doesn't specify 
"pagesize=-1" or any relevant ones.
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   1. WebUI doesn't list the domain "test-domain-0011" when searched in the 
"Add Account" wizard.
   2. API is the only approach now.
   ~~~
   


-- 
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