summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/OpenSLX
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-06-04 12:44:28 +0200
committerDirk von Suchodoletz2011-06-04 12:44:28 +0200
commit9be038292dc709336cdc02afbf37f5327d525af8 (patch)
tree6d2812c5ad1d94628bbfbf1f2b0c1e9544391854 /src/os-plugins/plugins/vmchooser/OpenSLX
parentFixing rsync issue and numberic id's (otherwise rsync maps by names which cau... (diff)
downloadcore-9be038292dc709336cdc02afbf37f5327d525af8.tar.gz
core-9be038292dc709336cdc02afbf37f5327d525af8.tar.xz
core-9be038292dc709336cdc02afbf37f5327d525af8.zip
Changes for common subdirectory for virtual machines, nofuse fix in init.
Diffstat (limited to 'src/os-plugins/plugins/vmchooser/OpenSLX')
-rw-r--r--src/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm b/src/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
index f3428e1a..02381d33 100644
--- a/src/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
+++ b/src/os-plugins/plugins/vmchooser/OpenSLX/OSPlugin/vmchooser.pm
@@ -109,6 +109,18 @@ sub getAttrInfo
content_descr => 'path to xml files',
default => '/var/lib/virt',
},
+ 'vmchooser::scratch' => {
+ applies_to_systems => 1,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ location URI of scratch space (local disk, TempFS, NFS or NBD) for
+ virtual machine redo files
+ End-of-Here
+ #TODO:
+ #content_regex => qr{^(0|1)$},
+ content_descr => 'Allowed values: local or URI',
+ default => '',
+ },
};
}