Whamcloud - gitweb
LU-4929 lfs: Add lfs dirstripe to the manpage 43/10643/10
authorWang Di <di.wang@intel.com>
Sat, 7 Jun 2014 20:18:11 +0000 (13:18 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 18 Jun 2014 03:19:31 +0000 (03:19 +0000)
commit9ef9c1dc0deb46eb8cc7cafa51e7a81fec16d900
treee1400e697c3efc5c93ef719696a9a3a62d421829
parent0123baecc4e2050447f8c4f48f5b33a6d3c524a8
LU-4929 lfs: Add lfs dirstripe to the manpage

Add lfs-setdirstripe.1, lfs-getdirstripe and
lfs-mkdir.1 to the manpage.

Add -m mode to "lfs mkdir" help, and also mention lfs
setdirstripe can only be done on MDT0 with adminitrator
right.

lfs getdirstripe should honor -O MDTUUID to list the
stripe information of subdirectories located on that MDT.

Remove unnecessary error message in cb_getstripe.

Fix the default getdirstripe behavior, which should list all of
its subdirectories stripe pattern, like lfs getstripe.

Fix format of LMV stripe information.

Change-Id: I7ee6ef3d6df5df50e35f5874a27e176884d79704
Signed-off-by: Wang Di <di.wang@intel.com>
Reviewed-on: http://review.whamcloud.com/10643
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/doc/Makefile.am
lustre/doc/lfs-getdirstripe.1 [new file with mode: 0644]
lustre/doc/lfs-mkdir.1 [new file with mode: 0644]
lustre/doc/lfs-setdirstripe.1 [new file with mode: 0644]
lustre/doc/lfs.1
lustre/utils/lfs.c
lustre/utils/liblustreapi.c