Uh oh!
There was an error while loading. Please reload this page.
kvm: fix exception in volume stats after storage migration - #3884
Conversation
yadvr
left a comment
There was a problem hiding this comment.
Does it matter for managed vs unmanaged?
yadvr
commented
Feb 13, 2020
@blueorangutan package |
yadvr
left a comment
There was a problem hiding this comment.
Nevermind, saw the PR that introduced the regression
blueorangutan
commented
Feb 13, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
yadvr
commented
Feb 13, 2020
@blueorangutan package |
blueorangutan
commented
Feb 13, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 13, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-848 |
blueorangutan
commented
Feb 13, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-849 |
yadvr
commented
Feb 13, 2020
Packaging overlap failure, rekicking |
blueorangutan
commented
Feb 13, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 13, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-850 |
yadvr
commented
Feb 13, 2020
@blueorangutan test |
blueorangutan
commented
Feb 13, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
yadvr
commented
Feb 14, 2020
@blueorangutan test |
blueorangutan
commented
Feb 14, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
DaanHoogland
left a comment
There was a problem hiding this comment.
looks good, I trust Wei, but as a matter of principle, did someone test?
andrijapanicsb
commented
Feb 14, 2020
LGTM haven't tested. @weizhouapache if you tested, I'm fine with it - thx for the fix. |
weizhouapache
commented
Feb 15, 2020
@DaanHoogland@andrijapanicsb @rhtyd I have tested with qcow2 on NFS. Did not test local storage and Ceph RBD. |
yadvr
commented
Feb 17, 2020
@blueorangutan package |
blueorangutan
commented
Feb 17, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 17, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-876 |
DaanHoogland
commented
Feb 17, 2020
@blueorangutan test |
yadvr
commented
Feb 17, 2020
@blueorangutan test |
blueorangutan
commented
Feb 17, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Feb 18, 2020
Trillian test result (tid-1011)
|
yadvr
commented
Feb 18, 2020
@skattoju3 can you review this? |
blueorangutan
commented
Feb 18, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 18, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-894 |
yadvr
commented
Feb 18, 2020
@blueorangutan test |
blueorangutan
commented
Feb 18, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Feb 18, 2020
Trillian test result (tid-1030)
|
) On kvm, the 'path' of volume is the file name on primary storage. we should use 'path' instead of 'uuid' in volume statistics. Fixes: apache#3878
) On kvm, the 'path' of volume is the file name on primary storage. we should use 'path' instead of 'uuid' in volume statistics. Fixes: apache#3878
) On kvm, the 'path' of volume is the file name on primary storage. we should use 'path' instead of 'uuid' in volume statistics. Fixes: apache#3878
) On kvm, the 'path' of volume is the file name on primary storage. we should use 'path' instead of 'uuid' in volume statistics. Fixes: apache#3878
* Applying PR apache#3884 from 4.13: https://github.com/apache/cloudstack/pull/3884/files * Applying PR apache#3884 from 4.13: https://github.com/apache/cloudstack/pull/3884/files
Description
on kvm, the 'path' of volume is the file name on primary storage. we should use 'path' instead of 'uuid' in volume statistics.
Fixes: #3878
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?