Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add volumes.rst #34

Merged
merged 8 commits into from
Jul 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions source/openpower/volumes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
Interacting with Volumes on OpenPOWER
=====================================

Each Operating System interacts with the volumes attached to it in various ways.
The most common ways to interact with volumes are through packaged programs such
as ``fdisk``, ``mount``/``umount``, and other LVM commands. Alongside these packages,
there are other packages that are necessary to view and allow the system to properly
interact with the volumes that the user is attempting to manipulate.

Volumes on ppc64 and ppc64le
----------------------------

One of the most crucial packages for actually being able to use volumes on POWER platform is
``ppc64-diag``.

The following is a table showing which images on `OSL's OpenStack POWER cluster`__ have this
package pre-installed:

.. __: https://openpower-controller.osuosl.org

.. csv-table::
:header: "OS", "``ppc64-diag``"
:widths: 12, 15

"Debian", "no"
"CentOS", "yes"
"Ubuntu", "no"
"Fedora", "yes"
"OpenSUSE", "no"

For some distributions, ``ppc64-diag`` is not available in the stable repository. For example:
for Debian, ``ppc64-diag`` only exists in the *"stretch"* packages, and for OpenSUSE,
``ppc64-diag`` is only available in the *"Tumbleweed"* packages. So if you are running an
older version of Debian or OpenSUSE such as *"jessie"* or *"Leap"*, you will need to install
``ppc64-diag`` from another, potentially unstable version.