rhtyd commented on a change in pull request #2097: [4.11] CLOUDSTACK-9813: 
Extending Config Drive support
URL: https://github.com/apache/cloudstack/pull/2097#discussion_r160364542
 
 

 ##########
 File path: 
plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/wrapper/xenbase/CitrixPrepareForMigrationCommandWrapper.java
 ##########
 @@ -47,7 +47,7 @@ public Answer execute(final PrepareForMigrationCommand 
command, final CitrixReso
         String configDriveLabel = vm.getConfigDriveLabel();
 
         if (configDriveLabel == null)  {
-            configDriveLabel = "config";
+            configDriveLabel = "config-2";
 
 Review comment:
   Why was the config drive label changed with a `-2` suffix?

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