From 6feca83c2d2913fdcbc4a1283885a2aaff1914ae Mon Sep 17 00:00:00 2001 From: tcharles Date: Thu, 17 Jan 2019 12:24:17 +0100 Subject: [PATCH] Update plugin.pm --- storage/quantum/dxi/ssh/plugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/quantum/dxi/ssh/plugin.pm b/storage/quantum/dxi/ssh/plugin.pm index 90f9e8b1e..711e71bfa 100644 --- a/storage/quantum/dxi/ssh/plugin.pm +++ b/storage/quantum/dxi/ssh/plugin.pm @@ -33,6 +33,7 @@ sub new { %{$self->{modes}} = ( 'compaction' => 'storage::quantum::dxi::ssh::mode::compaction', 'dedupnas' => 'storage::quantum::dxi::ssh::mode::dedupnas', + 'dedupvtl' +> 'storage::quantum::dxi::ssh::mode::dedupvtl', 'disk-usage' => 'storage::quantum::dxi::ssh::mode::diskusage', 'health' => 'storage::quantum::dxi::ssh::mode::health', 'hostbus-adapter-status' => 'storage::quantum::dxi::ssh::mode::hostbusadapterstatus',