Merge pull request #67684 from indiscipline/minio

nixos/minio: allow multiple data directories for erasure coding
This commit is contained in:
taku0
2021-04-13 18:29:28 +09:00
committed by GitHub
2 changed files with 11 additions and 6 deletions
@@ -669,6 +669,12 @@ environment.systemPackages = [
Environment variables can be set using <option>environment.variables</option>.
</para>
</listitem>
<listitem>
<para>
<option>services.minio.dataDir</option> changed type to a list of paths, required for specifiyng multiple data directories for using with erasure coding.
Currently, the service doesn't enforce nor checks the correct number of paths to correspond to minio requirements.
</para>
</listitem>
</itemizedlist>
</section>