sureshanaparti commented on code in PR #6367:
URL: https://github.com/apache/cloudstack/pull/6367#discussion_r879159562


##########
plugins/storage/volume/scaleio/src/main/java/org/apache/cloudstack/storage/datastore/util/ScaleIOUtil.java:
##########
@@ -53,6 +54,16 @@ public class ScaleIOUtil {
     // VOL-ID 6c33633100000009 MDM-ID 218ce1797566a00f
     // VOL-ID 6c3362a30000000a MDM-ID 218ce1797566a00f
 
+    private static final String QUERY_GUID_CMD = "drv_cfg --query_guid";
+    // Sample output for cmd: drv_cfg --query_guid:
+    // B0E3BFB8-C20B-43BF-93C8-13339E85AA50
+
+    private static final String QUERY_MDMS_CMD = "drv_cfg --query_mdms";
+    // Sample output for cmd: drv_cfg --query_mdms:
+    // Retrieved 2 mdm(s)
+    // MDM-ID 3ef46cbf2aaf5d0f SDC ID 6b18479c00000003 INSTALLATION ID 
68ab55462cbb3ae4 IPs [0]-x.x.x.x [1]-x.x.x.x
+    // MDM-ID 2e706b2740ec200f SDC ID 301b852c00000003 INSTALLATION ID 
33f8662e7a5c1e6c IPs [0]-x.x.x.x [1]-x.x.x.x

Review Comment:
   same, it's to indicate sample output for the cmd.



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