Whamcloud - gitweb
LU-12903 doc: make PCC man pages 72/36572/4
authorJames Nunez <jnunez@whamcloud.com>
Thu, 24 Oct 2019 22:54:56 +0000 (16:54 -0600)
committerOleg Drokin <green@whamcloud.com>
Mon, 28 Oct 2019 18:21:51 +0000 (18:21 +0000)
Several man pages for the Persistent Client Cache
feature were not included in the doc/Makefile.am
file and, thus, they do not show up on the Lustre client.

Add the following man pages to the Makefile:
lctl-pcc.8
lfs-pcc-detach.1
llapi_pcc_attach.3
llapi_pcc_attach_fid.3
llapi_pcc_attach_fid_str.3
llapi_pcc_detach_fid.3
llapi_pcc_detach_fid_fd.3
llapi_pcc_detach_fid_str.3
llapi_pcc_detach_file.3
llapi_pccdev_get.3
llapi_pccdev_set.3
llapi_pcc_state_get.3
llapi_pcc_state_get_fd.3

Test-Parameters: trivial
Fixes: f172b1168857 ("LU-10092 llite: Add persistent cache on client")
Signed-off-by: James Nunez <jnunez@whamcloud.com>
Change-Id: I4a7accb4ab77a9fcefda9f115a751ccbc35f9b7c
Reviewed-on: https://review.whamcloud.com/36572
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Joseph Gmitter <jgmitter@whamcloud.com>
Reviewed-by: Yingjin Qian <qian@ddn.com>
lustre/doc/Makefile.am

index b8f88ad..3e908f2 100644 (file)
@@ -37,6 +37,7 @@ MANFILES =                                    \
        lctl-get_param.8                        \
        lctl-list_param.8                       \
        lctl-network.8                          \
        lctl-get_param.8                        \
        lctl-list_param.8                       \
        lctl-network.8                          \
+       lctl-pcc.8                              \
        lctl-set_param.8                        \
        ldev.8                                  \
        ldev.conf.5                             \
        lctl-set_param.8                        \
        ldev.8                                  \
        ldev.conf.5                             \
@@ -60,6 +61,7 @@ MANFILES =                                    \
        lfs-mkdir.1                             \
        lfs-path2fid.1                          \
        lfs-pcc.1                               \
        lfs-mkdir.1                             \
        lfs-path2fid.1                          \
        lfs-pcc.1                               \
+       lfs-pcc-detach.1                        \
        lfs-project.1                           \
        lfs-setdirstripe.1                      \
        lfs-setstripe.1                         \
        lfs-project.1                           \
        lfs-setdirstripe.1                      \
        lfs-setstripe.1                         \
@@ -123,6 +125,17 @@ MANFILES =                                 \
        llapi_path2fid.3                        \
        llapi_path2parent.3                     \
        llapi_quotactl.3                        \
        llapi_path2fid.3                        \
        llapi_path2parent.3                     \
        llapi_quotactl.3                        \
+       llapi_pcc_attach.3                      \
+       llapi_pcc_attach_fid.3                  \
+       llapi_pcc_attach_fid_str.3              \
+       llapi_pcc_detach_fid.3                  \
+       llapi_pcc_detach_fid_fd.3               \
+       llapi_pcc_detach_fid_str.3              \
+       llapi_pcc_detach_file.3         \
+       llapi_pccdev_get.3                      \
+       llapi_pccdev_set.3                      \
+       llapi_pcc_state_get.3                   \
+       llapi_pcc_state_get_fd.3                        \
        ll_decode_linkea.8                      \
        llobdstat.8                             \
        llog_reader.8                           \
        ll_decode_linkea.8                      \
        llobdstat.8                             \
        llog_reader.8                           \