From d1b81605cd12a323cbd52aef8e90adcbf3eaf32b Mon Sep 17 00:00:00 2001 From: tanjy Date: Wed, 26 Jan 2022 18:02:58 +0800 Subject: [PATCH] changem svc host ostype --- delfin/drivers/ibm/storwize_svc/ssh_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/delfin/drivers/ibm/storwize_svc/ssh_handler.py b/delfin/drivers/ibm/storwize_svc/ssh_handler.py index 75333df44..15aa6ceab 100644 --- a/delfin/drivers/ibm/storwize_svc/ssh_handler.py +++ b/delfin/drivers/ibm/storwize_svc/ssh_handler.py @@ -1109,7 +1109,6 @@ def list_masking_views(self, storage_id): "native_masking_view_id": view_id, } view_list.append(view_result) - return view_list except Exception as e: LOG.error("Failed to get view metrics from svc")