** Description changed:

  The nodes listing page displays all nodes enlisted in MAAS. As the
  number of nodes increase, that page becomes slower and slower to render
  and build.
  
  We should add some pagination to make this at least minimally usable for
  large scale MAAS deployment.
  
  == TEST CASE ==
  This fix has been tested on both canonistack and in the lenovo lab.
  1. Add various nodes to MAAS
  2. See node listing pages
+ 
+ Tested in the lenovo lab. $ while true; do maas-cli maas nodes new 
architecture="i386" mac_addresses=`printf 'DE:AD:BE:EF:%02X:%02X\n' 
$((RANDOM%256)) $((RANDOM%256))`; done;
+ Hit ctrl+c after the command adds more than 50 nodes. See the the pagination.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1064672

Title:
  Node listing page becomes unusable with increased number of nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1064672/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to