-
Notifications
You must be signed in to change notification settings - Fork 1.3k
StorPool storage plugin #6007
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
StorPool storage plugin #6007
Changes from all commits
526dca1
b794952
56b9f92
428e06c
2dc8a31
4374f4d
e19d628
6354b56
40aa59f
e6cda26
7906a56
f17253e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -351,6 +351,7 @@ install -D agent/target/transformed/cloudstack-agent-profile.sh ${RPM_BUILD_ROOT | |
| install -D agent/target/transformed/cloudstack-agent.logrotate ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/%{name}-agent | ||
| install -D plugins/hypervisors/kvm/target/cloud-plugin-hypervisor-kvm-%{_maventag}.jar ${RPM_BUILD_ROOT}%{_datadir}/%name-agent/lib/cloud-plugin-hypervisor-kvm-%{_maventag}.jar | ||
| cp plugins/hypervisors/kvm/target/dependencies/* ${RPM_BUILD_ROOT}%{_datadir}/%{name}-agent/lib | ||
| cp plugins/storage/volume/storpool/target/*.jar ${RPM_BUILD_ROOT}%{_datadir}/%{name}-agent/lib | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This could be avoided if the storpool plugin module is added as a dependency of the KVM hypervisor module
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @nvazquez, yes, this is a solution, but the main reason the StorPool driver is not added as dependency is to be easy to maintain it. That's why all of it classes are kept in it's module
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @slavkap |
||
|
|
||
| # Usage server | ||
| mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/%{name}/usage | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.