weizhouapache commented on a change in pull request #6147:
URL: https://github.com/apache/cloudstack/pull/6147#discussion_r832999506



##########
File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -382,6 +384,9 @@
     protected String _agentHooksVmOnStopScript = 
"libvirt-vm-state-change.groovy";
     protected String _agentHooksVmOnStopMethod = "onStop";
 
+    protected List<String> _localStoragePaths = new ArrayList<>();
+    protected List<String> _localStorageUUIDs = new ArrayList<>();

Review comment:
       @GutoVeronezi 
   thanks for review. done.




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