weizhouapache commented on issue #8261:
URL: https://github.com/apache/cloudstack/issues/8261#issuecomment-2801333050

   > [@arencibiafrancisco](https://github.com/arencibiafrancisco) 
[@AlexanderKgr](https://github.com/AlexanderKgr)
   > 
   > do you think [#9175](https://github.com/apache/cloudstack/pull/9175) fix 
this issue ? if possible, can you test ?
   
   it looks not, as the `forced` flag is set to `true` in 
[CitrixStartCommandWrapper.java](https://github.com/apache/cloudstack/pull/9175/files#diff-c9026a217477cbb8b266e04fc6823f6f22a5ed1505965a76b4e37876d91f2bdb)
 
   
   ```
                       if (vRec.powerState == VmPowerState.HALTED) {
   -                        v.destroy(conn);
   +                        citrixResourceBase.destroyVm(v, conn, true);
   ```


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