]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
monitor device
authorsageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 13 Oct 2006 02:40:09 +0000 (02:40 +0000)
committersageweil <sageweil@29311d96-e01e-0410-9327-a35deaab8ce9>
Fri, 13 Oct 2006 02:40:09 +0000 (02:40 +0000)
git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@934 29311d96-e01e-0410-9327-a35deaab8ce9

web/source.body

index 638ac265a9605b75ea23652f0c953cc4f994bb0f..9e059b37298495186b2b2b5a8cdd943279c98b95 100644 (file)
@@ -59,6 +59,11 @@ ln -s /dev/sda4 dev/osd0      # except osd0, which should use /dev/sd4
 for f in 0 1 2 3; do                                 # fakesyn defaults is 4 OSDs
 dd if=/dev/zero of=dev/osd$f bs=1048576 count=1024   # 1 GB each
 done
+
+# smaller devices for monitors too
+for f in 0 1 2 3 4 ; do
+dd if=/dev/zero of=dev/mon$f bs=1048576 count=10   # 10 MB each
+done
 </pre>
                                Note that if your home/working directory is mounted via NFS, you'll want to symlink <tt>dev/</tt> to a directory on a local disk.
                </div>