change temp directory to NVMe storage
Move temporary working directory from /srv/tmp to /srv/storage/tmp to leverage NVMe storage for better I/O performance during extraction
This commit is contained in:
parent
f23db96922
commit
156217043e
@ -4,7 +4,7 @@ import "regexp"
|
||||
|
||||
const (
|
||||
SnapshotBase = "/srv/berlin.sneak.fs.blueskyarchive/.zfs/snapshot"
|
||||
TmpBase = "/srv/tmp"
|
||||
TmpBase = "/srv/storage/tmp"
|
||||
DailiesBase = "/srv/berlin.sneak.fs.bluesky-dailies"
|
||||
DBFilename = "firehose.db"
|
||||
WALFilename = "firehose.db-wal"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user