Whamcloud - gitweb
LU-11467 utils: add lfs mirror delete command 85/36185/5
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 19 Sep 2019 07:45:11 +0000 (00:45 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Oct 2019 03:44:43 +0000 (03:44 +0000)
commit6d0e247cfc956dae1148aad054bb3d100c8863c9
treeb7c8594165de7370244077644a4c2680a391f6fd
parent1cb7bdb883b0b19d944a4bee8403d0b5898a3998
LU-11467 utils: add lfs mirror delete command

Add "lfs mirror delete" as an alias for "lfs mirror split -d", to
balance "lfs mirror create" and simplify the interface for users.

Add lfs-mirror-create.1 man page, and convert some tests in
sanity-flr.sh to use the new interface.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Change-Id: I4399878dc2fd435c517a2ff529b91480583ebbe5
Reviewed-on: https://review.whamcloud.com/36185
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/doc/Makefile.am
lustre/doc/lfs-mirror-create.1
lustre/doc/lfs-mirror-delete.1 [new file with mode: 0644]
lustre/doc/lfs-mirror-extend.1
lustre/doc/lfs-mirror-split.1
lustre/tests/sanity-flr.sh
lustre/utils/lfs.c