Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
69513eae
Commit
69513eae
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Fix guide formating errors"
parents
2cb242f5
b2a79051
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/advanced-configuration.rst
+2
-2
2 additions, 2 deletions
doc/advanced-configuration.rst
doc/cinder-guide.rst
+12
-6
12 additions, 6 deletions
doc/cinder-guide.rst
with
14 additions
and
8 deletions
doc/advanced-configuration.rst
+
2
−
2
View file @
69513eae
...
@@ -206,5 +206,5 @@ first disable the deployment of the central logging.
...
@@ -206,5 +206,5 @@ first disable the deployment of the central logging.
enable_central_logging: "no"
enable_central_logging: "no"
Now you can use the parameter ``elasticsearch_address`` to configure the
address
Now you can use the parameter ``elasticsearch_address`` to configure the
of the external Elasticsearch environment.
address
of the external Elasticsearch environment.
This diff is collapsed.
Click to expand it.
doc/cinder-guide.rst
+
12
−
6
View file @
69513eae
...
@@ -101,7 +101,8 @@ exist on the server and following parameter must be specified in
...
@@ -101,7 +101,8 @@ exist on the server and following parameter must be specified in
enable_cinder_backend_lvm: "yes"
enable_cinder_backend_lvm: "yes"
NOTE: For Ubuntu and LVM2/iSCSI
For Ubuntu and LVM2/iSCSI
~~~~~~~~~~~~~~~~~~~~~~~~~
``iscsd`` process uses configfs which is normally mounted at
``iscsd`` process uses configfs which is normally mounted at
``/sys/kernel/config`` to store discovered targets information, on centos/rhel
``/sys/kernel/config`` to store discovered targets information, on centos/rhel
...
@@ -112,11 +113,16 @@ targeted for nova compute role.
...
@@ -112,11 +113,16 @@ targeted for nova compute role.
- Add configfs module to ``/etc/modules``
- Add configfs module to ``/etc/modules``
- Rebuild initramfs using: ``update-initramfs -u`` command
- Rebuild initramfs using: ``update-initramfs -u`` command
- Stop ``open-iscsi`` system service due to its conflicts with iscsid container.
- Stop ``open-iscsi`` system service due to its conflicts
For Ubuntu 14.04 (upstart): ``service open-iscsi stop``,
with iscsid container.
Ubuntu 16.04 (systemd): ``systemctl stop open-iscsi; systemctl stop iscsid``
For Ubuntu 14.04 (upstart): ``service open-iscsi stop``
Ubuntu 16.04 (systemd):
``systemctl stop open-iscsi; systemctl stop iscsid``
- Make sure configfs gets mounted during a server boot up process. There are
- Make sure configfs gets mounted during a server boot up process. There are
multiple ways to accomplish it, one example: ::
multiple ways to accomplish it, one example:
::
mount -t configfs /etc/rc.local /sys/kernel/config
mount -t configfs /etc/rc.local /sys/kernel/config
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment