Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
ab124aba
Commit
ab124aba
authored
Jan 20, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace a couple of uses of os_select with properly specified full path.
parent
ab7aa1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tbsetup/libadminmfs.pm.in
tbsetup/libadminmfs.pm.in
+3
-3
No files found.
tbsetup/libadminmfs.pm.in
View file @
ab124aba
#
!/usr/bin/perl -wT
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2005
,
2006
,
2007
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2005
-
2009
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
#
Admin
MFS
library
.
Routines
related
to
getting
into
and
out
of
the
...
...
@@ -296,7 +296,7 @@ sub TBAdminMfsSelect($$@)
#
if ($on) {
# clear one-shot boots
if ($only && system("
os_
select -c -1 @nodes")) {
if ($only && system("
$os
select -c -1 @nodes")) {
print STDERR "*** $me:\n".
" Failed to clear one-shot boot for @nodes!\n";
@{$failedref} = @nodes
...
...
@@ -324,7 +324,7 @@ sub TBAdminMfsSelect($$@)
}
# clear partition boots for successful nodes
if ($only && system("
os_
select -c @good")) {
if ($only && system("
$os
select -c @good")) {
print STDERR "*** $me:\n".
" Failed to clear partition boot for @good!\n";
@{$failedref} = @nodes
...
...
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