From 61fe5afc7308e08a52d56495fafa4c316f39a3db Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Tue, 7 Jun 2016 12:09:19 +0200 Subject: [PATCH] Add missing tm for system ds monitoring (qcow2) --- share/etc/oned.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/etc/oned.conf b/share/etc/oned.conf index 1aeaae830f..9d4d7d6ee2 100644 --- a/share/etc/oned.conf +++ b/share/etc/oned.conf @@ -538,7 +538,7 @@ TM_MAD = [ DATASTORE_MAD = [ EXECUTABLE = "one_datastore", - ARGUMENTS = "-t 15 -d dummy,fs,lvm,ceph,dev,iscsi_libvirt,vcenter -s shared,ssh,ceph,fs_lvm" + ARGUMENTS = "-t 15 -d dummy,fs,lvm,ceph,dev,iscsi_libvirt,vcenter -s shared,ssh,ceph,fs_lvm,qcow2" ] #*******************************************************************************