Pearl1594 commented on a change in pull request #4896:
URL: https://github.com/apache/cloudstack/pull/4896#discussion_r607762645
##########
File path:
plugins/integrations/kubernetes-service/src/main/java/com/cloud/kubernetes/cluster/actionworkers/KubernetesClusterResourceModifierActionWorker.java
##########
@@ -307,7 +307,6 @@ protected void startKubernetesVM(final UserVm vm) throws
ManagementServerExcepti
Field f = startVm.getClass().getDeclaredField("id");
f.setAccessible(true);
f.set(startVm, vm.getId());
- resizeNodeVolume(vm);
Review comment:
the resizing happens before this is invoked, having this effectively
meant we we attempting to resize twice. Removed it because it is redundant
--
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:
[email protected]