WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] CA-45449: update vmpr api messages backup->snapshot

To: xen-api <xen-api@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-API] [PATCH] CA-45449: update vmpr api messages backup->snapshot
From: Marcus Granado <marcus.granado@xxxxxxxxxx>
Date: Fri, 17 Sep 2010 11:12:19 +0100
Delivery-date: Fri, 17 Sep 2010 03:16:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
 ocaml/idl/api_messages.ml |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# Date 1284641468 -3600
# Node ID 4908d4a4ecc3dbf126c5db24c4ab15281855e995
# Parent  d46c2c596e1afe4ada54c42fbdcfb4de1c2cc1fe
CA-45449: update vmpr api messages backup->snapshot

Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxxxxx>

diff -r d46c2c596e1a -r 4908d4a4ecc3 ocaml/idl/api_messages.ml
--- a/ocaml/idl/api_messages.ml
+++ b/ocaml/idl/api_messages.ml
@@ -87,8 +87,8 @@
 let v6_comm_error = addMessage "LICENSE_SERVER_UNREACHABLE"
 
 (* VMPP message types *)
-let vmpp_backup_lock_failed = addMessage "VMPP_BACKUP_LOCK_FAILED" (*'The 
backup sub-policy is already executing for this protection policy. Please try 
again later'*)
-let vmpp_backup_succeeded = addMessage "VMPP_BACKUP_SUCCEEDED" (*'Successfully 
performed the snapshot phase of the protection policy'*)
+let vmpp_backup_lock_failed = addMessage "VMPP_SNAPSHOT_LOCK_FAILED" (*'The 
snapshot phase is already executing for this protection policy. Please try 
again later'*)
+let vmpp_backup_succeeded = addMessage "VMPP_SNAPSHOT_SUCCEEDED" 
(*'Successfully performed the snapshot phase of the protection policy'*)
 let vmpp_archive_lock_failed = addMessage "VMPP_ARCHIVE_LOCK_FAILED" (*'The 
archive sub-policy is already executing for some protection policy in the 
pool.Please try again later'*)
 let vmpp_archive_failed_0 = addMessage "VMPP_ARCHIVE_FAILED_0" (*'The archive 
phase failed for this protection policy'*)
 let vmpp_archive_suceeded = addMessage "VMPP_ARCHIVE_SUCCEEDED" 
(*'Successfully performed the archive phase of the protection policy'*)
@@ -96,7 +96,7 @@
 let vmpp_archive_target_unmount_failed = addMessage 
"VMPP_ARCHIVE_TARGET_UNMOUNT_FAILED" (*'Failed to unmount the archive target. 
Please make sure than the local directory was mounted successfully and has no 
open handles'*)
 let vmpp_license_error = addMessage "VMPP_LICENSE_ERROR" (*'This operation is 
not allowed under your license.  Please contact your support representative'*)
 let vmpp_xapi_logon_failure = addMessage "VMPP_XAPI_LOGON_FAILURE" (*'Could 
not login to API session.'*)
-let vmpp_backup_missed_event = addMessage "VMPP_BACKUP_MISSED_EVENT" (*'A 
scheduled snapshot event was missed due to another on-going scheduled snapshot 
run. This is unexpected behaviour, please re-configure your backup 
sub-policy',*)
+let vmpp_backup_missed_event = addMessage "VMPP_SNAPSHOT_MISSED_EVENT" (*'A 
scheduled snapshot event was missed due to another on-going scheduled snapshot 
run. This is unexpected behaviour, please re-configure your snapshot 
sub-policy',*)
 let vmpp_archive_missed_event = addMessage "VMPP_ARCHIVE_MISSED_EVENT" (*'A 
scheduled archive event was missed due to another on-going scheduled archive 
run. This is unexpected behaviour, please re-configure your archive 
sub-policy'*)
-let vmpp_backup_failed = addMessage "VMPP_BACKUP_FAILED" (*'The snapshot phase 
of the protection policy failed.'*)
+let vmpp_backup_failed = addMessage "VMPP_SNAPSHOT_FAILED" (*'The snapshot 
phase of the protection policy failed.'*)
 let vmpp_snapshot_archive_already_exists = addMessage 
"VMPP_SNAPSHOT_ARCHIVE_ALREADY_EXISTS" (*'Failed to archive the snapshot, it 
has already been archived on the specified target'*)

Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] CA-45449: update vmpr api messages backup->snapshot, Marcus Granado <=