ofri masad has uploaded a new change for review. Change subject: core: Fix quota messages (#838589) ......................................................................
core: Fix quota messages (#838589) https://bugzilla.redhat.com/838589 The messages for quota-about-to-exceed, quota-in-grace-zone and quota-exceeded were changed to be shorter and more informative. Change-Id: I69ed33f3dd300e77c598f8c25a2294ec8aa1b219 Signed-off-by: Ofri Masad <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/47/7747/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties index cb863a0..5dded16 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -105,12 +105,12 @@ USER_FAILED_UPDATE_QUOTA=Failed to update Quota ${QuotaName}. The operation was initiated by ${UserName}.. USER_DELETE_QUOTA=Quota ${QuotaName} has been deleted by ${UserName}. USER_FAILED_DELETE_QUOTA=Failed to delete Quota ${QuotaName}. The operation was initiated by ${UserName}.. -USER_EXCEEDED_QUOTA_VDS_GROUP_GRACE_LIMIT=Cluster Quota ${QuotaName} exceeded and blocked operation. Current utilization: ${Utilization}, Requested: ${Requested} - Please select a different quota or contact your administrator to extend the the quota. -USER_EXCEEDED_QUOTA_VDS_GROUP_LIMIT=Cluster Quota ${QuotaName} exceeded and entered the grace zone. Current utilization: ${Utilization} (It is advised to select a different quota or contact your administrator to extend the the quota). -USER_EXCEEDED_QUOTA_VDS_GROUP_THRESHOLD=Cluster Quota ${QuotaName} is about to exceed. Current utilization: ${Utilization} -USER_EXCEEDED_QUOTA_STORAGE_GRACE_LIMIT=Storage Quota ${QuotaName} exceeded and blocked operation. Current utilization: storage ${CurrentStorage}%, Requested: ${Requested}% - Please select a different quota or contact your administrator to extend the the quota. -USER_EXCEEDED_QUOTA_STORAGE_LIMIT=Storage Quota ${QuotaName} exceeded and entered the grace zone. Current utilization: storage ${CurrentStorage}% (It is advised to select a different quota or contact your administrator to extend the the quota). -USER_EXCEEDED_QUOTA_STORAGE_THRESHOLD=Storage Quota ${QuotaName} is about to exceed. Current utilization: storage ${CurrentStorage}% +USER_EXCEEDED_QUOTA_VDS_GROUP_GRACE_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization: ${Utilization}, Requested: ${Requested} - Please select a different quota or contact your administrator to extend the the quota. +USER_EXCEEDED_QUOTA_VDS_GROUP_LIMIT=Cluster-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${Utilization} (It is advised to select a different quota or contact your administrator to extend the the quota). +USER_EXCEEDED_QUOTA_VDS_GROUP_THRESHOLD=Cluster-Quota ${QuotaName} is about to exceed. Utilization: ${Utilization} +USER_EXCEEDED_QUOTA_STORAGE_GRACE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and operation was blocked. Utilization(used/requested): ${CurrentStorage}%/${Requested}% - Please select a different quota or contact your administrator to extend the the quota. +USER_EXCEEDED_QUOTA_STORAGE_LIMIT=Storage-Quota ${QuotaName} limit exceeded and entered the grace zone. Utilization: ${CurrentStorage}% (It is advised to select a different quota or contact your administrator to extend the the quota). +USER_EXCEEDED_QUOTA_STORAGE_THRESHOLD=Storage-Quota ${QuotaName} is about to exceed. Utilization: ${CurrentStorage}% USER_MOVED_VM=VM ${VmName} moving to Domain ${StorageDomainName} was initiated by ${UserName}. USER_MOVED_VM_FINISHED_SUCCESS=Moving VM ${VmName} to Domain ${StorageDomainName} has been completed. USER_MOVED_VM_FINISHED_FAILURE=Failed to complete moving of VM ${VmName} to Domain ${StorageDomainName}. -- To view, visit http://gerrit.ovirt.org/7747 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I69ed33f3dd300e77c598f8c25a2294ec8aa1b219 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
