Utilidades del Sistema
El servidor NFS se configura con /etc/nfs.conf
en lugar de /etc/sysconfig/nfs
Desde el comienzo, /etc/sysconfig/nfs
ha sido utilizado para configurar demonios servidores NFS especificando argumentos adicionales de línea de instrucción con los cuales el demonio ejecutable sería invocado. Este mecanismo ha sido sustituido por el archivo de configuración en /etc/nfs.conf
. Cada uno de los servicios que compone la pila del servidor NFS lee este archivo en lo propio y utiliza las partes relevantes, y /etc/sysconfig/nfs
no es más leído.
On upgrades, automatic conversion from /etc/sysconfig/nfs
to /etc/nfs.conf
is performed by the nfs-convert.service
systemd service.
DNF repository metadata is now compressed using zchunk
In Fedora 30, DNF package repository metadata is compressed using the zchunk
format in addition to xz
and gzip
formats used previously.
zchunk
is a new compression format designed to allow for highly efficient deltas. When Fedora’s metadata is compressed using zchunk
, DNF will download only the differences between any earlier copies of the metadata and the current version. DNF and related tools will see significant reductions in the size of the metadata they download, especially if they are run on a regular basis.
For more information about zchunk
, see the following articles by the change owner:
Want to help? Learn how to contribute to Fedora Docs ›