[pve-devel] [PATCH storage 2/2] fix indentation
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Jun 21 15:13:46 CEST 2016
---
PVE/Storage/LVMPlugin.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm
index 673d1cc..60a58e5 100644
--- a/PVE/Storage/LVMPlugin.pm
+++ b/PVE/Storage/LVMPlugin.pm
@@ -194,13 +194,13 @@ sub properties {
sub options {
return {
vgname => { fixed => 1 },
- nodes => { optional => 1 },
+ nodes => { optional => 1 },
shared => { optional => 1 },
disable => { optional => 1 },
- saferemove => { optional => 1 },
- saferemove_throughput => { optional => 1 },
+ saferemove => { optional => 1 },
+ saferemove_throughput => { optional => 1 },
content => { optional => 1 },
- base => { fixed => 1, optional => 1 },
+ base => { fixed => 1, optional => 1 },
tagged_only => { optional => 1 },
};
}
--
2.1.4
More information about the pve-devel
mailing list