Vortex Library 1.0.17 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Vortex Library 1.0.17 (Default branch)
# 1  
Old 01-22-2009
Vortex Library 1.0.17 (Default branch)

Vortex Library is a BEEP Core protocol implementation, following the standard defined in RFC 3080 and RFC 3081. It has a clean and easy-to-use API that allows you to write new application protocols very quickly. Vortex Library has been developed within the Af-Arch project, and it is being used at the data transport layer. However, Vortex Library can be used independently of Af-Arch. License: GNU Lesser General Public License (LGPL) Changes:
Several bug were fixed, especially MSG number support. This means that values can be reused as long as they are replied (as defined by RFC). Also, support for transferring more than 4GB in the same channel was fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OCF_HEARTBEAT_ICP(7)						OCF resource agents					      OCF_HEARTBEAT_ICP(7)

NAME
ocf_heartbeat_ICP - Manages an ICP Vortex clustered host drive SYNOPSIS
ICP [start | stop | status | monitor | meta-data | validate-all] DESCRIPTION
Resource script for ICP. It Manages an ICP Vortex clustered host drive as an HA resource. SUPPORTED PARAMETERS
driveid The ICP cluster drive ID. (required, string, no default) device The device name. (required, string, no default) SUPPORTED ACTIONS
This resource agent supports the following actions (operations): start Starts the resource. Suggested minimum timeout: 20. stop Stops the resource. Suggested minimum timeout: 20. status Performs a status check. Suggested minimum timeout: 20. Suggested interval: 10. monitor Performs a detailed status check. Suggested minimum timeout: 20. Suggested interval: 10. validate-all Performs a validation of the resource configuration. Suggested minimum timeout: 5. meta-data Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5. EXAMPLE
The following is an example configuration for a ICP resource using the crm(8) shell: primitive p_ICP ocf:heartbeat:ICP params driveid=string device=string op monitor depth="0" timeout="20" interval="10" SEE ALSO
http://www.linux-ha.org/wiki/ICP_(resource_agent) AUTHOR
Linux-HA contributors (see the resource agent source for information about individual authors) resource-agents UNKNOWN 03/09/2014 OCF_HEARTBEAT_ICP(7)