Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen 2021-09-11 11:51:34 +02:00
parent e16f75558d
commit 39e13b49cb
No known key found for this signature in database
GPG Key ID: F54982D216088EE1

View File

@ -30,7 +30,7 @@ import (
"syscall"
"time"
"k8s.io/klog/v2"
"k8s.io/klog/v2"
utilexec "k8s.io/utils/exec"
utilio "k8s.io/utils/io"
)
@ -441,7 +441,7 @@ func (mounter *SafeFormatAndMount) formatAndMountSensitive(source string, target
}
} else if fstype == "xfs" {
args = []string{
"-f", // force flag
"-f", // force flag
source,
}
}