]> git.proxmox.com Git - pve-storage.git/commitdiff
fix indentation
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 21 Jun 2016 13:13:46 +0000 (15:13 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jun 2016 09:42:03 +0000 (11:42 +0200)
PVE/Storage/LVMPlugin.pm

index 673d1cc403e831d256de4e310cfc510534c51b46..60a58e5aa3e9e26fd380fb50a9f7c981b460aff1 100644 (file)
@@ -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 },
     };
 }