[pbs-devel] [PATCH docs 1/2] Small formatting fix up
Dylan Whyte
d.whyte at proxmox.com
Fri Sep 18 15:32:00 CEST 2020
- Fix permission image.
- Change alt text for ZFS
- Change note block to match the others
Signed-off-by: Dylan Whyte <d.whyte at proxmox.com>
---
docs/administration-guide.rst | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst
index aa76c194..61853aa5 100644
--- a/docs/administration-guide.rst
+++ b/docs/administration-guide.rst
@@ -197,7 +197,7 @@ create a datastore at the location ``/mnt/datastore/store1``:
.. image:: images/screenshots/pbs-gui-disks-zfs-create.png
:align: right
- :alt: Create a directory
+ :alt: Create ZFS
You can also create a ``zpool`` with various raid levels from **Administration
-> Disks -> Zpool** in the web interface, or by using ``zpool create``. The command
@@ -208,8 +208,7 @@ mounts it on the root directory (default):
# proxmox-backup-manager disk zpool create zpool1 --devices sdb,sdc --raidlevel mirror
-.. note::
- You can also pass the ``--add-datastore`` parameter here, to automatically
+.. note:: You can also pass the ``--add-datastore`` parameter here, to automatically
create a datastore from the disk.
You can use ``disk fs list`` and ``disk zpool list`` to keep track of your
@@ -483,6 +482,7 @@ following roles exist:
**RemoteSyncOperator**
Is allowed to read data from a remote.
+.. image:: images/screenshots/pbs-gui-permissions-add.png
:align: right
:alt: Add permissions for user
@@ -609,7 +609,6 @@ installation, from which you can `sync` datastores to a local datastore with a
-> Remotes**. Alternatively, you can use the ``remote`` subcommand.
.. image:: images/screenshots/pbs-gui-remote-add.png
-.. image:: images/screenshots/pbs-gui-permissions-add.png
:align: right
:alt: Add a remote
@@ -1394,7 +1393,7 @@ fingerprint by running the following command on the backup server:
.. code-block:: console
- # proxmox-backup-manager cert info |grep Fingerprint
+ # proxmox-backup-manager cert info | grep Fingerprint
Fingerprint (sha256): 64:d3:ff:3a:50:38:53:5a:9b:f7:50:...:ab:fe
Please add that fingerprint to your configuration to establish a trust
--
2.20.1
More information about the pbs-devel
mailing list