From c047165bc8821345ef0ba1eff4e0c28cffebc958 Mon Sep 17 00:00:00 2001 From: sageweil Date: Fri, 19 Jan 2007 15:23:47 +0000 Subject: [PATCH] typos git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1014 29311d96-e01e-0410-9327-a35deaab8ce9 --- web/source.body | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/source.body b/web/source.body index 983b001c70742..0ecd416618212 100644 --- a/web/source.body +++ b/web/source.body @@ -101,9 +101,9 @@ make fakefuse && ./fakefuse --mkfs --debug_ms 1 mnt
 mpd &           # for a single host
 mpiboot -n 10   # for multiple hosts (see MPICH docs)
-make newsyn && ./newsyn --mkfs --nummds 2 --numosd 6 --numclient 20 --syn writefile 100 16384
+make newsyn && mpiexec -l -n 10 ./newsyn --mkfs --nummds 1 --numosd 6 --numclient 20 --syn writefile 100 16384
 
- You will probably want to make dev/osdall a symlink to some block device that exists on every node you're starting an OSD on. Otherwise, you'll need a symlink (for "block device" file) for each osd. + You will probably want to make dev/osd.all a symlink to some block device that exists on every node you're starting an OSD on. Otherwise, you'll need a symlink (for "block device" file) for each osd. If you want to mount a distributed FS (instead of generating a synthetic workload), try
-- 
2.39.5