From: Vasily Tarasov Date: Tue, 3 Feb 2015 16:21:28 +0000 (-0800) Subject: Fixing misprint in calculating TARGET_SIZE in the documentation X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=03a77d24cd95720262cbd2eb753b07963e020a22;p=linux-dmdedup.git Fixing misprint in calculating TARGET_SIZE in the documentation --- diff --git a/Documentation/device-mapper/dedup.txt b/Documentation/device-mapper/dedup.txt index 070bbcb1ec7..618bbd5d701 100644 --- a/Documentation/device-mapper/dedup.txt +++ b/Documentation/device-mapper/dedup.txt @@ -179,7 +179,7 @@ Decide on metadata and data devices: Compute target size assuming 1.5 dedup ratio: # DATA_DEV_SIZE=`blockdev --getsz $DATA_DEV` - # TARGET_SIZE=`expr $DATA_DEV_SIZE \* 10 / 15` + # TARGET_SIZE=`expr $DATA_DEV_SIZE \* 15 / 10` Reset metadata device: # dd if=/dev/zero of=$META_DEV bs=4096 count=1