mike-tutkowski commented on a change in pull request #4219:
URL: https://github.com/apache/cloudstack/pull/4219#discussion_r458936995



##########
File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage/IscsiStorageCleanupMonitor.java
##########
@@ -38,6 +38,8 @@
     private static final String ISCSI_PATH_PREFIX = "/dev/disk/by-path";
     private static final String KEYWORD_ISCSI = "iscsi";
     private static final String KEYWORD_IQN = "iqn";
+    private static final String KEYWORD_PART = "part";
+    private static final String REGEX_PART = "\\S+part\\d+$";

Review comment:
       Perhaps we want to used KEYWORD_PART here instead of "part"?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to