array executeJsonCreate(
$request)
|
|
Inserts a volume group in DB
If the volume group exists information will be updated!!!
$request may contain the following keys:
- vg: json encoded object containing the data to be inserted
Tags:
Parameters:
array executeJsonDelete(
$request)
|
|
Removes volume group info from DB
The request must be an Ajax request
$request may contain the following keys:
Tags:
Parameters:
array executeJsonListFree(
$request)
|
|
Returns pre-formated data for Extjs combo box with volume group free size available
$request may contain the following keys:
- nid: nid (virtAgent node ID)
Tags:
Parameters:
array executeSoapUpdate(
$request)
|
|
Used to process soap requests => updateVirtAgentVgs
Updates volume group info sent by virt Agent The request should be made throught soapapi
Replies with succcess
$request may contain the following keys:
- uid: uid (virtAgent sending request uid)
- vgs (object containing volumes info)
Tags:
Parameters: