Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
description="The main data storage, put this on your large storage (e.g. high capacity HDD)";
example=[{
path="/var/lib/garage/data";
capacity="2T";
}];
type=withtypes;eitherpath(listOfattrs);
description=''
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.