From Fedora Project Wiki

No edit summary
 
(64 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Admon/warning | F13 | Some changes, prose needed. }}
{{header|docs}}


{{Docs_beat_closed}}


==== mdadm ====
== storaged replaces udisks2 ==


The mdadm program controls Linux md devices (software RAID arrays). It can create, assemble, report on, and monitor arrays and can also move spares between raid arrays when needed.  
The `udisks2` package provides dynamic storage management functionality to legacy Fedora systems. Most prominently, desktop environments like GNOME udisks to handle removable media, such as USB thumb drives, via a dbus interface.


  Old Version: 3.0.2 -> New Version: 3.1.1
Because udisks2 does not support more complex storage technologies such as LVM or iSCSI, it is being replaced in Fedora 25 by `storaged`, an enhanced fork of the udisks project`storaged` is a drop-in replacement for `udisks2`, and the additional functionality allows administrators to use software like `Cockpit` in Fedora Server to manage these advanced storage resources.
Most important changes are:
* Stopping a container is not permitted when members are still active
* Add 'homehost' to the valid words for the "AUTO" config file lineWhen followed by "-all", this causes mdadm to auto-assemble any array belonging to this host, but not auto-assemble anything else.
* If mdadm.conf lists arrays which have inter-dependencies, the previously had to be listed in the "right" order. Now any order should work.
* --force assembly of v1.x arrays which are in the process of recovering
* Various command-line-option parsing improvements


Project site: (http://www.kernel.org/pub/linux/utils/raid/mdadm/)
Detailed information on the storaged project is available from the upstream site at https://storaged.org .


==== openssh-server ====


An open source SSH server daemon
[[Category:Docs Project]]
 
[[Category:Draft documentation]]
  Old Version: 5.2p1 -> New Version: 5.4p1
[[Category:Documentation beats]]
 
Most important changes:
* SSH protocol 1 disabled by default.
* Removed the libsectok/OpenSC-based smartcard code and added support for PKCS#11 tokens
* Added support for certificate authentication of users and hosts using a new, minimal OpenSSH certificate format (not X.509).
* Added a 'netcat mode' to ssh that connects stdio on the client to a single port forward on the server.
* Added the ability to revoke keys in sshd(8) and ssh(1)
* Many improvements to the sftp(1) client
 
Project site: (http://www.openssh.com/txt/release-5.4)
 
==== pam_krb5 ====
 
A Pluggable Authentication Module for Kerberos 5.
 
  Old Version: 2.3.7 -> New Version: 2.3.11
 
Project site: (https://fedorahosted.org/pam_krb5/)
 
 
==
 
<noinclude>[[Category:Release Notes]]<noinclude>
[[Category:Documentation_beats]]

Latest revision as of 01:32, 20 September 2016

DocsProject Header docTeam1.png


Warning.png
Beat Closed on Wiki
Work on beats has now moved to git at https://pagure.io/fedora-docs/release-notes. If you have changes or additions, please contact the docs team via #fedora-docs, docs@lists.fedoraproject.org, or with the release-notes BZ component.


storaged replaces udisks2

The udisks2 package provides dynamic storage management functionality to legacy Fedora systems. Most prominently, desktop environments like GNOME udisks to handle removable media, such as USB thumb drives, via a dbus interface.

Because udisks2 does not support more complex storage technologies such as LVM or iSCSI, it is being replaced in Fedora 25 by storaged, an enhanced fork of the udisks project. storaged is a drop-in replacement for udisks2, and the additional functionality allows administrators to use software like Cockpit in Fedora Server to manage these advanced storage resources.

Detailed information on the storaged project is available from the upstream site at https://storaged.org .