You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain linux file system, Local Fluvio cluster creation hangs
π Running pre-flight checks
π Checking Fluvio Local Installation
β Local Fluvio is not installed
π Checking Clean Fluvio Local Installation
β Previous local fluvio installation not found
π All checks passed!
Creating log directory
Sync files
Error: The action 'Install Local Fluvio cluster' has timed out after 3 minutes.
This looks like issue is caused by file system sync which may take long based on system configuration
pb.set_message("Sync files");
// ensure we sync files before we launch servers
Command::new("sync")
.inherit()
.result()
.map_err(|e| LocalInstallError::Other(format!("sync issue: {e:#?}")))?;.
The text was updated successfully, but these errors were encountered:
In certain linux file system, Local Fluvio cluster creation hangs
This looks like issue is caused by file system sync which may take long based on system configuration
The text was updated successfully, but these errors were encountered: