Message ID | 1407137334-6183-1-git-send-email-quwenruo@cn.fujitsu.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
(2014/08/04 16:28), Qu Wenruo wrote: > Missing '+'s cause '-B' option not displayed correctly, add it to fix. > > Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Tested-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> > --- > Documentation/btrfs-replace.txt | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/btrfs-replace.txt b/Documentation/btrfs-replace.txt > index eecf9b0..067b02d 100644 > --- a/Documentation/btrfs-replace.txt > +++ b/Documentation/btrfs-replace.txt > @@ -42,6 +42,7 @@ The <targetdev> needs to be same size or larger than the <srcdev>. > only read from <srcdev> if no other zero-defect mirror exists. > (enable this if your drive has lots of read errors, the access would be very > slow) > ++ > -f:::: > force using and overwriting <targetdev> even if it looks like > containing a valid btrfs filesystem. > @@ -49,6 +50,7 @@ containing a valid btrfs filesystem. > A valid filesystem is assumed if a btrfs superblock is found which contains a > correct checksum. Devices which are currently mounted are > never allowed to be used as the <targetdev>. > ++ > -B:::: > no background replace. > > -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/Documentation/btrfs-replace.txt b/Documentation/btrfs-replace.txt index eecf9b0..067b02d 100644 --- a/Documentation/btrfs-replace.txt +++ b/Documentation/btrfs-replace.txt @@ -42,6 +42,7 @@ The <targetdev> needs to be same size or larger than the <srcdev>. only read from <srcdev> if no other zero-defect mirror exists. (enable this if your drive has lots of read errors, the access would be very slow) ++ -f:::: force using and overwriting <targetdev> even if it looks like containing a valid btrfs filesystem. @@ -49,6 +50,7 @@ containing a valid btrfs filesystem. A valid filesystem is assumed if a btrfs superblock is found which contains a correct checksum. Devices which are currently mounted are never allowed to be used as the <targetdev>. ++ -B:::: no background replace.
Missing '+'s cause '-B' option not displayed correctly, add it to fix. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> --- Documentation/btrfs-replace.txt | 2 ++ 1 file changed, 2 insertions(+)