Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dbefc51c
Commit
dbefc51c
authored
Dec 19, 2012
by
Leigh B Stoller
Browse files
Bug Fix: Cannot use /scratch, not NFS mounted.
parent
fe3a1f16
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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