Commit 93eb9d9
Eugenio Grosso
kvm: align MultipathNVMeOFPool with KVMStoragePool API change
Reported by @slavkap: building this branch against current main produces a compile error in MultipathNVMeOFPool because the KVMStoragePool interface drifted between when this PR was last rebased (2026-05-22) and main today (2026-06-09):
- checkingHeartBeat(HAStoragePool, HostTO) was renamed to hasHeartBeat(HAStoragePool, HostTO)
- vmActivityCheck(...) was renamed to hasVmActivity(...) with the same signature
Update the two overrides accordingly (both still return null as before — MultipathNVMeOFPool does not participate in the KVM-side HA heartbeat). Mirrors how MultipathSCSIPool implements them.
Verified compile via mvn -pl plugins/hypervisors/kvm -am -DskipTests compile.
Signed-off-by: Eugenio Grosso <eugenio.grosso@gmail.com>1 parent 3edf7d6 commit 93eb9d9
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/storage
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments