From 1c701c47d50e3f26ea6662eced173dc39facbb5d Mon Sep 17 00:00:00 2001 From: Clementine Hayat Date: Tue, 31 Jul 2018 10:44:23 +0200 Subject: [PATCH] news: add storage pool iscsi-direct Signed-off-by: Clementine Hayat Signed-off-by: Michal Privoznik --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 09d0a706a8..afafb9c337 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,15 @@
+ + + storage: add storage pool iscsi-direct + + + Introduce a new storage pool backend that uses libiscsi instead of + iscsiadm. It support basic pool operations: checkPool and refreshPool. + +
-- GitLab