Selvasundaram has posted comments on this change.

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


Patch Set 6: (1 inline comment)

Trailing White Spaces removed

....................................................
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 
Done
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 <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Selvasundaram <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to