mirror of
https://github.com/rancher/os.git
synced 2025-07-12 14:18:01 +00:00
Add azure hyperv module
This commit is contained in:
parent
1b15e7ae36
commit
95077cef94
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user