-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using CLVM in KVM Hypervisor #9915
Comments
@Luskan777 the exception trace means that at the agent side the requested pool type is not recognised. Can you look at the agent log some more related messages above the stack trace. pooltypes are
it seems to be the 'logical' in
which is not recognised, so that seems a false negative. |
Hi @DaanHoogland, @Luskan777, there was a typo in the PR for upgrading log4j Line 27 in f7b7339
after I spoke with @DaanHoogland, this typo is only in version 4.20 not in the version mentioned in the issue |
Hi @slavkap , @DaanHoogland sorry, I'm on version 4.20.0, I'm using 4.20 to test some features and forgot to revert to 4.19. However, I noticed that the typo was from PR #7131 , I'll fix it and test to see if everything works as expected. |
Good finding |
@weizhouapache, @DaanHoogland already made a fix #9922 |
Thanks @slavkap Sorry , I did not see your pr @DaanHoogland |
@Luskan777 , as a matter of formality we ask third party testing. Could you apply #9922 and confirm this solves your issue? |
I'm sorry @DaanHoogland, I did not see your comment prior to merging. As the change was simple and all the basic merging criteria was met, I did not think we needed third party testing. |
In any case, since the change in #9922 is tied to a bigger problem, we should wait for @Luskan777 to confirm that it fixes #9915. Otherwise, we can create another PR to solve this. |
Hi @DaanHoogland, ok, I'm already testing this. |
🙏 |
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
I am trying to use CLVM as Primary Storage, but when I try to add Primary Storage it gives me an error.
However, if I check the KVM agent hosts, it creates the storage pool in libvirt as expected, but it doesn't finish creating the Primary Storage in Cloudstack Management
Cloustack Agents KVM:
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
Cloudstack UI:
Cloudstack management (Logs):
The text was updated successfully, but these errors were encountered: