summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRajesh Tailor <ratailor@redhat.com>2023-01-10 17:49:55 +0530
committerRajesh Tailor <ratailor@redhat.com>2023-01-10 17:55:01 +0530
commit0826ee1c686bc1880d9933d1bcc56e4925e71cdc (patch)
tree8c2496ac30a8d36888ec79d832383fafb7bdcb2f /doc
parentba9d4c909beff4e9ab86911a35dd5db8d8ce08d6 (diff)
downloadnova-0826ee1c686bc1880d9933d1bcc56e4925e71cdc.tar.gz
Fix huge-page doc
This change updates the echo command as per description [1], to append huge-page specific paramters instead of overwriting. [1] https://docs.openstack.org/nova/zed/admin/huge-pages.html Closes-Bug: #2002317 Change-Id: Ibd8b555c4d6a70cd221b12821d6e9d88cf132a4a
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/huge-pages.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/admin/huge-pages.rst b/doc/source/admin/huge-pages.rst
index 73f6c5dd2d..a451c6e3ab 100644
--- a/doc/source/admin/huge-pages.rst
+++ b/doc/source/admin/huge-pages.rst
@@ -96,7 +96,7 @@ pages at boot time, run:
.. code-block:: console
- # echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX hugepagesz=2M hugepages=2048 transparent_hugepage=never"' > /etc/default/grub
+ # echo 'GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX hugepagesz=2M hugepages=2048 transparent_hugepage=never"' >> /etc/default/grub
$ grep GRUB_CMDLINE_LINUX /etc/default/grub
GRUB_CMDLINE_LINUX="..."
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX hugepagesz=2M hugepages=2048 transparent_hugepage=never"