mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add azure hyperv module
This commit is contained in:
@@ -26,7 +26,7 @@ func LoadModules(cfg *config.CloudConfig) (*config.CloudConfig, error) {
|
||||
}
|
||||
|
||||
if util.GetHypervisor() == "hyperv" {
|
||||
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc")
|
||||
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc", "hv_vmbus")
|
||||
}
|
||||
|
||||
for _, module := range cfg.Rancher.Modules {
|
||||
|
Reference in New Issue
Block a user