Maor Lipchuk has uploaded a new change for review. Change subject: core: Update audit log message when storage is extended. ......................................................................
core: Update audit log message when storage is extended. Update the audit log to indicate that the update of the total size and free size for the Storage Domain, might take a few moments. The reason that the operation of extend might suffer from latency issues is that the mechanism of the storage size is depended on different asynchronous operations, such as domain monitor in VDSM, IrsBroker in the engine, and query for storage domains in the GUI main tab. Change-Id: Id903df200a3325dc1a741d0b543e2cb9466f8a4d Bug-Url: https://bugzilla.redhat.com/1075515 Signed-off-by: Maor Lipchuk <[email protected]> --- M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/86/27286/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 785e114..ccc079b 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties @@ -541,7 +541,7 @@ VDS_SET_NONOPERATIONAL_DOMAIN=Host ${VdsName} cannot access one of the Storage Domains attached to the Data Center ${StoragePoolName}. Setting Host state to Non-Operational. VDS_SET_NONOPERATIONAL_DOMAIN_FAILED=Host ${VdsName} cannot access one of the Storage Domains attached to the Data Center ${StoragePoolName}. Failed to set Host state to Non-Operational. VDS_DOMAIN_DELAY_INTERVAL=Storage domain ${StorageDomainName} experienced a high latency of ${Delay} seconds from host ${VdsName}. This may cause performance and functional issues. Please consult your Storage Administrator. -USER_EXTENDED_STORAGE_DOMAIN=Storage ${StorageDomainName} was Extended by ${UserName} +USER_EXTENDED_STORAGE_DOMAIN=Storage ${StorageDomainName} has been extended by ${UserName}. Please wait for refresh. USER_EXTENDED_STORAGE_DOMAIN_FAILED=Failed to extend Storage Domain ${StorageDomainName}. (User: ${UserName}) USER_CONNECT_HOSTS_TO_LUN_FAILED=Failed to connect Host ${VdsName} to device. (User: ${UserName}) USER_REMOVE_VG=Volume group ${VgId} was removed by ${UserName}. -- To view, visit http://gerrit.ovirt.org/27286 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id903df200a3325dc1a741d0b543e2cb9466f8a4d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
