fix: Fix indentation for workdir warnings and force flag
This commit is contained in:
@@ -500,10 +500,10 @@ func runRestoreCluster(cmd *cobra.Command, args []string) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Warn("⚠️ Using alternative working directory for extraction")
|
log.Warn("⚠️ Using alternative working directory for extraction")
|
||||||
log.Warn(" This is recommended when system disk space is limited")
|
log.Warn(" This is recommended when system disk space is limited")
|
||||||
log.Warn(" Location: " + restoreWorkdir)
|
log.Warn(" Location: " + restoreWorkdir)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("Checking disk space...")
|
log.Info("Checking disk space...")
|
||||||
multiplier := 4.0 // Cluster needs more space for extraction
|
multiplier := 4.0 // Cluster needs more space for extraction
|
||||||
|
|||||||
Reference in New Issue
Block a user