Replies: 4 comments
-
@BartJM can you please help us in some more detailed steps to reproduce, how you had the situation of a storage pool that is not created on the hypervisor |
Beta Was this translation helpful? Give feedback.
-
The situation where a storage pool was not created on the hypervisor occurred after we enabled a storage pool that was not yet in use but had been added to cloudstack and disabled. Would need to check if I can attempt to reproduce in a test environment for better steps, but the steps taken were:
After a restart of the Cloudstack agent the storage pool is created in libvirt without issue and migrating works. |
Beta Was this translation helpful? Give feedback.
-
@BartJM I think that sort of storagepool has to be set in maintenance mode and not in disable state. Can you please try putting that storagepool in maintenance mode and cancelling the maintenance mode will prepare the storage pool in MS in better way ? Ideally I also feel that storagepool should not be added if it is not ready to use. |
Beta Was this translation helpful? Give feedback.
-
@BartJM , any update? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
problem
When migrating a volume to a storage pool that is not created on the hypervisor it will cause a NullPointerException.
Cause seems to be in
com.cloud.hypervisor.kvm.storage.KVMStorageProcessor.copyVolumeFromImageCacheToPrimary(KVMStorageProcessor.java:509)
where the userinfo is set to null.versions
KVM
CS 4.19.3
The steps to reproduce the bug
Beta Was this translation helpful? Give feedback.
All reactions