mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-08-31 01:35:56 +08:00
fix esxi disk disconnect
This commit is contained in:
@@ -246,7 +246,8 @@ func (*DeployerServer) DisconnectEsxiDisks(
|
||||
delete(connectedEsxiDisks, req.Disks[i].DiskPath)
|
||||
}
|
||||
} else {
|
||||
return new(deployapi.Empty), fmt.Errorf("disk %s not connected", req.Disks[i].DiskPath)
|
||||
log.Warningf("esxi disk %s not connected", req.Disks[i].DiskPath)
|
||||
continue
|
||||
}
|
||||
}
|
||||
return new(deployapi.Empty), nil
|
||||
|
||||
Reference in New Issue
Block a user