Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 3f9dc67

Browse files
committed
fix: unable to start seaweedfs
crawlab-team/crawlab#1299
1 parent d72d932 commit 3f9dc67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func (app *Docker) startSeaweedFs() {
143143
"-volume.dir.idx", seaweedFsDataPath,
144144
"-ip", "localhost",
145145
"-volume.port", "9999",
146+
"-volume.minFreeSpace", "1GiB",
146147
"-filer",
147148
)
148149
sys_exec.ConfigureCmdLogging(cmd, func(scanner *bufio.Scanner) {

0 commit comments

Comments
 (0)