[pve-devel] [PATCH V3 storage 4/4] fixed syntax error, preventing LIO.pm from loading

Udo Rader udo.rader at bestsolution.at
Fri Jun 29 10:00:55 CEST 2018


---
 PVE/Storage/LunCmd/LIO.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Storage/LunCmd/LIO.pm b/PVE/Storage/LunCmd/LIO.pm
index 44dd508..46f9613 100644
--- a/PVE/Storage/LunCmd/LIO.pm
+++ b/PVE/Storage/LunCmd/LIO.pm
@@ -1,4 +1,4 @@
-ackage PVE::Storage::LunCmd::LIO;
+package PVE::Storage::LunCmd::LIO;
 
 # lightly based on code from Iet.pm 
 #
-- 
2.17.1




More information about the pve-devel mailing list