From 8c1db7843f2da0606d999f757c35c983f1fc931b Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 27 Dec 2010 23:52:38 +0000
Subject: [PATCH] minor web page updates

---
 doc/html/publications.shtml |  7 ++++++-
 doc/html/reservations.shtml | 18 +++++++++++++-----
 2 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/doc/html/publications.shtml b/doc/html/publications.shtml
index 054968ec49b..a89a4293be5 100644
--- a/doc/html/publications.shtml
+++ b/doc/html/publications.shtml
@@ -92,6 +92,11 @@ Morris Jette, Lawrence Livermore National Laboratory
 <h2>Publications</h2>
 
 <ul>
+<li><a href="http://mescal.imag.fr/membres/yiannis.georgiou/publications/thesis_Georgiou-2010-UJF.pdf">
+<b>Contributions for Resource and Job Management in High Performance Computing</b></a>,
+Yiannis Georgiou, Universite Joseph Fourier
+(Thesis, December 2010)</li>
+
 <li><a href="http://www.linux-mag.com/id/7239/1/">
 <b>Caos NSA and Perceus: All-in-one Cluster Software Stack</b></a>,
 Jeffrey B. Layton,
@@ -125,6 +130,6 @@ RCE 10: SLURM (podcast)</a>:
 Brock Palen and Jeff Squyres speak with Morris Jette and
 Danny Auble of LLNL about SLURM.</p>
 
-<p style="text-align:center;">Last modified 9 November 2010</p>
+<p style="text-align:center;">Last modified 27 December 2010</p>
 
 <!--#include virtual="footer.txt"-->
diff --git a/doc/html/reservations.shtml b/doc/html/reservations.shtml
index 0123ae48d07..22365e2ceec 100644
--- a/doc/html/reservations.shtml
+++ b/doc/html/reservations.shtml
@@ -52,10 +52,18 @@ ReservationName=root_3 StartTime=2009-02-06T16:00:00
    Users=root Accounts=(null)
 </pre>
 
-<p>A variation of this would be to configure license to
-represent system resources, such as a global file system.
-One could create a reservation for all of those licenses
-in order to perform maintenance on that resource.</p>
+<p>A variation of this would be to configure license to represent system
+resources, such as a global file system.
+The system resource may not may not require an actual license for use, but
+SLURM licenses can be used to prevent jobs needed the resource from being
+started when that resource is unavailable.
+One could create a reservation for all of those licenses in order to perform
+maintenance on that resource.
+In the example below, we create a reservation for 1000 licenses with the name
+of "lustre". 
+If there are a total of 1000 lustre licenses configured in this cluster,
+this reservation will prevent any job specifying the need for needed a lustre
+license from being scheduled on this cluster during this reservation.</p>
 <pre>
 $ scontrol create reservation starttime=2009-04-06T16:00:00 \
    duration=120 user=root flags=maint,ignore_jobs \
@@ -236,7 +244,7 @@ before a reservation given fewer jobs to time-slice with.</li>
 </ol>
 
 
-<p style="text-align: center;">Last modified 25 August 2009</p>
+<p style="text-align: center;">Last modified 27 December 2010</p>
 
 <!--#include virtual="footer.txt"-->
 
-- 
GitLab