The new tool 'iscsi-discard' is used to excute unmap or write zeros on an ISCSI target. The parameters look like the command 'blkdiscard' (from util-linux). Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
10 lines
283 B
Makefile
10 lines
283 B
Makefile
AM_CPPFLAGS = -I${srcdir}/../include -I${srcdir}/../win32
|
|
AM_CFLAGS = $(WARN_CFLAGS)
|
|
AM_LDFLAGS = -no-undefined
|
|
LIBS = ../lib/libiscsi.la
|
|
|
|
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-swp iscsi-pr iscsi-discard
|
|
if !TARGET_OS_IS_WIN32
|
|
bin_PROGRAMS += iscsi-perf iscsi-readcapacity16
|
|
endif
|