Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
dbefc51c
Commit
dbefc51c
authored
Dec 19, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug Fix: Cannot use /scratch, not NFS mounted.
parent
fe3a1f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
clientside/tmcc/linux/xen/libvnode_xen.pm
clientside/tmcc/linux/xen/libvnode_xen.pm
+1
-1
No files found.
clientside/tmcc/linux/xen/libvnode_xen.pm
View file @
dbefc51c
...
...
@@ -140,7 +140,7 @@ my $VMDIR = "/var/emulab/vms/vminfo";
my
$XENDIR
=
"
/var/xen
";
# Extra space for restore.
my
$EXTRAFS
=
"
/
scratch
";
my
$EXTRAFS
=
"
/
capture
";
# Xen LVM volume group name. Accessible outside this file.
$VGNAME
=
"
xen-vg
";
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment