remove unnecessary println
Some checks failed
Run Check Script / check (pull_request) Failing after 1m10s
Some checks failed
Run Check Script / check (pull_request) Failing after 1m10s
This commit is contained in:
@@ -77,12 +77,12 @@ impl HostNetworkConfigurationInterpret {
|
||||
topology.configure_bond(&config).await.map_err(|e| {
|
||||
InterpretError::new(format!("Failed to configure host network: {e}"))
|
||||
})?;
|
||||
topology
|
||||
.configure_port_channel(&config)
|
||||
.await
|
||||
.map_err(|e| {
|
||||
InterpretError::new(format!("Failed to configure host network: {e}"))
|
||||
})?;
|
||||
// topology
|
||||
// .configure_port_channel(&config)
|
||||
// .await
|
||||
// .map_err(|e| {
|
||||
// InterpretError::new(format!("Failed to configure host network: {e}"))
|
||||
// })?;
|
||||
} else if config.switch_ports.is_empty() {
|
||||
info!(
|
||||
"[Host {current_host}/{total_hosts}] No ports found for {} interfaces, skipping",
|
||||
@@ -157,8 +157,6 @@ impl HostNetworkConfigurationInterpret {
|
||||
.find(|h| h.id == config.host_id)
|
||||
.unwrap();
|
||||
|
||||
println!("[Host] {host}");
|
||||
|
||||
if config.switch_ports.is_empty() {
|
||||
report.push(format!(
|
||||
"⏭️ Host {}: SKIPPED (No matching switch ports found)",
|
||||
|
||||
Reference in New Issue
Block a user