mike-tutkowski commented on a change in pull request #2298: CLOUDSTACK-9620: 
Enhancements for managed storage
URL: https://github.com/apache/cloudstack/pull/2298#discussion_r161302121
 
 

 ##########
 File path: core/src/com/cloud/agent/api/MigrateCommand.java
 ##########
 @@ -68,4 +93,79 @@ public String getHostGuid() {
     public boolean executeInSequence() {
         return executeInSequence;
     }
+
+    public static class MigrateDiskInfo {
+        public enum DiskType {
+            FILE, BLOCK;
+
+            @Override
+            public String toString() {
+                switch(this) {
 
 Review comment:
   Thanks for catching this. I was initially returning something different than 
the simple lowercase version of the name of the enum, but then I went back to 
that simple approach and didn't change the code to reflect that simplicity.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to