Merge "doc: admin: generic_driver: fix indentation"

This commit is contained in:
Zuul 2021-09-29 17:01:54 +00:00 committed by Gerrit Code Review
commit a8d4393713
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Each backend driver can handle networking in its own way,
see: https://wiki.openstack.org/wiki/Manila/Networking
One of two possible configurations can be chosen for share provisioning
using 'service_instance' module:
using 'service_instance' module:
- Service VM has one net interface from net that is connected to public router.
For successful creation of share, user network should be connected to public
@ -51,7 +51,7 @@ Requirements for service image
- Two net interfaces configured to DHCP (see network approaches)
- 'exportfs' and 'net conf' libraries used for share actions
- Following files will be used, so if their paths differ one needs to create at
least symlinks for them:
least symlinks for them:
* /etc/exports (permanent file with NFS exports)
* /var/lib/nfs/etab (temporary file with NFS exports used by 'exportfs')