From Fedora Project Wiki

(Add systemd)
No edit summary
 
(57 intermediate revisions by 13 users not shown)
Line 1: Line 1:
{{header|docs}}
{{header|docs}}
{{Docs_beat_open}}


systemd will either be available or default in F14.  We need to document how to use it.
{{Docs_beat_closed}}


Some uncoordinated pieces of documentation that we can distill important information from or link out to:
== storaged replaces udisks2 ==


* https://fedoraproject.org/wiki/How_to_debug_Systemd_problems
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.
* http://www.freedesktop.org/wiki/Software/systemd/TipsAndTricks
* http://www.freedesktop.org/wiki/Software/systemd/FrequentlyAskedQuestions


Some pieces that would be good to have:
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 .


* Cheat sheet for migrating from systemVinit to systemd.  This would have things that you commonly do in sysVinit with the equivalent commands for doing them in systemd
* Guide to porting sysVinit scripts to unit files.  This should have information on how to create unit files to startup a service, which options in the unit files are necessary, which should not be used in ordinary units, and how to translate tasks that you'd do in a sysVinit script into something that you'd do in a unit file.


[[Category:Docs Project]]
[[Category:Docs Project]]
[[Category:Draft documentation]]
[[Category:Draft documentation]]
[[Category:Documentation beats]]
[[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 .