Idan Shaby has uploaded a new change for review. Change subject: core: Changed the PhysDevInitializationError msg ......................................................................
core: Changed the PhysDevInitializationError msg Previously, the vdsm PhysDevInitializationError error message did not include the case that the device is not accessible by the host. The error message was changed to include this case. Change-Id: I528544cffa7c82958a18912461840ae276619bfc Bug-Url: https://bugzilla.redhat.com/974859 Signed-off-by: Idan Shaby <ish...@redhat.com> --- M backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties 3 files changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/62/33862/1 diff --git a/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties b/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties index c3f896a..c569516 100644 --- a/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties +++ b/backend/manager/modules/dal/src/main/resources/bundles/VdsmErrors.properties @@ -31,7 +31,7 @@ MetaDataValidationError=Meta Data self-validation failed MoveImageError=Error moving image NotImplementedException=Method not implemented -PhysDevInitializationError=Physical device initialization failed. Check that the device is empty. Please remove all files and partitions from the device. +PhysDevInitializationError=Physical device initialization failed. Please check that the device is empty and accessible by the host. ReconstructMasterError=Cannot reconstruct master domain ResourceException=General Exception AcquireLockFailure=Could not obtain lock diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties index a700446..c5e9509 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties @@ -29,7 +29,7 @@ MetaDataValidationError=Meta Data self-validation failed MoveImageError=Error moving image NotImplementedException=Method not implemented -PhysDevInitializationError=Physical device initialization failed. Check that the device is empty. Please remove all files and partitions from the device. +PhysDevInitializationError=Physical device initialization failed. Please check that the device is empty and accessible by the host. ReconstructMasterError=Cannot reconstruct master domain ResourceException=General Exception AcquireLockFailure=Could not obtain lock diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties index cba3b38..1ac7a69 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/VdsmErrors.properties @@ -29,7 +29,7 @@ MetaDataValidationError=Meta Data self-validation failed MoveImageError=Error moving image NotImplementedException=Method not implemented -PhysDevInitializationError=Physical device initialization failed. Check that the device is empty. Please remove all files and partitions from the device. +PhysDevInitializationError=Physical device initialization failed. Please check that the device is empty and accessible by the host. ReconstructMasterError=Cannot reconstruct master domain ResourceException=General Exception AcquireLockFailure=Could not obtain lock -- To view, visit http://gerrit.ovirt.org/33862 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I528544cffa7c82958a18912461840ae276619bfc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Idan Shaby <ish...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches