Compare commits
1 Commits
cb7b9d4088
...
7fe15ffa24
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fe15ffa24 |
@@ -77,12 +77,12 @@ impl HostNetworkConfigurationInterpret {
|
|||||||
topology.configure_bond(&config).await.map_err(|e| {
|
topology.configure_bond(&config).await.map_err(|e| {
|
||||||
InterpretError::new(format!("Failed to configure host network: {e}"))
|
InterpretError::new(format!("Failed to configure host network: {e}"))
|
||||||
})?;
|
})?;
|
||||||
// topology
|
topology
|
||||||
// .configure_port_channel(&config)
|
.configure_port_channel(&config)
|
||||||
// .await
|
.await
|
||||||
// .map_err(|e| {
|
.map_err(|e| {
|
||||||
// InterpretError::new(format!("Failed to configure host network: {e}"))
|
InterpretError::new(format!("Failed to configure host network: {e}"))
|
||||||
// })?;
|
})?;
|
||||||
} else if config.switch_ports.is_empty() {
|
} else if config.switch_ports.is_empty() {
|
||||||
info!(
|
info!(
|
||||||
"[Host {current_host}/{total_hosts}] No ports found for {} interfaces, skipping",
|
"[Host {current_host}/{total_hosts}] No ports found for {} interfaces, skipping",
|
||||||
|
|||||||
Reference in New Issue
Block a user