iscsi-discard: Add new tool
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>
This commit is contained in:
@@ -3,7 +3,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
|
||||
AM_LDFLAGS = -no-undefined
|
||||
LIBS = ../lib/libiscsi.la
|
||||
|
||||
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-swp iscsi-pr
|
||||
bin_PROGRAMS = iscsi-inq iscsi-ls iscsi-swp iscsi-pr iscsi-discard
|
||||
if !TARGET_OS_IS_WIN32
|
||||
bin_PROGRAMS += iscsi-perf iscsi-readcapacity16
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user