From 354206a4053902ada1bf31012addd558aa21f0a1 Mon Sep 17 00:00:00 2001 From: John Florian Date: Wed, 25 Oct 2017 19:12:13 -0400 Subject: [PATCH] Bug - `-sd` suffix shouldn't be forced on pool storage If the user wishes to have such a suffix, they should pass that as part of the setting. --- templates/bacula-dir-pool.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bacula-dir-pool.erb b/templates/bacula-dir-pool.erb index b3c4ec66f..12e5a2706 100644 --- a/templates/bacula-dir-pool.erb +++ b/templates/bacula-dir-pool.erb @@ -22,7 +22,7 @@ Pool { Maximum Volume Bytes = <%= @maxvolbytes %> <% end -%> <% if @storage -%> - Storage = <%= @storage %>-sd + Storage = <%= @storage %> <% end -%> Action On Purge = <%= @purgeaction %> <% if @next_pool -%>