DaanHoogland commented on a change in pull request #5588:
URL: https://github.com/apache/cloudstack/pull/5588#discussion_r778677912



##########
File path: 
framework/cluster/src/main/java/com/cloud/cluster/dao/ManagementServerHostDao.java
##########
@@ -47,7 +47,12 @@
 
     List<ManagementServerHostVO> listBy(ManagementServerHost.State... states);
 
-    public List<Long> listOrphanMsids();
+    /**
+     * actually lists msids for whihc hosts are orphaned, i.e. misids that 
hosts refer as their owning ms whilst no mshost entry exists with those msids

Review comment:
       ```suggestion
        * actually lists msids for which hosts are orphaned, i.e. msids that 
hosts refer as their owning ms whilst no mshost entry exists with those msids
   ```




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