xlcloud / papers / 2014 / reservation / paper.tex @ a04cd5c3
Historique | Voir | Annoter | Télécharger (37,99 ko)
1 | 6862e602 | Marcos Assuncao | |
---|---|---|---|
2 | 6862e602 | Marcos Assuncao | \documentclass[conference]{IEEEtran} |
3 | 6862e602 | Marcos Assuncao | % Add the compsoc option for Computer Society conferences. |
4 | 6862e602 | Marcos Assuncao | |
5 | 6862e602 | Marcos Assuncao | \usepackage{ctable} |
6 | 6862e602 | Marcos Assuncao | \usepackage{cite} |
7 | 6862e602 | Marcos Assuncao | \usepackage[cmex10]{amsmath} |
8 | f7ac2a11 | Marcos Assuncao | \usepackage{acronym} |
9 | 6862e602 | Marcos Assuncao | \usepackage{graphicx} |
10 | 6862e602 | Marcos Assuncao | \usepackage{multirow} |
11 | 6862e602 | Marcos Assuncao | \usepackage{listings} |
12 | 6862e602 | Marcos Assuncao | \usepackage{color} |
13 | 6862e602 | Marcos Assuncao | \usepackage{xcolor} |
14 | 6862e602 | Marcos Assuncao | \usepackage{balance} |
15 | 848e7701 | Marcos Assuncao | \usepackage{algorithm2e} |
16 | 6862e602 | Marcos Assuncao | |
17 | f7ac2a11 | Marcos Assuncao | \acrodef{KWAPI}{KiloWatt API} |
18 | f7ac2a11 | Marcos Assuncao | \acrodef{KWRanking}{KiloWatt Ranking} |
19 | f7ac2a11 | Marcos Assuncao | \acrodef{VPC}{Virtual Private Cloud} |
20 | f7ac2a11 | Marcos Assuncao | \acrodef{HPC}{High Performance Computing} |
21 | f7ac2a11 | Marcos Assuncao | \acrodef{GPU}{Graphical Processing Unit} |
22 | 81c69c05 | Marcos Assuncao | \acrodef{AWS}{Amazon Web Services} |
23 | 81c69c05 | Marcos Assuncao | \acrodef{VM}{Virtual Machine} |
24 | 81c69c05 | Marcos Assuncao | \acrodef{REST}{REpresentational State Transfer} |
25 | f7ac2a11 | Marcos Assuncao | |
26 | 6862e602 | Marcos Assuncao | \colorlet{@punct}{red!60!black} |
27 | 6862e602 | Marcos Assuncao | \definecolor{@delim}{RGB}{20,105,176} |
28 | 6862e602 | Marcos Assuncao | |
29 | 6862e602 | Marcos Assuncao | \lstdefinelanguage{json}{ |
30 | 6862e602 | Marcos Assuncao | basicstyle=\footnotesize\ttfamily, |
31 | 6862e602 | Marcos Assuncao | literate= |
32 | 6862e602 | Marcos Assuncao | *{\ }{{{\ }}}{1} |
33 | 6862e602 | Marcos Assuncao | {:}{{{\color{@punct}{:}}}}{1} |
34 | 6862e602 | Marcos Assuncao | {,}{{{\color{@punct}{,}}}}{1} |
35 | 6862e602 | Marcos Assuncao | {\{}{{{\color{@delim}{\{}}}}{1} |
36 | 6862e602 | Marcos Assuncao | {\}}{{{\color{@delim}{\}}}}}{1} |
37 | 6862e602 | Marcos Assuncao | {[}{{{\color{@delim}{[}}}}{1} |
38 | 6862e602 | Marcos Assuncao | {]}{{{\color{@delim}{]}}}}{1}, |
39 | 6862e602 | Marcos Assuncao | } |
40 | 6862e602 | Marcos Assuncao | |
41 | 6862e602 | Marcos Assuncao | \newcommand{\includeJSON}[1]{\lstinputlisting[language=json,firstnumber=1]{#1}} |
42 | 6862e602 | Marcos Assuncao | |
43 | 6862e602 | Marcos Assuncao | % correct bad hyphenation here |
44 | 6862e602 | Marcos Assuncao | \hyphenation{op-tical net-works semi-conduc-tor} |
45 | 6862e602 | Marcos Assuncao | |
46 | 6862e602 | Marcos Assuncao | \begin{document} |
47 | 6862e602 | Marcos Assuncao | |
48 | 3200320d | Marcos Assuncao | \title{A Resource Reservation System to Improve the Support for HPC Applications in OpenStack} |
49 | 6862e602 | Marcos Assuncao | |
50 | a04cd5c3 | Marcos Assuncao | % \author{\IEEEauthorblockN{Fran\c{c}ois Rossigneux, Marcos Dias de Assun\c{c}\~ao, Laurent Lef\`{e}vre} |
51 | a04cd5c3 | Marcos Assuncao | % \IEEEauthorblockA{INRIA Avalon, LIP Laboratory\\ |
52 | a04cd5c3 | Marcos Assuncao | % Ecole Normale Sup\'{e}rieure de Lyon\\ |
53 | a04cd5c3 | Marcos Assuncao | % University of Lyon, France} |
54 | a04cd5c3 | Marcos Assuncao | % } |
55 | 6862e602 | Marcos Assuncao | |
56 | 6862e602 | Marcos Assuncao | \maketitle |
57 | 6862e602 | Marcos Assuncao | |
58 | 6862e602 | Marcos Assuncao | \begin{abstract} |
59 | f7ac2a11 | Marcos Assuncao | A reservation system is important to enable users to plan the execution of their applications and for providers to deliver performance guarantees; key to many \ac{HPC} applications. We have developed a reservation framework called Climate that interfaces with Nova, OpenStack's compute scheduler. Climate manages reservations and their placement on physical hosts taking into account several factors, such as energy efficiency. |
60 | 6862e602 | Marcos Assuncao | \end{abstract} |
61 | 6862e602 | Marcos Assuncao | |
62 | 6862e602 | Marcos Assuncao | \IEEEpeerreviewmaketitle |
63 | 6862e602 | Marcos Assuncao | |
64 | 6862e602 | Marcos Assuncao | \section{Introduction} |
65 | f7ac2a11 | Marcos Assuncao | \acresetall |
66 | f7ac2a11 | Marcos Assuncao | Cloud computing \cite{ArmbrustCloud:2009} has become an important building block to providing IT resources and services to organisations of all sizes. The workload consolidation that clouds provide by virtualising resources and enabling customers to share the same physical infrastructure brings several advantages such as energy efficiency and higher utilisation. The on-demand business model practiced by most cloud providers permits customers to request resources when needed and pay only for what they use. |
67 | 6862e602 | Marcos Assuncao | |
68 | 3f82c9b8 | Marcos Assuncao | Though this consolidated model suits most of today's use cases, certain applications that demand \ac{HPC} are not fully portable to this scenario as they are generally resource intensive and sensitive to performance variations. The press occasionally reports on the use of public clouds to perform \ac{HPC}, but reported cases are often large bag-of-task applications whose execution requires almost Herculean effort \cite{ec2supercomputer:2013}. A large part of \ac{HPC} applications, however, still demand homogeneity among computing nodes and predictable network performance. The means employed by cloud providers to offer customers with high and predictable performance mostly consist in deploying bare-metal resources or using specialised virtual machines placed in groups where high network throughput and low latency can be guaranteed. This model may seem in contrast with traditional cloud use cases as it is expensive and provides little flexibility in terms of workload consolidation and resource elasticity. Attempts to use public clouds or co-locate \ac{HPC} applications on the same physical hardware, however, have proven difficult \cite{OstermannHPCEC2:2010,AniruddhaHPCCloud:2013,YoungeVirtHPC:2011,WangNetPerf:2010}. |
69 | 676b6feb | Marcos Assuncao | |
70 | f7ac2a11 | Marcos Assuncao | Over the past \ac{HPC} users have been tolerant to resource availability as they generally share large clusters, to which exclusive access is made via submitting a job that may wait in queue for a time often longer than the job execution itself. We do not consider that clouds should adopt a similar queuing model, but we believe that a compromise between wait time and on-demand access could be explored for \ac{HPC} in the cloud via resource reservations. Reservations provide means for reliable allocation and allow customers to plan the execution of their applications. Reservation models currently in use in public clouds rely on requesting resources in advance for a long time period (\textit{i.e.} from one to three years) or bidding for virtual machine instances in a spot market. |
71 | 676b6feb | Marcos Assuncao | |
72 | f7ac2a11 | Marcos Assuncao | In this paper, we describe a reservation framework for reserving and provisioning specialised \ac{HPC} resources using a popular open source cloud platform. The proposed solution, implemented as a configurable component of OpenStack\footnote{https://wiki.openstack.org}, provides reservation models that are more sophisticated and flexible than those currently offered by public cloud providers. By using discrete event simulations, we demonstrate that the use of reservations of bare-metal resources can bring benefits for both cloud providers and customers. |
73 | 6862e602 | Marcos Assuncao | |
74 | 6862e602 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
75 | 6862e602 | Marcos Assuncao | |
76 | 6862e602 | Marcos Assuncao | \section{Background and Related Work} |
77 | 6862e602 | Marcos Assuncao | \label{sec:related_work} |
78 | 6862e602 | Marcos Assuncao | |
79 | f7ac2a11 | Marcos Assuncao | Grid'5000 \cite{Grid5000} --- an experimental platform comprising several sites in France and Luxembourg --- provides its users with single tenant environments by using bare-metal provisioning and allowing resources to be reserved in advance. In order to learn more about the impact of reservations on the use of a data centre, we considered a simple experiment. We used the log of advance reservations generated by the scheduler \cite{CapitOAR:2005} one of Grid'5000 sites (\textit{i.e.} the data centre located in Lyon) and simulated a scheduling under two cases, namely the current scenario where users make reservations to use resources at a time in future; and an extrapolation where all requests from the log were treated as immediate reservations, thus emulating a more elastic cloud-like scenario. Figure~\ref{fig:lyon_case} shows the maximum number of cores required to handle requests over time under both cases. Although this is an extreme scenario and certain users would probably not anticipate their reservations if using a cloud, had they known resources were available during work hours, we believe some users would change their behaviour; particularly those who currently use the infrastructure over weekends or at night. |
80 | 3200320d | Marcos Assuncao | |
81 | 3200320d | Marcos Assuncao | \begin{figure}[ht] |
82 | 3200320d | Marcos Assuncao | \centering |
83 | 3200320d | Marcos Assuncao | \includegraphics[width=1.\columnwidth]{figs/lyon_use_may_2013.pdf} |
84 | 3200320d | Marcos Assuncao | \caption{Maximum number of CPU cores required at the g5k's Lyon site.} |
85 | 3200320d | Marcos Assuncao | \label{fig:lyon_case} |
86 | 3200320d | Marcos Assuncao | \end{figure} |
87 | 3200320d | Marcos Assuncao | |
88 | 81c69c05 | Marcos Assuncao | Grid'5000 is an experimental platform, but similar bursts of requests during a few hours of the day have also been noticed in other systems whose logs have been extensively studied \cite{FeitelsonPWA:2014}. Although bare-metal or specialised \acp{VM} minimise performance penalties for running \ac{HPC} applications on a cloud, providing the elasticity with which other cloud users are familiar with can be prohibitive, and advance reservations may be explored to help minimising these costs. The next section describes some of the current reservation models available for clouds and discusses their limitations. |
89 | 3200320d | Marcos Assuncao | |
90 | 3200320d | Marcos Assuncao | \subsection{Reservation in Clouds} |
91 | 3200320d | Marcos Assuncao | |
92 | f7ac2a11 | Marcos Assuncao | The benefits and drawbacks of resource reservations have been extensively studied for various systems, such as clusters of computers \cite{SmithSchedARs:2000, LawsonMultiQueue:2002, MargoReservations:2000, RoblitzARPlacement:2006}, meta-schedulers \cite{SnellARMetaScheduling:2000}, computational grids \cite{ElmrothBrokerCCPE:2009,FarooqlaxityARs:2005,FosterGara:1999}, virtual clusters and virtual infrastructure \cite{ChaseCOD:2003}; and have been applied under multiple scenarios including co-allocation of resources \cite{NettoFlexibleARs:2007}, and improving performance predictability of certain applications \cite{WieczorekARWorkflow:2006}. |
93 | c3ce5906 | Marcos Assuncao | |
94 | 81c69c05 | Marcos Assuncao | As of writing, \ac{AWS}\footnote{http://aws.amazon.com/ec2/} offers cloud services that suit several of today's use cases and providers the richest set of reservation options for virtual machine instances. \ac{AWS} offers four models of allocating \ac{VM} instances, namely on-demand, reserved instances, spot instances and dedicated --- the latter are allocated within a \ac{VPC}. Under on-demand use, customers are charged on an hourly basis for the instances they allocate. The performance is not guaranteed as resources are shared among customers and their performance depends on the cloud workload. Reserved instances can be requested at a discount price under the establishment of long term contracts, and provide more guarantees in terms of performance than their on-demand counterparts. To request spot instances, a customer must specify a limit price --- often referred to as bid price --- she is willing to pay for a given instance type. If the bid price surpasses the spot market price, the user receives the requested instances. Existing spot instances can be destroyed if the spot price exceeds a user's bid. Instances created within a \ac{VPC} provide some degree of isolation at the network level, but their physical hosts may contain instances from multiple customers. To improve fault tolerance, it is possible to request dedicated instances at a premium, so that instances will not share the host. Under all the models described here, \ac{AWS} allows users to request \ac{HPC} instances, optimised for processing, memory use, I/O, and instances with \acp{GPU}. |
95 | 3200320d | Marcos Assuncao | |
96 | f7ac2a11 | Marcos Assuncao | OpenNebula cloud management tool \cite{OpenNebula:2011} provides reservation and scheduling services by using Haizea \cite{SotomayorLeases:2008}. Haizea supports multiple types of reservations (\textit{e.g.} immediate, advanced and best-effort) and takes into account the time required to prepare and configure the resources occupied by the virtual machines (\textit{e.g.} time to transfer virtual machine image files) so that a reservation can start at the exact time a user required. When used in simulation mode, Haizea offers means to evaluate the scheduling impact of accepting a set of reservations. We found that the Haizea model --- where a scheduler able to handle reservations was incorporated as a module of a cloud resource manager --- as good starting point to provide reservation and \ac{HPC} support for OpenStack. In the following sections we provide background information on OpenStack's compute management architecture, and how we extend it by providing loosely coupled components to handle resource reservations. |
97 | 3200320d | Marcos Assuncao | |
98 | 3200320d | Marcos Assuncao | \subsection{OpenStack} |
99 | 3200320d | Marcos Assuncao | |
100 | f7ac2a11 | Marcos Assuncao | OpenStack is an open source cloud computing platform suitable to both public and private settings. It manages and automates deployment of virtual machines on pools of compute resources, can work with a range of virtualisation technologies and can handle a variety of tenants. OpenStack has gained traction and received support from a wide development community who incorporated several features, including block storage, image library, network provisioning framework, authentication and authorisation, among other services. In this work we focused mainly on the compute management service, called Nova \footnote{https://wiki.openstack.org/wiki/Nova}. |
101 | 3200320d | Marcos Assuncao | |
102 | 81c69c05 | Marcos Assuncao | Nova manages a cloud computing fabric and is responsible for instantiating virtual machines on a pool of available hosts running \textit{nova-compute}. Nova uses its \textit{nova-scheduler} service to determine how to place virtual machine requests. Its API (\textit{i.e. nova-api}) is used by clients to request virtual machine instances. In order to make a request for a \ac{VM}, a client needs to specify a number of requirements (\textit{e.g.} the flavour), which determine the instance to be created. By default, Nova uses a filter scheduler that initially obtains a list of physical hosts, applies a set of filters on the list to select servers that match the client's criteria, and then ranks the remaining servers according to a pre-configured weighing scheme. Nova comes with a set of pre-configured filters, but the choice of filters and weighing is configurable. Nova can also be configured to accept hints from a client to influence how hosts are filtered and ranked upon a new request. |
103 | 3200320d | Marcos Assuncao | |
104 | 3200320d | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
105 | 3200320d | Marcos Assuncao | |
106 | 3200320d | Marcos Assuncao | \begin{figure*}[htb] |
107 | 3200320d | Marcos Assuncao | \centering |
108 | 3200320d | Marcos Assuncao | \includegraphics[width=0.65\linewidth]{figs/architecture.pdf} |
109 | 7e78f797 | Marcos Assuncao | \caption{Architecture of the proposed reservation framework.} |
110 | 3200320d | Marcos Assuncao | \label{fig:reservation_architecture} |
111 | 3200320d | Marcos Assuncao | \end{figure*} |
112 | 3200320d | Marcos Assuncao | |
113 | 7e78f797 | Marcos Assuncao | \section{Proposed Reservation System} |
114 | 7e78f797 | Marcos Assuncao | \label{sec:reservation_system} |
115 | 7e78f797 | Marcos Assuncao | |
116 | f7ac2a11 | Marcos Assuncao | The architecture of the reservation framework, termed as Climate, is depicted in Figure~\ref{fig:reservation_architecture}. The architecture aims to provide scheduling support for advance reservations without being intrusive to Nova. It consists of the following main components. |
117 | 7e78f797 | Marcos Assuncao | |
118 | 3200320d | Marcos Assuncao | \subsection{Reservation API} |
119 | 3200320d | Marcos Assuncao | |
120 | f7ac2a11 | Marcos Assuncao | Climate API enables users and client applications to manage reservations. The following parameters should be specified in order to create a reservation: |
121 | 3200320d | Marcos Assuncao | |
122 | 3200320d | Marcos Assuncao | \begin{itemize} |
123 | 3200320d | Marcos Assuncao | \item \textbf{host\_properties}: characteristics of required servers; |
124 | f7ac2a11 | Marcos Assuncao | \item \textbf{start\_time}: earliest time for starting the reservation; |
125 | 3200320d | Marcos Assuncao | \item \textbf{end\_time}: latest time for completing the reservation; |
126 | 3200320d | Marcos Assuncao | \item \textbf{duration}: time duration of the reservation; and |
127 | 3200320d | Marcos Assuncao | \item \textbf{quantity}: number of servers required; |
128 | 3200320d | Marcos Assuncao | \end{itemize} |
129 | 3200320d | Marcos Assuncao | |
130 | 81c69c05 | Marcos Assuncao | If \textbf{start\_time} and \textbf{end\_time} are not specified, the request is treated as an immediate reservation, thus starting at the current time. The API is provided as a \ac{REST} service that implements the calls described in Table~\ref{tab:climate_api}. The API relies on two backend services, namely \textbf{Climate Inventory} and \textbf{Climate Scheduler}, for storying information about hosts and managing reservations respectively. Handling a reservation request is performed in two phases. First, the API queries Climate Inventory to discover the available hosts that match the criteria specified by \textbf{host\_properties}. Second, a filtered list of hosts, along with the other request parameters, are given to Climate Scheduler, which then finds a time period over which the reservation can be granted. |
131 | 3200320d | Marcos Assuncao | |
132 | f7ac2a11 | Marcos Assuncao | The API is not only an interface for tenants. Nova uses it to find available hosts and to determine a set of resources associated with a reservation, and modules that need to query the reservation schedule do so via the API. Moreover, the API uses the same security infrastructure provided by OpenStack, including messages carrying Keystone tokens\footnote{http://docs.openstack.org/developer/keystone/}, which are used to allow a client application to discover the hosts associated with a reservation. |
133 | 3200320d | Marcos Assuncao | |
134 | 3200320d | Marcos Assuncao | \begin{table} |
135 | 3200320d | Marcos Assuncao | \caption{Climate REST API calls} |
136 | 3200320d | Marcos Assuncao | \label{tab:climate_api} |
137 | 3200320d | Marcos Assuncao | \centering |
138 | 3200320d | Marcos Assuncao | \begin{tabular}{lll} |
139 | 3200320d | Marcos Assuncao | \toprule |
140 | 3200320d | Marcos Assuncao | \textbf{Method} & \textbf{URL} & \textbf{Description}\\ |
141 | 3200320d | Marcos Assuncao | \toprule |
142 | 3200320d | Marcos Assuncao | GET & /properties/ & Lists resource properties\\ |
143 | 3200320d | Marcos Assuncao | \midrule |
144 | 3200320d | Marcos Assuncao | POST & /reservations/ & Creates a reservation\\ |
145 | 3200320d | Marcos Assuncao | \midrule |
146 | 3200320d | Marcos Assuncao | GET & /reservations/ & Lists reservations\\ |
147 | 3200320d | Marcos Assuncao | \midrule |
148 | 3200320d | Marcos Assuncao | GET & /reservations/\{reservation-id\} & Describes a reservation\\ |
149 | 3200320d | Marcos Assuncao | \midrule |
150 | 3200320d | Marcos Assuncao | DELETE & /reservations/\{reservation-id\} & Cancels a reservation\\ |
151 | 3200320d | Marcos Assuncao | \bottomrule |
152 | 3200320d | Marcos Assuncao | \end{tabular} |
153 | 3200320d | Marcos Assuncao | \end{table} |
154 | 3200320d | Marcos Assuncao | |
155 | 3200320d | Marcos Assuncao | \subsection{Climate Inventory} |
156 | 3200320d | Marcos Assuncao | |
157 | f7ac2a11 | Marcos Assuncao | Climate Inventory is an RPC service used by the reservation API to discover the hosts that are possible candidates to serve a reservation request. The candidates are servers that both match the host properties specified in the request and are available during the requested time (\textit{i.e.} their \textbf{running\_vm} field in Nova's database is set to 0). NovaClient queries Nova's API and the list of potential candidates is filtered using the \textbf{json\_filter} syntax specified by Nova. |
158 | 3200320d | Marcos Assuncao | |
159 | f7ac2a11 | Marcos Assuncao | As mentioner beforehand, Climate Inventory uses \textbf{host\_properties} as filtering criteria. In order to specify the required hosts a user needs to create such a filter. For this end, the \textbf{/properties/} call of the reservation API provides a catalogue of properties used for filtering. By default, the call shows the properties used for filtering based on the list of hosts registered with Nova, but an admin can choose to disable or enable certain a property. |
160 | 3200320d | Marcos Assuncao | |
161 | 3200320d | Marcos Assuncao | \subsection{Climate Scheduler} |
162 | 3200320d | Marcos Assuncao | |
163 | f7ac2a11 | Marcos Assuncao | This component manages the reservation schedule and extends Nova's filtering scheduler by providing a set of resource filters and ranking (or weighing) criteria for handling reservation requests, as described as follows. |
164 | 3200320d | Marcos Assuncao | |
165 | 3200320d | Marcos Assuncao | \subsubsection{Filtering} |
166 | f7ac2a11 | Marcos Assuncao | Nova filter accepts a scheduling hint --- in our case used to provide a reservation ID created by Climate. When an ID is provided, the filter uses the reservation API, providing an admin Keystone token, to retrieve the list of hosts associated with the reservation. If no reservation ID is given, Nova still uses the reservation API to establish the list of hosts that have been reserved. Only the hosts that are not in this list can be used to serve the request. |
167 | 3200320d | Marcos Assuncao | |
168 | 3200320d | Marcos Assuncao | \subsubsection{Ranking} |
169 | f7ac2a11 | Marcos Assuncao | We created two Nova weighers. The first weigher is ignored by reservation requests and ranks machines according to their free time until the next reservation. If handling a request for a non-reserved instance, the weigher tries to place the instance on a host that is available for the longest period. This helps minimise the chance of having to migrate the instance at a later time to vacate its host for a reservation. |
170 | 3200320d | Marcos Assuncao | |
171 | f7ac2a11 | Marcos Assuncao | The second weigher, termed as \ac{KWRanking} ranks machines by their power efficiency (\textit{i.e.} FLOPS/Watt). This weigher relies on: |
172 | 3200320d | Marcos Assuncao | |
173 | 3200320d | Marcos Assuncao | \begin{itemize} |
174 | a04cd5c3 | Marcos Assuncao | \item A software infrastructure called \ac{KWAPI}, described in detail in our previous work \cite{Rossigneux:2014}, built for monitoring the power consumed by resources of a data centre and for interfacing with Ceilometer to provide power consumption data. Ceilometer is OpenStack's telemetry infrastructure used to monitor performance metrics\footnote{https://wiki.openstack.org/wiki/Ceilometer}. |
175 | 3200320d | Marcos Assuncao | |
176 | f7ac2a11 | Marcos Assuncao | \item A benchmark executed on the machines to determine their delivered performance by watt. |
177 | 3200320d | Marcos Assuncao | \end{itemize} |
178 | 6862e602 | Marcos Assuncao | |
179 | f7ac2a11 | Marcos Assuncao | The goal of this weigher is to prioritise the use of the most power efficient machines, and create windows during which the least efficient resources could be powered off or placed in low power consumption modes. Climate provides an API that enables switching resources on/off, or putting them into standby mode. Choosing between placing a resource in standby mode or switching it off depends on the length of time during which it is expected to remain idle. As switching a resource back on to serve an impending request often takes time, means to estimate future workload are generally important. |
180 | 3200320d | Marcos Assuncao | |
181 | 6862e602 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
182 | 8c7406f8 | Marcos Assuncao | \section{Reservation Strategies} |
183 | 8c7406f8 | Marcos Assuncao | \label{sec:strategies} |
184 | 8c7406f8 | Marcos Assuncao | |
185 | 848e7701 | Marcos Assuncao | To benefit from adding support for reservation of bare-metal resources, we discuss strategies that a private cloud could implement towards reducing the amount of energy consumed by compute resources. These strategies could be used to complement the ranking system described above by, for instance, selecting the least power efficient resources to be switched off. |
186 | 8c7406f8 | Marcos Assuncao | |
187 | 0ef941be | Marcos Assuncao | \subsection{Power-Off Idle Resources} |
188 | 8c7406f8 | Marcos Assuncao | |
189 | a04cd5c3 | Marcos Assuncao | As illustrated by Algorithm~\ref{algo:alloc_policy}, the strategy considered here checks periodically what resources are idle (Lines \ref{algo:check_idle_start} to \ref{algo:check_idle_end}). Also periodically, the strategy determines that resources have remained idle over a given time period and whether they will likely remain idle over a time horizon because they are not assigned to any request (Lines \ref{algo:switch_start} to \ref{algo:switch_start}). Once determined that a resource has remained idle for a number of consecutive intervals and it is not committed to serve a reservation over a give time horizon --- \textit{i.e.} when reservation is enabled --- the resource is powered off. Previous work \cite{OrgerieSaveWatts:2008} has evaluated the impact of decisions on appropriate intervals for measuring idleness, for deciding on the horizon for switching off resources committed to reservations. Here we consider that the measurement interval, idleness time, and reservation horizon are respectively 1, 5 and 50 minutes. |
190 | 848e7701 | Marcos Assuncao | |
191 | 848e7701 | Marcos Assuncao | \IncMargin{-0.6em} |
192 | 848e7701 | Marcos Assuncao | \RestyleAlgo{ruled}\LinesNumbered |
193 | 848e7701 | Marcos Assuncao | \begin{algorithm}[ht] |
194 | a04cd5c3 | Marcos Assuncao | \caption{Na\"ive resource allocation strategy.} |
195 | 848e7701 | Marcos Assuncao | \label{algo:alloc_policy} |
196 | 848e7701 | Marcos Assuncao | \DontPrintSemicolon |
197 | 848e7701 | Marcos Assuncao | \SetAlgoLined |
198 | 848e7701 | Marcos Assuncao | \SetAlgoVlined |
199 | 848e7701 | Marcos Assuncao | \footnotesize{ |
200 | 848e7701 | Marcos Assuncao | |
201 | 848e7701 | Marcos Assuncao | \label{algo:check_idle_start}\textbf{procedure} checkIdleNodes()\; |
202 | 848e7701 | Marcos Assuncao | \Begin{ |
203 | a04cd5c3 | Marcos Assuncao | $Res\_idle \leftarrow $ list of idle resources during past $x$ intervals\; |
204 | a04cd5c3 | Marcos Assuncao | $Res\_idle_{t} \leftarrow $ list of idle resources at interval $t$\; |
205 | a04cd5c3 | Marcos Assuncao | $Res\_idle \leftarrow Res\_idle \cap Res\_idle_{t}$ \label{algo:check_idle_end} |
206 | 848e7701 | Marcos Assuncao | } |
207 | 848e7701 | Marcos Assuncao | |
208 | 848e7701 | Marcos Assuncao | \BlankLine |
209 | 848e7701 | Marcos Assuncao | \label{algo:switch_start}\textbf{procedure} switchResourcesOnOff()\; |
210 | 848e7701 | Marcos Assuncao | \Begin{ |
211 | 848e7701 | Marcos Assuncao | $Res\_on_{t} \leftarrow $ list of resources switched on\; |
212 | 848e7701 | Marcos Assuncao | $Res\_off_{t} \leftarrow $ list of resources switched off\; |
213 | 848e7701 | Marcos Assuncao | $Res\_reserv_{t,h} \leftarrow $ resources reserved until horizon $h$\; |
214 | a04cd5c3 | Marcos Assuncao | $Res\_idle \leftarrow $ list of idle resources during past $x$ intervals\; |
215 | 848e7701 | Marcos Assuncao | |
216 | a04cd5c3 | Marcos Assuncao | // Obtain list of resources that will remain idle during $h$\; |
217 | a04cd5c3 | Marcos Assuncao | $Switch\_off = Res\_idle \cap Res\_off_{t} \cap Res\_reserv_{t,h}$\; |
218 | a04cd5c3 | Marcos Assuncao | $switchOff(Switch\_off)$\; \label{algo:switch_end} |
219 | a04cd5c3 | Marcos Assuncao | } |
220 | a04cd5c3 | Marcos Assuncao | |
221 | a04cd5c3 | Marcos Assuncao | \BlankLine |
222 | a04cd5c3 | Marcos Assuncao | \label{algo:res_arrival_start}\textbf{procedure} requestSubmitted(Request $req$)\; |
223 | a04cd5c3 | Marcos Assuncao | \Begin{ |
224 | a04cd5c3 | Marcos Assuncao | $av\_boot\_time \leftarrow $ get average machine deployment time\; |
225 | a04cd5c3 | Marcos Assuncao | $now \leftarrow $ get current time\; |
226 | a04cd5c3 | Marcos Assuncao | // Find a place for $req$ in the scheduling queue\; |
227 | a04cd5c3 | Marcos Assuncao | $schedule(req)$\; |
228 | a04cd5c3 | Marcos Assuncao | \eIf{$res.start\_time < now + av\_boot\_time$}{ |
229 | a04cd5c3 | Marcos Assuncao | $Req\_res \leftarrow $ get list of resources required by $req$\; |
230 | a04cd5c3 | Marcos Assuncao | $Res\_off \leftarrow $ list of resources switched off\; |
231 | a04cd5c3 | Marcos Assuncao | $Switch\_on \leftarrow Req\_res \cap Res\_off$\; |
232 | a04cd5c3 | Marcos Assuncao | $switchOn(Switch\_on)$\; |
233 | a04cd5c3 | Marcos Assuncao | }{ |
234 | a04cd5c3 | Marcos Assuncao | $time\_check \leftarrow res.start\_time - av\_boot\_time$\; |
235 | a04cd5c3 | Marcos Assuncao | // schedule event to check whether machines need to be\; |
236 | a04cd5c3 | Marcos Assuncao | // switched on at time $time\_check$\; |
237 | a04cd5c3 | Marcos Assuncao | $check\_machines(req, time\_check)$\; \label{algo:res_arrival_end} |
238 | a04cd5c3 | Marcos Assuncao | } |
239 | 848e7701 | Marcos Assuncao | } |
240 | 848e7701 | Marcos Assuncao | |
241 | a04cd5c3 | Marcos Assuncao | \BlankLine |
242 | 848e7701 | Marcos Assuncao | \While{system is running} { |
243 | 848e7701 | Marcos Assuncao | every minute call checkIdleNodes()\; |
244 | 848e7701 | Marcos Assuncao | every 5 minutes call switchResourcesOnOff()\; |
245 | 848e7701 | Marcos Assuncao | } |
246 | a04cd5c3 | Marcos Assuncao | } |
247 | 848e7701 | Marcos Assuncao | \end{algorithm} |
248 | 848e7701 | Marcos Assuncao | \IncMargin{0.6em} |
249 | 848e7701 | Marcos Assuncao | |
250 | a04cd5c3 | Marcos Assuncao | When a request arrives, the strategy finds a place for it in the scheduling agenda. Once the schedule for the request is determined, the strategy verifies whether resources need to be switched on, or if a future resource check must be scheduled (Lines \ref{algo:res_arrival_start} to \ref{algo:res_arrival_end}). This policy is simple and efficient from an energy consumption perspective, but it can lead to high performance degradation if resources need to be constantly switched on or off. |
251 | 8c7406f8 | Marcos Assuncao | |
252 | 0ef941be | Marcos Assuncao | \subsection{User Behaviour} |
253 | 0ef941be | Marcos Assuncao | |
254 | a04cd5c3 | Marcos Assuncao | We believe that users of a cloud infrastructure would plan their resource demands in advance and use reservations if enough incentives were provided. These incentives could materialise in the form of discount prices for allocating resources or information on how their behavioural changes affects resource allocation and maximise energy savings \cite{OrgerieSaveWatts:2008}. In this work we do not focus on devising the proper incentives for users to adhere to using reservations. As discussed in Section \ref{sec:experiments}, the experiments consider that at least part of users find enough incentives to change their allocation decisions and hence reserve resources in advance. |
255 | 8c7406f8 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
256 | 6862e602 | Marcos Assuncao | |
257 | a04cd5c3 | Marcos Assuncao | \section{Reservation Workloads and Bare-Metal Deployment} |
258 | a04cd5c3 | Marcos Assuncao | \label{sec:workloads} |
259 | c3ce5906 | Marcos Assuncao | |
260 | a04cd5c3 | Marcos Assuncao | This section describes the workloads used to evaluate the use of advance reservation for provisioning of bare-metal resources in a cloud environment, and the model used for deployment. |
261 | ec68a261 | Marcos Assuncao | |
262 | a04cd5c3 | Marcos Assuncao | \subsection{Reservation Workloads} |
263 | a04cd5c3 | Marcos Assuncao | |
264 | a04cd5c3 | Marcos Assuncao | As traces of cloud workloads are very difficult to obtain, we use request logs gathered from Grid'5000 sites and adapt them to model cloud users' resource demands. There are essentially two types of requests that users of Grid'5000 can make, namely \textit{best-effort} and \textit{reservations}. Scheduling of best-effort requests is done as in most batch-scheduling systems, where resources are assigned to requests whenever they become available. Reservations allow users to request a set of resources over a defined time frame. Resource reservations have priority over best-effort requests, which means that the latter are cancelled whenever resources are reserved. In this work we ignore best-effort requests. |
265 | ec68a261 | Marcos Assuncao | |
266 | a04cd5c3 | Marcos Assuncao | Under normal operation, although Grid'5000 enables resource reservations, user requests are conditioned by the available resources. For instance, a user willing to allocate resources for an experiment will often check a site's agenda, see what resources are available and will eventually make a reservation during a convenient time frame. If the user cannot find enough resources, she will either adapt her requirements to resource availability --- \textit{e.g.} change the number of required resources, and reservation start or/and finish time --- or choose another site with available capacity. The request traces, however, do not capture what users' initial requirements were before they make their requests. |
267 | 8c7406f8 | Marcos Assuncao | |
268 | 848e7701 | Marcos Assuncao | In order to obtain a workload trace on provisioning of bare-metal resources that is more cloud oriented, we adapt the request traces and infrastructure capacity of Grid'5000 by making the following changes to reservation requests: |
269 | ec68a261 | Marcos Assuncao | |
270 | ec68a261 | Marcos Assuncao | \begin{enumerate} |
271 | 848e7701 | Marcos Assuncao | \item \label{enum:cond1} Requests whose original submission time is within working hours and start time lies outside these hours are considered as on-demand requests starting at their original submission time. |
272 | 848e7701 | Marcos Assuncao | \item \label{enum:cond2} Remaining requests are considered as on-demand requests both submitted and starting at their original start time. |
273 | 8c7406f8 | Marcos Assuncao | \item \label{enum:capacity} The resource capacity of a site is modified to the maximum number of CPU cores required to honour all requests, plus a safety factor. |
274 | ec68a261 | Marcos Assuncao | \end{enumerate} |
275 | ec68a261 | Marcos Assuncao | |
276 | a04cd5c3 | Marcos Assuncao | Change \ref{enum:cond1} modifies the behaviour of users who today explore resources during off-peak periods, whereas \ref{enum:cond2} alters the current practice of planning experiments in advance and reserving resources before they are taken by other users. Although the changes may seem extreme at first, they allow us to evaluate what we consider to be our \textit{worst case scenario} where reservation is not enabled. Moreover, as mentioned earlier, we believe the model adopted by existing clouds, where short-term advance reservations are generally not allowed and prices of on-demand instances do not vary over time, users would have little incentives to explore off-peak periods or plan their demand in advance. Change \ref{enum:capacity} reflects the industry practice of provisioning resources to handle peak demand and including a margin of safety. |
277 | a04cd5c3 | Marcos Assuncao | |
278 | a04cd5c3 | Marcos Assuncao | |
279 | a04cd5c3 | Marcos Assuncao | \subsection{Bare-Metal Deployment} |
280 | a04cd5c3 | Marcos Assuncao | |
281 | a04cd5c3 | Marcos Assuncao | As the provisioning of bare-metal resources by clouds is a relatively new topic, it is also difficult to find workload traces that provide information on the time of operations required to deploy resources, such as switching resources on, cloning operating system images, and partitioning physical disks. |
282 | a04cd5c3 | Marcos Assuncao | |
283 | a04cd5c3 | Marcos Assuncao | To model the time required for deployment, we use traces gathered from Grid'5000 sites and generated by Kadeploy3 \cite{JeanvoineKadeploy3:2013}. Kadeploy3 is a disk imaging and cloning tool that takes a file containing the operating system to deploy (\textit{i.e} an environment) and copies it to target nodes. An environment deployment by Kadeploy3 consists of essentially three phases: |
284 | a04cd5c3 | Marcos Assuncao | |
285 | a04cd5c3 | Marcos Assuncao | \begin{enumerate} |
286 | a04cd5c3 | Marcos Assuncao | \item Minimal environment setup, where nodes reboot into a minimal environment containing tools required for partinioning disks during the phase. |
287 | a04cd5c3 | Marcos Assuncao | \item Environment installation, when the environment is broadcast and copied to all nodes, and post-copy operations are made. |
288 | a04cd5c3 | Marcos Assuncao | \item Reboot of nodes using the deployed environment. |
289 | a04cd5c3 | Marcos Assuncao | \end{enumerate} |
290 | a04cd5c3 | Marcos Assuncao | |
291 | a04cd5c3 | Marcos Assuncao | In order to build a model for bare-metal deployment we gathered several years of Kadeploy3 traces from three Grid'5000 sites --- Rennes, Reims and Lyon --- and evaluated the time to execute the three phases described above. Table~\ref{tab:kadeploy_clusters} lists the characteristics of the clusters considered in this study. |
292 | a04cd5c3 | Marcos Assuncao | |
293 | a04cd5c3 | Marcos Assuncao | \begin{table}[!hbt] |
294 | a04cd5c3 | Marcos Assuncao | \caption{Clusters whose deployment logs were considered.} |
295 | a04cd5c3 | Marcos Assuncao | \label{tab:kadeploy_clusters} |
296 | a04cd5c3 | Marcos Assuncao | \footnotesize |
297 | a04cd5c3 | Marcos Assuncao | \begin{tabular}{ccccl} |
298 | a04cd5c3 | Marcos Assuncao | \toprule |
299 | a04cd5c3 | Marcos Assuncao | \multirow{2}{10mm}{\centering{\textbf{Cluster Name}}} & |
300 | a04cd5c3 | Marcos Assuncao | \multirow{2}{7mm}{\centering{\textbf{Site Name}}} & |
301 | a04cd5c3 | Marcos Assuncao | \multirow{2}{7mm}{\centering{\textbf{\# Nodes}}} & |
302 | a04cd5c3 | Marcos Assuncao | \multirow{2}{10mm}{\centering{\textbf{Install Date}}} & |
303 | a04cd5c3 | Marcos Assuncao | \multirow{2}{30mm}{\centering{\textbf{Node Characteristics}}}\\ |
304 | a04cd5c3 | Marcos Assuncao | & & & & \\ |
305 | a04cd5c3 | Marcos Assuncao | \toprule |
306 | a04cd5c3 | Marcos Assuncao | parapluie & Rennes & 40 & Oct. 2010 & \multirow{3}{30mm}{2 CPUs AMD\@1.7GHz, 12 cores/CPU, 47GB RAM, 232GB DISK}\\ |
307 | a04cd5c3 | Marcos Assuncao | & & & \\ |
308 | a04cd5c3 | Marcos Assuncao | & & & \\ \midrule |
309 | a04cd5c3 | Marcos Assuncao | parapide & Rennes & 25 & Nov. 2011 & \multirow{3}{30mm}{2 CPUs Intel\@2.93GHz, 4 cores/CPU, 23GB RAM, 465GB DISK}\\ |
310 | a04cd5c3 | Marcos Assuncao | & & & \\ |
311 | a04cd5c3 | Marcos Assuncao | & & & \\ \midrule |
312 | a04cd5c3 | Marcos Assuncao | paradent & Rennes & 64 & Feb. 2009 & \multirow{3}{30mm}{2 CPUs Intel\@2.5GHz, 4 cores/CPU, 31GB RAM, 298GB DISK}\\ |
313 | a04cd5c3 | Marcos Assuncao | & & & \\ |
314 | a04cd5c3 | Marcos Assuncao | & & & \\ \midrule |
315 | a04cd5c3 | Marcos Assuncao | stremi & Reims & 44 & Jan. 2011 & \multirow{3}{30mm}{2 CPUs AMD\@1.7GHz, 12 cores/CPU, 47GB RAM, 232GB DISK}\\ |
316 | a04cd5c3 | Marcos Assuncao | & & & \\ |
317 | a04cd5c3 | Marcos Assuncao | & & & \\ \midrule |
318 | a04cd5c3 | Marcos Assuncao | sagittaire & Lyon & 79 & Jul. 2007 & \multirow{3}{30mm}{2 CPUs AMD\@2.4GHz, 1 core/CPU, 1GB RAM, 68GB DISK}\\ |
319 | a04cd5c3 | Marcos Assuncao | & & & \\ |
320 | a04cd5c3 | Marcos Assuncao | & & & \\ |
321 | a04cd5c3 | Marcos Assuncao | \bottomrule |
322 | a04cd5c3 | Marcos Assuncao | \end{tabular} |
323 | a04cd5c3 | Marcos Assuncao | \end{table} |
324 | a04cd5c3 | Marcos Assuncao | |
325 | a04cd5c3 | Marcos Assuncao | All deployments from Jan. 2010 through Dec. 2013 have been considered. The first step towards building a model for deployment consisted in building time histograms and visually examining what probability distributions were more likely to fit the obtained data. Once this first step were a number of distributions were considered, we found that log-normal, gamma and generalised gamma were more likely to fit the data. Figure~\ref{fig:deploy_fitting} depics the results of fitting the three distributions to the deployment time information of each cluster. |
326 | a04cd5c3 | Marcos Assuncao | |
327 | a04cd5c3 | Marcos Assuncao | \begin{figure*} |
328 | a04cd5c3 | Marcos Assuncao | \centering{ |
329 | a04cd5c3 | Marcos Assuncao | \parbox{.32\linewidth}{ |
330 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=1.\linewidth]{figs/deployment_parapluie.pdf} |
331 | a04cd5c3 | Marcos Assuncao | } |
332 | a04cd5c3 | Marcos Assuncao | \begin{minipage}{.32\linewidth} |
333 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=1.\linewidth]{figs/deployment_parapide.pdf} |
334 | a04cd5c3 | Marcos Assuncao | \end{minipage} |
335 | a04cd5c3 | Marcos Assuncao | \begin{minipage}{.32\linewidth} |
336 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=1.\linewidth]{figs/deployment_paradent.pdf} |
337 | a04cd5c3 | Marcos Assuncao | \end{minipage} |
338 | a04cd5c3 | Marcos Assuncao | } |
339 | a04cd5c3 | Marcos Assuncao | \centering{ |
340 | a04cd5c3 | Marcos Assuncao | \begin{minipage}{.32\linewidth} |
341 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=1.\linewidth]{figs/deployment_stremi.pdf} |
342 | a04cd5c3 | Marcos Assuncao | \end{minipage} |
343 | a04cd5c3 | Marcos Assuncao | \begin{minipage}{.32\linewidth} |
344 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=1.\linewidth]{figs/deployment_sagittaire.pdf} |
345 | a04cd5c3 | Marcos Assuncao | \end{minipage} |
346 | a04cd5c3 | Marcos Assuncao | } |
347 | a04cd5c3 | Marcos Assuncao | \caption{Deployment time histograms and distribution fitting.} |
348 | a04cd5c3 | Marcos Assuncao | \label{fig:deploy_fitting} |
349 | a04cd5c3 | Marcos Assuncao | \end{figure*} |
350 | a04cd5c3 | Marcos Assuncao | |
351 | a04cd5c3 | Marcos Assuncao | The goodness of fit of the distributions has also been submitted to the Kolmogorov–Smirnov test (KS test), whose statistic (D-statistic) quantifies the distance between the distribution function of empirical values and the cumulative distribution function of the reference distribution. Table~\ref{tab:ks_test} summarises the results for the considered clusters. |
352 | a04cd5c3 | Marcos Assuncao | |
353 | a04cd5c3 | Marcos Assuncao | \begin{table}[!hbt] |
354 | a04cd5c3 | Marcos Assuncao | \centering |
355 | a04cd5c3 | Marcos Assuncao | \caption{Kolmogorov-Smirnov test for goodness of fit.} |
356 | a04cd5c3 | Marcos Assuncao | \label{tab:ks_test} |
357 | a04cd5c3 | Marcos Assuncao | \footnotesize |
358 | a04cd5c3 | Marcos Assuncao | \begin{tabular}{cccc} |
359 | a04cd5c3 | Marcos Assuncao | \toprule |
360 | a04cd5c3 | Marcos Assuncao | \multirow{2}{15mm}{\centering{\textbf{Cluster Name}}} & \multicolumn{3}{c}{\textbf{D-Statistics}}\\ |
361 | a04cd5c3 | Marcos Assuncao | \cmidrule(r){2-4} |
362 | a04cd5c3 | Marcos Assuncao | & \textbf{Log-normal} & \textbf{Gamma} & \textbf{Gen. Gamma}\\ |
363 | a04cd5c3 | Marcos Assuncao | \toprule |
364 | a04cd5c3 | Marcos Assuncao | parapluie & 0.054 & 0.056 & 0.057 \\ \midrule |
365 | a04cd5c3 | Marcos Assuncao | parapide & 0.088 & 0.089 & 0.087 \\ \midrule |
366 | a04cd5c3 | Marcos Assuncao | paradent & 0.039 & 0.036 & 0.037 \\ \midrule |
367 | a04cd5c3 | Marcos Assuncao | stremi & 0.053 & 0.056 & 0.055 \\ \midrule |
368 | a04cd5c3 | Marcos Assuncao | sagittaire & 0.070 & 0.073 & 0.075 \\ |
369 | a04cd5c3 | Marcos Assuncao | \bottomrule |
370 | a04cd5c3 | Marcos Assuncao | \end{tabular} |
371 | a04cd5c3 | Marcos Assuncao | \end{table} |
372 | a04cd5c3 | Marcos Assuncao | |
373 | a04cd5c3 | Marcos Assuncao | Although the D-statistics does not present great differences among the results obtained by the distributions, log-normal provides slighly better fit to most clusters. We hence choose to base deployment time on a log-normal distribution. |
374 | a04cd5c3 | Marcos Assuncao | |
375 | a04cd5c3 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
376 | a04cd5c3 | Marcos Assuncao | |
377 | a04cd5c3 | Marcos Assuncao | \section{Experimental Setup and Results} |
378 | a04cd5c3 | Marcos Assuncao | \label{sec:experiments} |
379 | a04cd5c3 | Marcos Assuncao | |
380 | a04cd5c3 | Marcos Assuncao | In this section, we evaluate the potential for energy savings when employing a reservation framework for bare-metal provisioning in private clouds. We discuss the experimental setup and metrics, and then analyse the obtained performance results. |
381 | a04cd5c3 | Marcos Assuncao | |
382 | a04cd5c3 | Marcos Assuncao | \subsection{Experimental Setup} |
383 | ec68a261 | Marcos Assuncao | |
384 | a04cd5c3 | Marcos Assuncao | A discrete-event simulator developed in house was used to model and simulate the resource allocation and request scheduling in a private cloud setting. We resorted to simulation as it enables controlled, repeatable and large-scale experiments. We model and simulate two private cloud environments. Both infrastructure capacity and resource requests are expressed in number of machines. |
385 | a04cd5c3 | Marcos Assuncao | |
386 | a04cd5c3 | Marcos Assuncao | To model the load of the two considered environments, we collected traces of reservation requests from two Grid'5000 sites, namely Lyon and Reims spanning six months, from Jan. 2014 to Jun. 2014. For each environment we consider two scenarios, one where the workload trace is modified according to the rules described in Section~\ref{sec:workloads}; and another using the original trace. The first is termed as a \textit{cloud} scenario, whereas the second is \textit{reservation}. In this way, there is a total of four scenarios --- \textit{lyon\_cloud}, \textit{lyon\_reservation}, \textit{reims\_cloud} and \textit{reims\_reservation}. As mentioned earlier, under cloud scenarios all requests are made by users on demand. |
387 | a04cd5c3 | Marcos Assuncao | |
388 | a04cd5c3 | Marcos Assuncao | The number of resources of each environment is achieved by simulating their corresponding cloud scenarios under a large number of resources, so that no request is rejected. The maximum number of resources used during the evaluation is taken as the site capacity. In the scenarios we consider here, Lyon and Reims have 195 and 136 machines respectively. |
389 | a04cd5c3 | Marcos Assuncao | |
390 | a04cd5c3 | Marcos Assuncao | Based on the deployment information from Kadeploy, we model the time required to boot powered-off machines requested by a reservation using a log-normal distribution whose scale is $\log(500)$ and shape is $0.4$. |
391 | a04cd5c3 | Marcos Assuncao | |
392 | a04cd5c3 | Marcos Assuncao | |
393 | ec68a261 | Marcos Assuncao | \subsection{Performance Metrics} |
394 | ec68a261 | Marcos Assuncao | |
395 | a04cd5c3 | Marcos Assuncao | To evaluate the potential for energy savings by introducing support for resource reservation, we first take into account the worst case scenario and quantify the time resources remain idle (\textit{i.e.} $res_{idle}$) from the start of an evaluation $t_{start}$ through its end $t_{end}$ --- the time of submission of the last request --- which is given by: |
396 | ec68a261 | Marcos Assuncao | |
397 | 81c69c05 | Marcos Assuncao | \[ res_{idle} = \int_{t_{start}}^{t_{end}} ct - cu \,dt \] |
398 | ec68a261 | Marcos Assuncao | |
399 | a04cd5c3 | Marcos Assuncao | \noindent where $ct$ and $cu$ are respectively the site machine capacity and number of machines in use at a time $t$. As we consider that computer nodes would ideally be switched off when idle, $res_{idle}$ is taken as upper bound to potential savings. The actual energy savings $e_{savings}$ is the amount of time machines are in fact switched off during interval $t_{start}$ to $t_{end}$ --- \textit{i.e.}, $e_{savings} = \int_{t_{start}}^{t_{end}} c_{off} \,dt$, where $c_{off}$ is the number of powered-off machines. |
400 | a04cd5c3 | Marcos Assuncao | |
401 | a04cd5c3 | Marcos Assuncao | Switching resources off, however, may lead to a scenario where they must be switched back on to serve a request that arrives. Booting up resources takes time and increases the time required to make resources available to users, specially under immediate reservations. Therefore, we assess the impact of switching resources off on the quality of service users perceive by computing the aggregate delay $delay_{req}$ of affected requests $R_{delay}$, which is given by: |
402 | a04cd5c3 | Marcos Assuncao | |
403 | a04cd5c3 | Marcos Assuncao | % \[ delay_{req} = \sum_{r \in R_{delay}} {machines_r} \times \frac{{time\_boot_r}}{duration_r} \] |
404 | ec68a261 | Marcos Assuncao | |
405 | a04cd5c3 | Marcos Assuncao | \[ delay_{req} = \sum_{r \in R_{delay}} (r_{dep\_start} + r_{dep\_end}) - r_{start\_time} \] |
406 | ec68a261 | Marcos Assuncao | |
407 | a04cd5c3 | Marcos Assuncao | \noindent where $r_{dep\_start}$ is the time at which deployment of the requested nodes started, $r_{dep\_end}$ is when the last machine became ready to be used, and $_{start\_time}$ is the time when the request was supposed to start. As discussed earlier, to model the machine deployment time, we used information collected from Kadeploy3 traces. |
408 | ec68a261 | Marcos Assuncao | |
409 | ec68a261 | Marcos Assuncao | |
410 | ec68a261 | Marcos Assuncao | \subsection{Evaluation Results} |
411 | ec68a261 | Marcos Assuncao | |
412 | a04cd5c3 | Marcos Assuncao | Figure \ref{fig:potential_savings} summarises the results for potential energy savings. As the scheduling strategy switches resources off almost immediately once it identifies that they have remained idle for a period and will continue to be in a time horizon, it is able to explore almost all potential savings under both cloud and reservation scenarios. This simple policy does not consider a high cost of powering off/on resources such as issues related to air-conditioning and power supply. Even though the strategy is simple, the cloud and reservation scenarios present different results regarding quality of service. |
413 | 81c69c05 | Marcos Assuncao | |
414 | a04cd5c3 | Marcos Assuncao | \begin{figure}[htb] |
415 | a04cd5c3 | Marcos Assuncao | \centering |
416 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=0.95\linewidth]{figs/potential_saving.pdf} |
417 | a04cd5c3 | Marcos Assuncao | \caption{Potential savings and aggregate off periods.} |
418 | a04cd5c3 | Marcos Assuncao | \label{fig:potential_savings} |
419 | a04cd5c3 | Marcos Assuncao | \end{figure} |
420 | a04cd5c3 | Marcos Assuncao | |
421 | a04cd5c3 | Marcos Assuncao | As shown in Figure~\ref{fig:request_delay}, the request delay is substantially reduced under scenarios with resource reservations. That is caused because with reservations, resources can be switched on before the reservation starts. Hence, the system does not spend reserved-resource time for environment deployment. |
422 | a04cd5c3 | Marcos Assuncao | |
423 | a04cd5c3 | Marcos Assuncao | \begin{figure}[htb] |
424 | a04cd5c3 | Marcos Assuncao | \centering |
425 | a04cd5c3 | Marcos Assuncao | \includegraphics[width=0.95\linewidth]{figs/request_delay.pdf} |
426 | a04cd5c3 | Marcos Assuncao | \caption{Aggregate request delay in resource/hour.} |
427 | a04cd5c3 | Marcos Assuncao | \label{fig:request_delay} |
428 | a04cd5c3 | Marcos Assuncao | \end{figure} |
429 | 81c69c05 | Marcos Assuncao | |
430 | 8c7406f8 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
431 | ec68a261 | Marcos Assuncao | |
432 | 6862e602 | Marcos Assuncao | \section{Conclusion} |
433 | 6862e602 | Marcos Assuncao | \label{sec:conclusion} |
434 | 6862e602 | Marcos Assuncao | |
435 | a04cd5c3 | Marcos Assuncao | This work discussed the need for reservation support in cloud resource management. It introduced an OpenStack framework for enabling resource reservation, with a focus on bare-metal provisioning for certain high performance computing applications. |
436 | 8c7406f8 | Marcos Assuncao | |
437 | 6862e602 | Marcos Assuncao | % ---------------------------------------------------------------------------------------- |
438 | 6862e602 | Marcos Assuncao | |
439 | 81c69c05 | Marcos Assuncao | \section*{Acknowledgments} |
440 | 6862e602 | Marcos Assuncao | |
441 | f7ac2a11 | Marcos Assuncao | This research is supported by the French Fonds national pour la Soci\'{e}t\'{e} Num\'{e}rique (FSN) XLcloud project. Some experiments presented in this paper were carried out using the Grid'5000 experimental testbed, being developed under the Inria ALADDIN development action with support from CNRS, RENATER and several Universities as well as other funding bodies (see https://www.grid5000.fr). |
442 | 6862e602 | Marcos Assuncao | |
443 | 6862e602 | Marcos Assuncao | \bibliographystyle{IEEEtran} |
444 | 6862e602 | Marcos Assuncao | %\balance |
445 | 6862e602 | Marcos Assuncao | \bibliography{references} |
446 | 6862e602 | Marcos Assuncao | |
447 | 6862e602 | Marcos Assuncao | \end{document} |