Skip to content

Commit 5e40ec9

Browse files
committed
doc/rados/configuration/bluestore-config-ref: Fix lowercase typos
Commit 3879e4a lowercased several commands. This fixes the remaining typos. Signed-off-by: Dan van der Ster <[email protected]>
1 parent ccaa870 commit 5e40ec9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/rados/configuration/bluestore-config-ref.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ SSD by running the following command:
396396

397397
.. prompt:: bash $
398398

399-
lspci -mm -n -d -d 8086:0953
399+
lspci -mm -n -D -d 8086:0953
400400

401401
The form of the device selector is either ``DDDD:BB:DD.FF`` or
402402
``DDDD.BB.DD.FF``.
@@ -405,12 +405,12 @@ Next, supposing that ``0000:01:00.0`` is the device selector found in the
405405
output of the ``lspci`` command, you can specify the device selector by running
406406
the following command::
407407

408-
bluestore_block_path = "spdk:trtype:pcie traddr:0000:01:00.0"
408+
bluestore_block_path = "spdk:trtype:PCIe traddr:0000:01:00.0"
409409

410410
You may also specify a remote NVMeoF target over the TCP transport, as in the
411411
following example::
412412

413-
bluestore_block_path = "spdk:trtype:tcp traddr:10.67.110.197 trsvcid:4420 subnqn:nqn.2019-02.io.spdk:cnode1"
413+
bluestore_block_path = "spdk:trtype:TCP traddr:10.67.110.197 trsvcid:4420 subnqn:nqn.2019-02.io.spdk:cnode1"
414414

415415
To run multiple SPDK instances per node, you must make sure each instance uses
416416
its own DPDK memory by specifying for each instance the amount of DPDK memory
@@ -538,15 +538,15 @@ read/write operations on persistent memory (PMEM) in BlueStore, you need to
538538
install `DML`_ and the `idxd-config`_ library. This will work only on machines
539539
that have a SPR (Sapphire Rapids) CPU.
540540

541-
.. _dml: https://github.com/intel/dml
541+
.. _DML: https://github.com/intel/DML
542542
.. _idxd-config: https://github.com/intel/idxd-config
543543

544544
After installing the DML software, configure the shared work queues (WQs) with
545545
reference to the following WQ configuration example:
546546

547547
.. prompt:: bash $
548548

549-
accel-config config-wq --group-id=1 --mode=shared --wq-size=16 --threshold=15 --type=user --name="myapp1" --priority=10 --block-on-fault=1 dsa0/wq0.1
549+
accel-config config-wq --group-id=1 --mode=shared --wq-size=16 --threshold=15 --type=user --name="MyApp1" --priority=10 --block-on-fault=1 dsa0/wq0.1
550550
accel-config config-engine dsa0/engine0.1 --group-id=1
551551
accel-config enable-device dsa0
552552
accel-config enable-wq dsa0/wq0.1

0 commit comments

Comments
 (0)