[node-patches] Change in ovirt-node[master]: Hack to allow remote feature query via ssh

jboggs at redhat.com jboggs at redhat.com
Wed Jan 29 20:01:36 UTC 2014


Joey Boggs has posted comments on this change.

Change subject: Hack to allow remote feature query via ssh
......................................................................


Patch Set 7: Verified-1 Code-Review-1

(1 comment)

fails for me with fixed line 12:
sudo: sorry, you must have a tty to run sudo

http://gerrit.ovirt.org/#/c/18778/7/scripts/ovirt-admin-shell
File scripts/ovirt-admin-shell:

Line 8:     TTY=`echo $TTY|sed 's/\///g'`
Line 9:     sudo rm -rf /tmp/ovirt-setup.$TTY
Line 10: fi
Line 11: 
Line 12: if $2 == "features"
if [[ $2 == "features" ]];
Line 13: then
Line 14:     sudo /usr/bin/ovirt-node-features dumpxml
Line 15: else
Line 16:     sudo /usr/bin/ovirt-node-setup


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I6993e3ce1d0552e54badd8b38df47e7973ad3531
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes



More information about the node-patches mailing list