Changed xen.lvm -> lvm
[invirt/scripts/invirt-admin.git] / invirt-admin
index 344e8b6..477e625 100755 (executable)
@@ -20,7 +20,7 @@ if [ create-sysvm != "$1" ]; then
 fi
 shift
 
-vg=$(invirt-getconf xen.lvm.vg)
+vg=$(invirt-getconf lvm.vg)
 while [ $# -gt 0 ]; do
     case "$1" in
        --vg)        vg=$2;        shift 2;;