README: Add RAID support mention

This commit is contained in:
Saverio Miroddi 2020-05-05 17:24:13 +02:00
parent 1a6f05d470
commit b1e965a206

View File

@ -29,12 +29,13 @@ As of 20.04, Canonical makes available an experimental ZFS installer on Ubuntu D
The advantages of this project over the Ubuntu installer are: The advantages of this project over the Ubuntu installer are:
1. it supports pools configuration; 1. it supports pools configuration;
2. it allows customization of the disks setup (including mirroring); 2. it allows specifying the RAID type;
3. it supports additional features (e.g. encryption); 3. it allows customization of the disk partitions;
4. it supports many more operating systems; 4. it supports additional features (e.g. encryption);
5. it supports unattended installations, via custom scripts; 5. it supports many more operating systems;
6. it installs a convenient trimming job for ZFS pools; 6. it supports unattended installations, via custom scripts;
7. it's easy to extend. 7. it installs a convenient trimming job for ZFS pools;
8. it's easy to extend.
The disadvantages are: The disadvantages are: