Turned out it makes no sense to duplicated DirPlugin features. So I also changed the name to make it less confusing. So we can only create zvols inside a zfs pool with this plugin.
7 lines
314 B
Makefile
7 lines
314 B
Makefile
SOURCES=Plugin.pm DirPlugin.pm LVMPlugin.pm NFSPlugin.pm ISCSIPlugin.pm RBDPlugin.pm SheepdogPlugin.pm ISCSIDirectPlugin.pm GlusterfsPlugin.pm ZFSPoolPlugin.pm ZFSPlugin.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/Storage/$$i; done
|
|
make -C LunCmd install
|