diff options
| author | Michael Neves | 2013-05-09 18:28:24 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-09 18:28:24 +0200 |
| commit | 39663ab183d0d466a8b4b22c3c647eccfec5f04f (patch) | |
| tree | 247256340a8753509a5812bf9a8878e6cffbb299 /remote/modules/vmchooser | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-39663ab183d0d466a8b4b22c3c647eccfec5f04f.tar.gz tm-scripts-39663ab183d0d466a8b4b22c3c647eccfec5f04f.tar.xz tm-scripts-39663ab183d0d466a8b4b22c3c647eccfec5f04f.zip | |
mount vm-store virt directory
Diffstat (limited to 'remote/modules/vmchooser')
| -rw-r--r-- | remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount new file mode 100644 index 00000000..704606a6 --- /dev/null +++ b/remote/modules/vmchooser/data/etc/systemd/system/var-lib-virt.mount @@ -0,0 +1,10 @@ +[Unit] + Description=Mount vm-store NFS + + [Mount] + What=vm-store.public.ads.uni-freiburg.de:vmwareImages/vmware/vmware65 + Where=/var/lib/virt + Type=nfs + Options=rw,async,nolock,vers=3 + StandardOutput=syslog + StandardError=syslog |
