mirror of
https://github.com/kolesa-team/pve-purestorage-plugin.git
synced 2026-08-12 21:53:06 -06:00
Make hgsuffix truly optional
Replaced the default value "pve" with "" Resolves #5
This commit is contained in:
@@ -32,7 +32,7 @@ $Data::Dumper::Indent = 1; # Outputs everything in one line
|
||||
$Data::Dumper::Useqq = 1; # Uses quotes for strings
|
||||
|
||||
my $purestorage_wwn_prefix = "624a9370";
|
||||
my $default_hgsuffix = "pve";
|
||||
my $default_hgsuffix = "";
|
||||
|
||||
my $DEBUG = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user