Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Update README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Step 0: Configure persistent memory
---------------------------------------

A power cycle is required to apply the new goal.

---------------------------------------
# systemctl reboot
---------------------------------------

Here's the sample output from ipmctl showing the capacity that
is configured as persistent memory:
Expand All @@ -41,7 +45,7 @@ Step 0: Configure persistent memory

For this test to do anything interesting, there must be persistent
memory capacity available as shown above. Running this test on
Memory Mode won't do anything interesting since that is a volatile
Memory Mode won't do anything interesting since it is a volatile
mode of the Optane product.

Here is an example using ipmctl to show all the PMem devices:
Expand Down Expand Up @@ -152,7 +156,7 @@ Step 0: Configure persistent memory
]
---------------------------------------

Here's an example oif how to create file systems on those
Here's an example of how to create file systems on those
namespaces and mount them for DAX use:

# mkfs -t ext4 /dev/pmem0
Expand Down