Skip to content
Snippets Groups Projects
Commit 1b59a5ac authored by caoyuan's avatar caoyuan
Browse files

Fix the "tox -e docs" command failed

- cinder-guide.rst:34: D001 Line too long
- swift-guide.rst:16: D001 Line too long

Change-Id: I32e7aeeaee98b8859f257bf173d24295fbe4dd6b
parent 5ce03840
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ a real physical volume or a loopback mounted file for development. ...@@ -31,8 +31,8 @@ a real physical volume or a loopback mounted file for development.
Create a Volume Group Create a Volume Group
===================== =====================
When using the ``lvm`` backend, a volume group will need to be created on each When using the ``lvm`` backend, a volume group will need to be created on each
storage node. Use ``pvcreate`` and ``vgcreate`` to create the volume group. For storage node. Use ``pvcreate`` and ``vgcreate`` to create the volume group.
example with the devices ``/dev/sdb`` and ``/dev/sdc``: For example with the devices ``/dev/sdb`` and ``/dev/sdc``:
:: ::
......
...@@ -13,8 +13,8 @@ Disks with a partition table (recommended) ...@@ -13,8 +13,8 @@ Disks with a partition table (recommended)
========================================== ==========================================
Swift requires block devices to be available for storage. To prepare a disk Swift requires block devices to be available for storage. To prepare a disk
for use as a Swift storage device, a special partition name and filesystem label for use as a Swift storage device, a special partition name and filesystem
need to be added. label need to be added.
The following should be done on each storage node, the example is shown The following should be done on each storage node, the example is shown
for three disks: for three disks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment