]> git.proxmox.com Git - pve-docs.git/commitdiff
install/use lvm thin file in pvesm man page
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 3 Oct 2016 11:44:10 +0000 (13:44 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 4 Oct 2016 08:37:34 +0000 (10:37 +0200)
just including it in pvesm.adoc is not enough.

Makefile
pve-doc-generator.mk

index dafdc38444d6641b2feb45572a5ab9c85e5ab2e6..94bf67c07009954f21e981d8edde4e4e6498da77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ GEN_DEB_SOURCES=                              \
        pve-storage-iscsi.adoc                  \
        pve-storage-iscsidirect.adoc            \
        pve-storage-lvm.adoc                    \
+       pve-storage-lvmthin.adoc                \
        pve-storage-nfs.adoc                    \
        pve-storage-rbd.adoc                    \
        pve-storage-zfspool.adoc                \
index 29a89a7b70ac1586d162c9fd64a56e9d779ac1e5..0f972022d4b20a3b1b0bc1bbfd30a576bc015350 100644 (file)
@@ -33,6 +33,7 @@ PVESM_MAN1_SOURCES=                   \
        pve-storage-iscsi.adoc          \
        pve-storage-iscsidirect.adoc    \
        pve-storage-lvm.adoc            \
+       pve-storage-lvmthin.adoc        \
        pve-storage-nfs.adoc            \
        pve-storage-rbd.adoc            \
        pve-storage-zfspool.adoc        \