suman
(suman chakravartula)
July 23, 2016, 3:20am
17
3.8-14.07 is now available! We closed two issues in this update, one from @phillxnet and the other from @Flyer , both are nice enhancements to existing functionality. Thank you guys!
opened 12:09PM - 16 Jul 16 UTC
closed 01:09AM - 19 Jul 16 UTC
enhancement
Thanks to @snafu in the following forum thread for helping to diagnose an nvme c… ompatibility bug affecting installs where the system disk is an nvme device. This in part involves dealing with the as yet unaccounted for naming conventions for these devices.
Please update the following forum thread on significant development with this issue:
https://forum.rockstor.com/t/unable-to-update-disk-state-for-nvme-device/1567
opened 12:56PM - 12 Jul 16 UTC
closed 11:38PM - 22 Jul 16 UTC
enhancement
Hi @schakrava ,
while looking again to services page loading i asked myself why… it's slower then others so performed some checks on base_service page and found out this:
```
[12/Jul/2016 14:37:50] DEBUG [smart_manager.views.base_service:86] Sorting for Rockstor
[12/Jul/2016 14:37:50] DEBUG [smart_manager.views.base_service:86] Sorting for S.M.A.R.T
[12/Jul/2016 14:37:50] DEBUG [smart_manager.views.base_service:86] Sorting for Samba
[12/Jul/2016 14:37:50] DEBUG [smart_manager.views.base_service:86] Sorting for Active Directory <--
[12/Jul/2016 14:38:03] DEBUG [smart_manager.views.base_service:86] Sorting for NTP
[12/Jul/2016 14:38:03] DEBUG [smart_manager.views.base_service:86] Sorting for NUT-UPS
[12/Jul/2016 14:38:03] DEBUG [smart_manager.views.base_service:86] Sorting for SNMP
[12/Jul/2016 14:38:03] DEBUG [smart_manager.views.base_service:86] Sorting for SFTP
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for Rock-on
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for Replication
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for Shell In A Box
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for NFS
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for LDAP
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for NIS
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for AFP
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for ZTaskd
[12/Jul/2016 14:38:04] DEBUG [smart_manager.views.base_service:86] Sorting for Bootstrap
```
As you can see checking Active Directory status (net ads status) is our bottleneck so here my suggestion: avoid initial status check on collection.fecth because it's a kind of repetition with next listener from socket.io services (collect services status on first run, add socket.io listener and get statuses again: we can skip first check to immediately render page)
What do you think about this?
Flyer
1 Like