1
0
mirror of https://github.com/rancher/os.git synced 2025-09-05 00:37:12 +00:00

Load hv_storvsc for hyperv

Loading the disks via this module before "b2d env" process
This commit is contained in:
niusmallnan
2018-10-24 15:55:51 +08:00
committed by niusmallnan
parent 57023cc19a
commit f2e7734acb

View File

@@ -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")
cfg.Rancher.Modules = append(cfg.Rancher.Modules, "hv_utils", "hv_storvsc")
}
for _, module := range cfg.Rancher.Modules {