Yair Zaslavsky has posted comments on this change.

Change subject: engine: Configure passwordless ssh setup between the gluster 
node and remote server
......................................................................


Patch Set 6: I would prefer that you didn't submit this

(1 inline comment)

....................................................
File 
backend/manager/dbscripts/upgrade/03_01_1440_add_config_passwordless_ssh_action_group.sql
Line 1: Create or replace FUNCTION 
__temp_fn_db_add_passwordless_ssh_action_group() returns void
Line 2: AS $procedure$
Line 3: BEGIN
Line 4: -- super user
Line 5: if (not exists (select 1 from roles_groups where role_id = 
'00000000-0000-0000-0000-000000000001' and action_group_id = 1003)) then 
TWS, please remove
Line 6:        insert into roles_groups (role_id, action_group_id) 
values('00000000-0000-0000-0000-000000000001',1003);
Line 7: end if;
Line 8: 
Line 9: -- cluster admin


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1843baa3a8d840692e2ce4c4b76a16fad2c26db4
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Selvasundaram <sesub...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Selvasundaram <sesub...@redhat.com>
Gerrit-Reviewer: Shireesh Anjal <san...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to