Tal Nisan has posted comments on this change.

Change subject: engine: Do not allow NFS when creating POSIX SD
......................................................................


Patch Set 1:

(4 comments)

http://gerrit.ovirt.org/#/c/37610/1/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
File 
backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties:

Line 809: STORAGE_OPERATION_FAILED_SPM_NETWORK_PROBLEMS=Storage related 
operations can't be performed while the Storage Pool Manager is down.\nPlease 
make sure the Storage Pool Manager is up and running, and check network 
connectivity.
Line 810: VALIDATION_STORAGE_CONNECTION_INVALID=Mount path is illegal, please 
use [IP:/path or FQDN:/path] convention.
Line 811: VALIDATION_STORAGE_CONNECTION_INVALID_PORT=Invalid value for port, 
should be an integer greater than 0.
Line 812: VALIDATION_STORAGE_CONNECTION_EMPTY_VFSTYPE=VFS type cannot be empty.
Line 813: VALIDATION_STORAGE_CONNECTION_POSIX_WITH_NFS_VFSTYPE=Do not mount NFS 
storage by creating a POSIX compliant file system Storage Domain. Always create 
an NFS Storage Domain instead.
Text is a bit unformal I think, how about something like "Adding an NFS domain 
as POSIX is highly discouraged, please create an NFS domain for best 
optimizations"
Line 814: 
VALIDATION_STORAGE_CONNECTION_MOUNT_OPTIONS_CONTAINS_MANAGED_PROPERTY=Cannot 
${action} ${type}. Custom mount options contain the following managed options: 
${invalidOptions}.
Line 815: VALIDATION_STORAGE_CONNECTION_EMPTY_IQN=Target details cannot be 
empty.
Line 816: VALIDATION_STORAGE_CONNECTION_EMPTY_CONNECTION=${fieldName} field 
cannot be empty.
Line 817: VALIDATION_STORAGE_CONNECTION_NFS_RETRANS=NFS Retransmissions should 
be between 0 and 32767


http://gerrit.ovirt.org/#/c/37610/1/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
File 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java:

Line 2835: 
Line 2836:     @DefaultStringValue("VFS type cannot be empty")
Line 2837:     String VALIDATION_STORAGE_CONNECTION_EMPTY_VFSTYPE();
Line 2838: 
Line 2839:     @DefaultStringValue("Do not mount NFS storage by creating a 
POSIX compliant file system Storage Domain. Always create an NFS Storage Domain 
instead.")
Same here, change to the message we'll all agree upon
Line 2840:     String VALIDATION_STORAGE_CONNECTION_POSIX_WITH_NFS_VFSTYPE();
Line 2841: 
Line 2842:     @DefaultStringValue("Cannot ${action} ${type}. Custom mount 
options contain the following managed options: ${invalidOptions}.")
Line 2843:     String 
VALIDATION_STORAGE_CONNECTION_MOUNT_OPTIONS_CONTAINS_MANAGED_PROPERTY();


http://gerrit.ovirt.org/#/c/37610/1/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
File 
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties:

Line 746: STORAGE_OPERATION_FAILED_SPM_NETWORK_PROBLEMS=Storage related 
operations can't be performed while the Storage Pool Manager is down.\nPlease 
make sure the Storage Pool Manager is up and running, and check network 
connectivity.
Line 747: VALIDATION_STORAGE_CONNECTION_INVALID=Mount path is illegal, please 
use [IP:/path or FQDN:/path] convention.
Line 748: VALIDATION_STORAGE_CONNECTION_INVALID_PORT=Invalid value for port, 
should be an integer greater than 0.
Line 749: VALIDATION_STORAGE_CONNECTION_EMPTY_VFSTYPE=VFS type cannot be empty.
Line 750: VALIDATION_STORAGE_CONNECTION_POSIX_WITH_NFS_VFSTYPE=Do not mount NFS 
storage by creating a POSIX compliant file system Storage Domain. Always create 
an NFS Storage Domain instead.
Same here, change to the message we'll all agree upon
Line 751: 
VALIDATION_STORAGE_CONNECTION_MOUNT_OPTIONS_CONTAINS_MANAGED_PROPERTY=Cannot 
${action} ${type}. Custom mount options contain the following managed options: 
${invalidOptions}.
Line 752: VALIDATION_STORAGE_CONNECTION_EMPTY_IQN=Target details cannot be 
empty.
Line 753: VALIDATION_STORAGE_CONNECTION_EMPTY_CONNECTION=${fieldName} field 
cannot be empty.
Line 754: VALIDATION_STORAGE_CONNECTION_NFS_RETRANS=NFS Retransmissions should 
be between 0 and 32767


http://gerrit.ovirt.org/#/c/37610/1/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
File 
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties:

Line 804: NETWORK_ILEGAL_NETWORK_NAME=Network name must be 1-15 long and can 
contain only 'A-Z', 'a-z', '0-9', '_' characters
Line 805: STORAGE_OPERATION_FAILED_SPM_NETWORK_PROBLEMS=Storage related 
operations can't be performed while the Storage Pool Manager is down.\nPlease 
make sure the Storage Pool Manager is up and running, and check network 
connectivity.
Line 806: VALIDATION_STORAGE_CONNECTION_INVALID=Mount path is illegal, please 
use [IP:/path or FQDN:/path] convention.
Line 807: VALIDATION_STORAGE_CONNECTION_EMPTY_VFSTYPE=VFS type cannot be empty.
Line 808: VALIDATION_STORAGE_CONNECTION_POSIX_WITH_NFS_VFSTYPE=Do not mount NFS 
storage by creating a POSIX compliant file system Storage Domain. Always create 
an NFS Storage Domain instead.
Same here, change to the message we'll all agree upon
Line 809: 
VALIDATION_STORAGE_CONNECTION_MOUNT_OPTIONS_CONTAINS_MANAGED_PROPERTY=Cannot 
${action} ${type}. Custom mount options contain the following managed options: 
${invalidOptions}.
Line 810: VALIDATION_STORAGE_CONNECTION_EMPTY_IQN=Target details cannot be 
empty.
Line 811: VALIDATION_STORAGE_CONNECTION_EMPTY_CONNECTION=${fieldName} field 
cannot be empty.
Line 812: VALIDATION_STORAGE_CONNECTION_NFS_RETRANS=NFS Retransmissions should 
be between 0 and 32767


-- 
To view, visit http://gerrit.ovirt.org/37610
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I7ce3189b02ffa4cb20dffb31aebe420fe187a785
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Freddy Rolland <froll...@redhat.com>
Gerrit-Reviewer: Ala Hino <ah...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Amit Aviram <aavi...@redhat.com>
Gerrit-Reviewer: Candace Sheremeta <csher...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Fred Rolland <froll...@redhat.com>
Gerrit-Reviewer: Liron Aravot <lara...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to