Is there a place in the lotus docs about adding storage volumes? Is it lotus-storage-miner storage attach or $TMPDIR env variable or is it also in the ./lotus/config.toml or all these are options?
-
Is there a place in the lotus docs about adding storage volumes?
-
It's ./lotus-storage-miner storage attach --init --store /some/path for long term storage paths, and ./lotus-storage-miner storage attach --init --seal /some/path for sealing paths
-
is there any ENV variable for this command "lotus-storage-miner storage attach --init --seal /some/path"