From 156e58966b826983340e6d5eb0e2923b47767229 Mon Sep 17 00:00:00 2001 From: tcharles Date: Thu, 17 Jan 2019 12:35:56 +0100 Subject: [PATCH] typo --- storage/quantum/dxi/ssh/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/quantum/dxi/ssh/plugin.pm b/storage/quantum/dxi/ssh/plugin.pm index 711e71bfa..13a879b10 100644 --- a/storage/quantum/dxi/ssh/plugin.pm +++ b/storage/quantum/dxi/ssh/plugin.pm @@ -33,7 +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', + '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',