From 74fb0c6f1a4719d688262344c995854b79e3cf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= Date: Fri, 27 Nov 2015 21:29:50 +0100 Subject: [PATCH] filters/ccsflat2cibprelude[_fs]: netfs/@fstype defaults to nfs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unfortunately not directly/via metadata, but via in-code handling: https://bugzilla.redhat.com/show_bug.cgi?id=1286291 Signed-off-by: Jan Pokorný --- filters/cluster/rm/_fs.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/filters/cluster/rm/_fs.py b/filters/cluster/rm/_fs.py index bee032f..076e48f 100644 --- a/filters/cluster/rm/_fs.py +++ b/filters/cluster/rm/_fs.py @@ -53,7 +53,11 @@ + ( + not(@fstype) + or + starts-with(@fstype, 'nfs') + )"> + ( + not(@fstype) + or + starts-with(@fstype, 'nfs') + )">