Eli Mesika has posted comments on this change. Change subject: core: adding unlock_entity.sh script(#868638) ......................................................................
Patch Set 14: (4 inline comments) .................................................... File backend/manager/dbscripts/unlock_entity.sh Line 15: printf "\t-p PORT - The database port for the database (def. ${PORT})\n" Line 16: printf "\t-d DATABASE - The database name (def. ${DATABASE})\n" Line 17: printf "\t-u USERNAME - The admin username for the database.\n" Line 18: printf "\t-l LOGFILE - The logfile for capturing output (def. ${LOGFILE})\n" Line 19: printf "\t-q - Only display locked entities info.\n" Done Line 20: printf "\t-v - Turn on verbosity (WARNING: lots of output)\n" Line 21: printf "\t-h - This help text.\n" Line 22: printf "\n" Line 23: Line 46: esac Line 47: done Line 48: Line 49: if [ ! -n "${QUERY}" ]; then Line 50: echo "This is a dangerous action and shouldn't be run before contacting GSS" Done Line 51: echo "Please confirm consulting with GSS [y/n]" Line 52: read answer Line 53: Line 54: if [ "${answer}" = "n" ]; then Line 47: done Line 48: Line 49: if [ ! -n "${QUERY}" ]; then Line 50: echo "This is a dangerous action and shouldn't be run before contacting GSS" Line 51: echo "Please confirm consulting with GSS [y/n]" Done Line 52: read answer Line 53: Line 54: if [ "${answer}" = "n" ]; then Line 55: echo "Please call GSS first for this issue." Line 51: echo "Please confirm consulting with GSS [y/n]" Line 52: read answer Line 53: Line 54: if [ "${answer}" = "n" ]; then Line 55: echo "Please call GSS first for this issue." Done Line 56: exit 1 Line 57: fi Line 58: fi Line 59: -- To view, visit http://gerrit.ovirt.org/8688 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3f1712fb945933d92ee9a6b97bc71d4ba3a01597 Gerrit-PatchSet: 14 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Ayal Baron <aba...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Itamar Heim <ih...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@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