Idan Shaby has posted comments on this change.

Change subject: core: Configurable Default for Wipe After Delete per Storage 
Domain
......................................................................


Patch Set 3:

(2 comments)

http://gerrit.ovirt.org/#/c/35909/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStorageDomainCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/UpdateStorageDomainCommand.java:

Line 40:         // Collect changed fields to update in a list.
Line 41:         List<String> props = 
ObjectIdentityChecker.GetChangedFields(oldDomain, getStorageDomain()
Line 42:                 .getStorageStaticData());
Line 43: 
Line 44:         // Allow change only to name & description field
> The comment needs to be changed to "Allow change only to name, description,
Done
Line 45:         props.remove("storageName");
Line 46:         props.remove("description");
Line 47:         props.remove("comment");
Line 48:         props.remove("wipeAfterDelete");


http://gerrit.ovirt.org/#/c/35909/3/packaging/dbscripts/upgrade/03_06_0590_add_wipe_after_delete_to_storage_domain_static.sql
File 
packaging/dbscripts/upgrade/03_06_0590_add_wipe_after_delete_to_storage_domain_static.sql:

Line 26: 
Line 27: SELECT add_wipe_after_delete_to_storage_domain_static();
Line 28: 
Line 29: DROP FUNCTION add_wipe_after_delete_to_storage_domain_static();
Line 30
> all can be replaced with (and no need SP) :
Done


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4e0d5a1c9158be1284ffe05d1bf1397c9113f6c0
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Idan Shaby <ish...@redhat.com>
Gerrit-Reviewer: Ori Liel <ol...@redhat.com>
Gerrit-Reviewer: Tal Nisan <tni...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to