[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-10-31 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-548352361
 
 
   @GabrielBrascher need your advice since you guys worked on the local 
migration with KVM.
   
   I saw a case (didn't reproduce it myself, but while working with the 
customer, on **4.13**) that when KVM is using local storage, and you try to put 
a host into maintenance, the following seems to happen:
   - User VMs - not sure if they are migrated away - can't say for sure - but I 
assume they are.
   - CPVM and SSVM are NOT live migrated (with storage), fails as before
   - VRs are live migrated with their storage/volume to a new host - BUT the 
volume format in DB seems to be set to RAW (again, this is based other-users 
data, not my own testing - from the cloud.volumes table)
   
   My question is - what is expected to be happening and what is not, and why 
is the VR's volume in RAW, vs QCOW2 format? Can you lay down the expected 
behaviour based on the code you've done so far (in 4.13)
   
   Thanks


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-08-06 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-518744431
 
 
   @GabrielBrascher 
   here they are:
   mgmt logs: https://pastebin.com/L97FgFut
   agent logs: https://pastebin.com/D6HnZSnJ
   


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-08-06 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-518739812
 
 
   @svenvogel can you kindly test if KVM live migration with SF works fine 
(NFS/CEPH to SF) ?


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-08-06 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-518632571
 
 
   @syed ^^^


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-08-06 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-518630268
 
 
   @mike-tutkowski any change to test live storage migration wiht KVM+SolidFire 
- I see a lot of removed/changed code "xxx_manaded_yyy" ?
   
   @GabrielBrascher can you advise on above ^^^ ?


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


With regards,
Apache Git Services


[GitHub] [cloudstack] andrijapanicsb commented on issue #3533: KVM local migration issue #3521

2019-08-06 Thread GitBox
andrijapanicsb commented on issue #3533: KVM local migration issue #3521
URL: https://github.com/apache/cloudstack/pull/3533#issuecomment-518629856
 
 
   Testing local storage with CentOS6 - breaks heavily - migration of VM+ROOT 
volume is, in reality, successful, but ACS will report an error and DB will 
still point VM/volumes exist on the original host. Stopping and starting VM is 
not working even when fixing the DB (vm_instance and volumes tables, probably I 
have not dug deep enough...).
   
   Since we also officially support CentOS6, I would like to see this fixed if 
possible.
   
   Works fine on Ubuntu 18 (VM+ROOT on local storage, migration to another 
host).
   CentOS7 doesn't work (thanks to RedHat $$$hitty commercial logic)
   
   Will test shared storage volume migration...


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


With regards,
Apache Git Services