diff --git a/src/datastore_mad/remotes/libfs.sh b/src/datastore_mad/remotes/libfs.sh index 6450a00d8b..06fc013995 100644 --- a/src/datastore_mad/remotes/libfs.sh +++ b/src/datastore_mad/remotes/libfs.sh @@ -482,7 +482,7 @@ function check_restricted { #------------------------------------------------------------------------------- function remove_off_hosts { ALL_HOSTS_ARRAY=($1) - OFF_HOSTS_STR=$(onehost list --no-pager --csv \ + OFF_HOSTS_STR=$(onehost list --operator OR --no-pager --csv \ --filter="STAT=off,STAT=err,STAT=dsbl" --list=NAME,STAT 2>/dev/null) if [ $? -eq 0 ]; then