bsdci / libioc

A Python library to manage jails with ioc{age,ell}
https://bsd.ci/libioc
Other
38 stars 11 forks source link

Consider creating (releases) datasets with compression=on #670

Open igalic opened 5 years ago

igalic commented 5 years ago

Currently our ZFS Datasets are all created without compression

Perhaps we should consider changing that. Maybe Releases would be a good candidate to start with.

gronke commented 5 years ago

The current setting is inherited from the parent dataset. Hard-coding a compression mechanism, would take administrators the ability to select their compression.

gronke commented 5 years ago

Perhaps @allanjude can help us answer this question: Is it a good idea to create datasets for jails and releases with compression enabled by default or should we rely on the pool setting for ZFS compression?

allanjude commented 5 years ago

This one depends on a lot of factors. For example, if you installed the system with bsdinstall, it sets compress=lz4 on the root of the pool.