The directory in which Garage will store the data blocks of objects. This folder can be placed on an HDD. Since v0.9.0, Garage supports multiple data directories, refer to https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#data_dir for the exact format.
Declarations
Type
path or list of (attribute set)
Default
"/var/lib/garage/data"
Example
[
{
capacity = "2T";
path = "/var/lib/garage/data";
}
]