How to install custum hostallocator module #10889
-
Hi thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@hacked473 If you've developed your custom host allocator as an adapter similar to FirstFitAllocator, you're on the right track. You can refer to that class and how it's registered and used in the CloudStack codebase. If you are having a development environment, you will need to follow below steps,
|
Beta Was this translation helpful? Give feedback.
@hacked473 If you've developed your custom host allocator as an adapter similar to FirstFitAllocator, you're on the right track. You can refer to that class and how it's registered and used in the CloudStack codebase.
If you are having a development environment, you will need to follow below steps,