forked from jbarber/maui-admin-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
7.1advancereservations.html
55 lines (39 loc) · 2.93 KB
/
7.1advancereservations.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
<div class="sright">
<div class="sub-content-head">
Maui Scheduler
</div>
<div id="sub-content-rpt" class="sub-content-rpt">
<div class="tab-container docs" id="tab-container">
<div class="topNav">
<div class="docsSearch"></div>
<div class="navIcons topIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="7.0controllingresourceaccess.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="7.0controllingresourceaccess.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="7.1.1resoverview.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
<h1>7.1 Advance Reservations</h1>
<h2>Reservation Overview</h2>
<p>An advance reservation is the mechanism by which Maui guarantees the availability of a set of resources at a particular time. Every reservation consists of 3 major components, a list of resources, a timeframe, and an access control list. It is the job of the scheduler to make certain that the access control list is not violated during the reservation's lifetime (i.e., its timeframe) on the resources listed. For example, a reservation may specify that node002 is reserved for user Tom on Friday. The scheduler will thus be constrained to make certain that only Tom's jobs can use node002 at any time on Friday. Advance reservation technology enables many features including backfill, deadline based scheduling, QOS support, and meta scheduling.</p>
<ul>
<li><a href="7.1.1resoverview.html">7.1.1 Reservations Overview</a></li>
<li><a href="7.1.2adminreservations.html">7.1.2 Administrative Reservations</a></li>
<li><a href="7.1.3standingreservations.html">7.1.3 Standing Reservations</a></li>
<li><a href="7.1.4reservationpolicies.html">7.1.4 Reservation Policies</a></li>
<li><a href="7.1.5managingreservations.html">7.1.5 Configuring and Managing Reservations</a></li>
<li><a href="7.1.6userreservations.html">7.1.6 Enabling Reservations for End Users</a></li>
</ul>
<div class="navIcons bottomIcons">
<a href="index.html"><img src="home.png" title="Home" alt="Home" border="0"></a> <a href="7.0controllingresourceaccess.html"><img src="upArrow.png" title="Up" alt="Up" border="0"></a> <a href="7.0controllingresourceaccess.html"><img src="prevArrow.png" title="Previous" alt="Previous" border="0"></a> <a href="7.1.1resoverview.html"><img src="nextArrow.png" title="Next" alt="Next" border="0"></a>
</div>
</div>
</div>
</div>
<div class="sub-content-btm"></div>
</div>
</body>
</html>