|
|
(60 intermediate revisions by 14 users not shown) |
Line 1: |
Line 1: |
| | {{header|docs}} |
|
| |
|
| {{Admon/warning | Document is Final | The contents of this beat have been sent for translation for the GA version of the Release Notes. Any additional changes to this beat will not appear until after the release of Fedora 13. If you have zero-day changes, be sure to post a bug. }} | | {{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. |
|
| |
|
| Most important changes are:
| | 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. |
| * Stopping a container is not permitted when members are still active
| |
| * Add 'homehost' to the valid words for the "AUTO" config file line. When 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
| |
|
| |
|
| Refer to http://www.kernel.org/pub/linux/utils/raid/mdadm/ANNOUNCE for additional details.
| | Detailed information on the storaged project is available from the upstream site at https://storaged.org . |
|
| |
|
|
| |
|
| === openssh-server ===
| | [[Category:Docs Project]] |
| | | [[Category:Draft documentation]] |
| An open source SSH server daemon
| | [[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
| |
| | |
| Complete details on this release may be found at http://www.openssh.com/txt/release-5.4.
| |
| | |
| | |
| <noinclude>[[Category:Release Notes]]<noinclude>
| |
| [[Category:Documentation_beats]] | |
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 .