Whamcloud - gitweb
LU-16901 utils: l_getidentity with nss module support
[fs/lustre-release.git] / lustre / doc / lfs-mirror-write.1
index c0030ef..979b99c 100644 (file)
@@ -1,6 +1,6 @@
 .TH LFS-MIRROR-WRITE 1 2018-09-23 "Lustre" "Lustre Utilities"
 .SH NAME
-lfs mirror write \- write a mirror's content of a mirrored file
+lfs-mirror-write \- write a mirror's content of a mirrored file
 .SH SYNOPSIS
 .B lfs mirror write
 {\fB\-\-mirror-id|\-N\fR <\fImirror_id\fR>}
@@ -20,7 +20,8 @@ a mirror.
 .BR \-\-inputfile|\-i\fR\ <\fIinput_file\fR>
 The path name of the input file, if not specified, the standard input stream
 will be used. The input stream or input_file cannot be the same mirrored file
-as the \fImirrored_file\fR.
+as the \fImirrored_file\fR. if you'd like to copy a mirror's content to
+another mirror of the same mirrored file, use \fBlfs mirror copy\fR command.
 .SH EXAMPLES
 .TP
 .B lfs mirror write --mirror-id 3 /mnt/lustre/file1 < /tmp/m2
@@ -41,3 +42,4 @@ The \fBlfs mirror write\fR command is part of the Lustre filesystem.
 .BR lfs-mirror-split (1),
 .BR lfs-mirror-verify (1),
 .BR lfs-mirror-read (1)
+.BR lfs-mirror-copy (1)