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-stable
Commits
11c03801
Commit
11c03801
authored
Dec 09, 2014
by
Mike Hibler
Browse files
Do a "zfs share -a" to make sure mountd finds out about changes.
parent
61d84c7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/nfsmfs_setup.proxy.in
View file @
11c03801
...
...
@@ -195,6 +195,9 @@ foreach my $nodeid (@ARGV) {
}
}
# Odd...sometimes the (un)export doesn't happen
mysystem
("
$ZFS
share -a
");
if
(
@failed
>
0
)
{
my
$action
=
$destroy
?
"
destroy
"
:
"
create
";
fatal
("
$action
failed on:
"
.
join
('
',
@failed
));
...
...
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