You can define a burst quota that allows certain users and groups to exceed a resource limit.
Consider an MSP that sells web development LAMP stacks to Independent Software Vendors (ISVs). To allow access to ISVs that need more resources the MSP created the Advanced Development Package. This package is based on the Basic Development Package, with the addition of a 50% burst quota. It includes the following items:
When users reach any burst limit (CPU, memory, bandwidth, or disk space), no additional resources of that type are provisioned, and the operation fails. For example, when an operation attempts to provision more than 6 GB of RAM, the operation fails.
Follow these steps:
group create ISVAdvancedDevGroup quota put ISVAdvancedDevGroup cpu=4 mem=4G bw=10M disk=500G burst=50 description="Burst Quota"
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|