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
// If there is more than one line (table headers) in /proc/swaps, swap is enabled and we should
215
215
// error out unless --fail-swap-on is set to false.
216
216
iflen(swapLines) >1 {
217
-
returnnil, fmt.Errorf("Running with swap on is not supported, please disable swap! or set --fail-swap-on flag to false. /proc/swaps contained: %v", swapLines)
217
+
returnnil, fmt.Errorf("running with swap on is not supported, please disable swap! or set --fail-swap-on flag to false. /proc/swaps contained: %v", swapLines)
0 commit comments