Searched refs:thtype (Results 1 – 1 of 1) sorted by relevance
175 def dl_set(self, dlname, size, thtype): argument178 size, thtype))198 (size, thtype) = vp.get_value(pool)201 pool.dl_set(dlname, size, thtype)208 if pool["thtype"] != thtype:209 … err_msg = "Incorrect pool threshold type (got {}, expected {})".format(pool["thtype"], thtype)