We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea3c0f commit d53a256Copy full SHA for d53a256
pkg/fs/fuse_started_unix.go
@@ -13,6 +13,7 @@ import (
13
)
14
15
func (fh *FuseHost) detectFuseStarted(ctx context.Context, started chan error) {
16
+ time.Sleep(100 * time.Millisecond)
17
var st unix.Stat_t
18
if err := unix.Stat(fh.mountPoint, &st); err != nil {
19
select {
0 commit comments