From ce2e28b769a1a338ddc3f8d4078cff4f3dfab3d9 Mon Sep 17 00:00:00 2001 From: James Nunez Date: Thu, 24 Oct 2019 16:54:56 -0600 Subject: [PATCH 1/1] LU-12903 doc: make PCC man pages 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 Change-Id: I4a7accb4ab77a9fcefda9f115a751ccbc35f9b7c Reviewed-on: https://review.whamcloud.com/36572 Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Joseph Gmitter Reviewed-by: Yingjin Qian --- lustre/doc/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lustre/doc/Makefile.am b/lustre/doc/Makefile.am index b8f88ad..3e908f2 100644 --- a/lustre/doc/Makefile.am +++ b/lustre/doc/Makefile.am @@ -37,6 +37,7 @@ MANFILES = \ lctl-get_param.8 \ lctl-list_param.8 \ lctl-network.8 \ + lctl-pcc.8 \ lctl-set_param.8 \ ldev.8 \ ldev.conf.5 \ @@ -60,6 +61,7 @@ MANFILES = \ lfs-mkdir.1 \ lfs-path2fid.1 \ lfs-pcc.1 \ + lfs-pcc-detach.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_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 \ -- 1.8.3.1