(WO/2000/031640) APPARATUS FOR AND METHOD OF NON-LINEAR CONSTRAINT OPTIMIZATION IN STORAGE SYSTEM CONFIGURATION
- Biblio. Data
- Description
- Claims
- National Phase
- Notices
- Documents
- Note: OCR Text
- Note: Text based on automatic Optical
Character Recognition processes. Please
use the PDF version for legal matters
- Note: Text based on automatic Optical
APPARATUS FOR AND METHOD OF NON-LINEAR CONSTRAINT OPTIMIZATION IN STORAGE SYSTEM CONFIGURATION BACKGROUND OF THE INVENTION FIELD OF THE INVENTION The present invention relates generally to computer storage systems and pertains more particularly to an apparatus for and a method of non-linear constraint optimization in a storage system configuration.
DISCUSSION OF THE PRIOR ART Storage systems for computer networks can contain a large number of storage devices having a wide variety of characteristics and a nearly arbitrary interconnection scheme. The configuration and management of the storage system is central to the functioning of the computer network. In very large networks, the inherent difficulties in configuring and managing the storage system are compounded by the sheer scale of the network. The situation has reached the point where the time needed to configure a new storage system can be several months and the cost of managing the storage system can be several times the purchase cost.
Large computer networks can contain a large number of host computers connected
to the storage system. In such networks, many application programs may be running
concurrently on one or more of the host computers and each application program has a
certain level of service that it requires from the storage system in order to run well. The
storage allocation problem is to optimally lay out data accessed by the application programs
on the optimal set of storage devices in the storage system. A solution to the problem is
referred to as an assignment plan.
The optimality of the resulting overall assignment plan is evaluated based on an objective function. For example, an objective function may be to minimize the cost of the storage system. An objective function may be to maximize the performance of the storage system. Other objective functions include balancing the load, maximizing the availability, and minimizing the physical footprint. One of ordinary skill in the art will realize that there are many other possible objective functions and that, often, multiple and competing objective functions will have to be balanced.
A specific piece of data is referred to as a workload unit. Associated with every workload unit are a set of standards. Standards include both the workload unit characteristics and the application program access characteristics. For example, a standard may be the size of the workload unit. A standard may be the access speed or the access frequency of the application program. Other standards include request size, request rate, run count, phasing behavior, on time, off time, and maximum amount of data loss. One of ordinary skill in the art will realize that there are many other possible standards.
Likewise, associated with every storage device are a set of characteristics.
Characteristics include both performance measures and physical descriptions. For example, a characteristic may be the quantity of storage available on or the access speed of the storage device. A characteristic may be the size or the weight of the storage device. Other characteristics include position time, transfer rate, cost, outage frequency, outage length, and data loss rate. One of ordinary skill in the art will realize that there are many other possible characteristics.
For the storage allocation problem, the questions of whether the various workload
unit standards are compatible with the various storage device characteristics serve as
constraints on the solution. Often, the constraints are linear inequalities, that is, expressions
of the form
So, the storage allocation problem can be viewed on at least two levels. First, whether a particular workload unit can be assigned to a particular storage device, that is, whether the constraints are met. Second, whether a particular workload unit should be assigned to a particular storage device given the resulting overall assignment plan, that is, whether the objective function is optimized.
There exist many standard optimization problems that are similarly structured to the storage allocation problem. However, none of them are an exact match. As a result, none of them provide a model upon which to reach a solution.
One standard optimization problem similar to the storage allocation problem is the
classic bin packing problem. In the classic bin packing problem, the challenge is to fit a
set of n items, I =
Another standard optimization problem similar to the storage allocation problem
is the integer knapsack problem. In the integer knapsack problem, the challenge is to fit
a set of n items, I
First, the knapsack problems assume that the capacity dimensions can be captured as linear constraints. However, as noted above, this may not always be the case in the storage allocation problem and cannot be assumed. Second, the knapsack problems assume a fixed number of knapsacks. However, in the storage allocation problem, an objective function to choose the best set of storage devices may require that storage devices be added or that storage devices remain unused. As a result, solutions to the knapsack problems cannot be used directly to solve the storage allocation problem.
One computer specific optimization problem similar to the storage allocation
problem is the standard file allocation problem. In the standard file allocation problem, the
challenge is to place a set of n files, F =
In addition to the above optimization problems, a number of narrow solutions have
been proposed to address individual aspects of the problem. An example of a narrow
solution is presented in U. S. patent 5, 345,
Given the preceding state of the art, it is not surprising to find that configuration and management of the storage system has historically been accomplished through ad hoc solutions to the storage allocation problem. A formalization of the storage allocation problem and a collection of a range of solutions would be a significant advancement.
SUMMARY OF THE INVENTION It is a primary purpose of the present invention to provide an improved apparatus for and method of non-linear constraint optimization in a storage system configuration.
In accordance with the primary aspect of the present invention, the objective
function for a storage system is determined, the workload units are selected and their
standards are determined, and the storage devices are selected and their characteristics are
determined. These selections and
BRIEF DESCRIPTION OF THE DRAWING The above and other objects and advantages of the present invention will be appreciated from the following detailed description when read in conjunction with the accompanying drawing, wherein : FIG. 1 is a block diagram of a computer storage constraint optimization system.
FIG. 2 is a flow diagram of a computer storage constraint optimization method.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The purpose of the present invention is to provide a formalization of the storage allocation problem and a collection of a range of solutions. The storage allocation problem is referred to as being NP-hard, which means that there is currently no known way of finding a provably optimal solution without checking every possible solution. Generally this is not practical or necessary. The present invention discloses an apparatus and a method that reach a good, generally acceptable, approximate solution in a relatively short amount of time.
The present invention formalizes the storage allocation problem as a non-linear constraint integer programming problem. In this way one can apply results from a wide body of research on integer programming and optimization. This body of research gives one insight into such problems as well as a large body of heuristics that can give good, though not provably optimal, solutions to the problem.
In the generalized storage allocation problem, one is given a set of n workload units,
Turning first to FIG. 1, a block diagram of a computer storage constraint optimization system 10, according to the present invention, is shown. System 10 includes a constraint based solver 12. Solver 12 takes as an input both workload unit standards 14 from a plurality of workload units (not shown) and storage device characteristics 16 from a plurality of storage devices (not shown) (the standards 14 and the characteristics 16 are referred to collectively as constraints) and generates as an output an assignment plan 18.
Solver 12 accomplishes this through the operation of a solver algorithm 20 and a performance model 22 both of which are governed by at least one objective function 24.
Solver algorithm 20 serves the functions of determining where to start, where to proceed with, and where to stop the assignment process. Performance model 22 serves the functions of determining if an assignment can be made and what resources are left if such an assignment is made. Objective function 24 guides the assignment process and evaluates the result. Recall from above that there may be multiple and competing objective functions 24. One of ordinary skill in the art will realize that system 10 shown may be implemented using software, hardware, or a dedicated signal processor (DSP).
Turning now to FIG. 2, a flow diagram of a computer storage constraint
optimization method is shown. The method assigns a plurality of workload units to a
plurality of storage devices and begins with step 30. At step 30, at least one objective
A range of solutions is possible depending on what optimization heuristic is used to generate the assignment plan at step 40. A collection of heuristics will be presented below. They are generally organized into two groups. First, a set of well known heuristics are adapted to the storage allocation problem as formalized above. These are referred to here as the first-fit heuristic and its variants. One of ordinary skill in the art will readily identify other well known heuristics, such as simulated annealing, genetic algorithms, and linear relaxation, that could be adapted without departing from the spirit of the invention.
In the interest of brevity, the first-fit heuristics are presented as examples of the plethora of well known heuristics that could be used. Second, a set of new heuristics, referred to here as the gradient based heuristic and its variants, will be disclosed. No one optimization heuristic is preferred above all the others. The choice depends on what constraints and objective functions are being considered.
The first collection of heuristics is based on the first-fit heuristic. The essence of the"simple"heuristic is to systematically assign each workload unit to the first storage device for which all of the constraints are satisfied, that is, the first device that it"fits"on.
For example, assume that in a storage allocation problem, one is given a set of n workload
units, W =
Since the simple first-fit heuristic described above is completely dependent on the order of the workload units and the storage devices, it is just as likely to find the worst assignment plan as it is the best. A first variant to the simple heuristic is to perform the heuristic multiple times with the order of the workload units or the storage devices changed and comparing the results of the different runs. Randomly shuffling the order of both the workload units and the storage devices between each run increases the odds that a good assignment plan will be found. Likewise, the more runs one performs, the better the odds are. However, in the interest of reaching a good assignment plan in a timely manner, either the number of runs or the amount of time for runs may be limited.
A second variant to the simple first-fit heuristic is to sort both the workload units and the storage devices before performing the heuristic. Carefully sorting the order of both the workload units and the storage devices increases the odds that a good assignment plan will be found. For example, sorting the workload units from largest size to smallest size tends to increase the chances that later workload units will fit into the space left over in the storage devices by the earlier assignments.
A third variant to the simple first-fit heuristic is to perform the heuristic using a
more round robin approach to which of the storage devices is checked first. Instead of
always first checking the first storage device
The second collection of heuristics originates from a gradient based heuristic. The first-fit heuristics produce assignment plans that satisfy the basic constraints, but they do not take into account the interplay between the different dimensions represented by the constraints. In order to balance the interplay, the gradient based heuristics combine the inequality constraints in different dimensions to formulate the assignment plan. A major development is to realize that any inequality constraint of the form f (W, d) < Cd, where Cd is a constant that may depend on d and the function f is a monotonically non-decreasing function, can be thought of as consumable. Such a constraint can be said to be consumable because one can determine how much the addition of a workload unit to a storage device, with some workload units already assigned to it, will consume of that resource. The calculation of how much resource is consumed by the addition of workload unit w is trivial for a linear constraint, where the amount consumed is equal to aw. That is, the amount consumed can be determined by looking at workload unit w in isolation. For a non-linear consumable constraint however, the amount of resources consumed by the addition of workload unit w will depend on what subset of workload units W are already assigned to the storage device. It is pivotal to realize that the difference in resource usage between the storage device with and without the addition of workload unit w can be calculated and this difference can be used to treat non-linear consumable constraints as linear ones in any gradient function created for linear constraints. For example, the Toyoda gradient function will be adapted below.
According to the simple heuristic, one begins by calculating a set of first gradient
functions for all of the workload units and all of the storage devices. Then, one determines
which first gradient function has the greatest value and assigns the corresponding workload
unit to the corresponding storage device. Next, one calculates a set of new gradient
In general, the key to the gradient based heuristic is a non-negative gradient function G (W, w, d), that represents the value of assigning a workload unit w to a storage device d given that a subset of the workload units W is already assigned to the storage device. At least initially, the subset of workload units may be a null set. The gradient function is equal to zero if the assignment is infeasible. Typically, a bigger gradient function value implies a better assignment. A number of gradient functions are available.
A first gradient function according to the present invention is referred to as the cosine-gradient function. The theory is to represent the storage device as a point in vector space with dimensions that correspond to the remaining capacity of each of its consumable constraints. With respect to a particular storage device and the corresponding set of workload units assigned to it, a new workload unit can also be represented as a point in this vector space by plotting the amount of each consumable constraint that the workload unit would consume if it were to be assigned to the storage device. Ideally, one would like to find a set of workload units that fully utilizes all of the consumable constraints. One way that one can accomplish this is to assign workload units with opposite needs. For example, one can assign one workload unit with high capacity needs and low performance needs with a second workload unit with low capacity needs and high performance needs.
Geometrically, this is equivalent to favoring assignments that minimize the angle of
incidence between the storage device vector and the sum of the workload unit vectors for
workload units on that storage device. Thus, if one takes the gradient function to be the
cosine of the angle of incidence between the vector representing how much of each
consumable constraint the workload unit would use if it were placed on the storage device,
and the vector representing how much of each consumable constraint the storage device has
available, then one obtains a gradient between zero and one such that larger gradient values,
A second gradient function according to the present invention is referred to as the
normalized-cosine-gradient function. To address the skewing problem with the cosine-
gradient function above, one can normalize the workload unit and storage device vectors
so that the storage device vector is the unit vector. After normalization, one again takes the
cosine of these two vectors to be the gradient function. So, the normalized-cosine-gradient
function can be written as
A third gradient function is an adaptation of the gradient function presented by
Toyoda but extended to multiple"knapsacks"or storage devices and to consumable
constraints. The Toyoda gradient function is based on two vectors B = <
Each element
In addition to the range of solutions made possible by varying the optimization
heuristic, an improved range of solutions is possible through the application of one or more
objective functions. Any particular goal can be achieved by the computer storage constraint
optimization method through the application of an objective function,
In practice, any objective function can be composited with the gradient functions to weight them for a particular goal as desired.
An extension of the Toyoda gradient function is to composite it with the objective
function of supporting the greatest number of workload units on the cheapest set of storage
devices. Then, the composite gradient function can be written as
G' (W, w,
In practice, it was noted that the above extension of the Toyoda gradient function
was favoring packing small size workload units onto storage devices before large size
workload units. If one has a high disparity in workload unit sizes and one intends to assign
all of the workload units, it is often better to assign the large size workload units first. To
accomplish this, one need only invert the gradient function in Eq. (6). Then, the resulting
composite gradient function can be written as
Through the variation of the optimization heuristic and the application of one or more objective functions, a full range of solutions is made possible. Given the speed of which assignment plans may be generated through the present invention, new opportunities present themselves. For example, rather than configuring a storage system only once, one can reconfigure it essentially at will. A new configuration can be generated every time a workload unit or a storage device is added or deleted. A new configuration can be generated to account for an important project like a new product release or a significant event like the end of the fiscal year. Through the use of empirical data feedback, a new configuration can be generated to better realize the original goals. Each of these new opportunities represents an improvement over the state of the art.
While the invention has been illustrated and described by means of specific embodiments, it is to be understood that numerous changes and modifications may be made therein without departing from the spirit and scope of the invention as defined in the appended claims.